Home
last modified time | relevance | path

Searched refs:mTextApprovals (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java68 private TextView mTextApprovals; field in AppRestrictionSchemaFragment
83 mTextApprovals = (TextView) view.findViewById(R.id.approvals_you_have); in onViewCreated()
178 mTextApprovals.setText(getString(R.string.approvals_you_have, text)); in updateApprovals()