Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestListActivity.java144 UserRestrictions.getUserRestrictionsForPolicyTransparency(mMode)) { in addTestsToAdapter()
145 final Intent intent = UserRestrictions.getUserRestrictionTestIntent(this, restriction); in addTestsToAdapter()
146 if (!UserRestrictions.isRestrictionValid(this, restriction)) { in addTestsToAdapter()
149 final String title = UserRestrictions.getRestrictionLabel(this, restriction); in addTestsToAdapter()
DUserRestrictions.java32 public class UserRestrictions { class
DPolicyTransparencyTestActivity.java172 userAction = UserRestrictions.getUserAction(this, userRestriction); in updateTestInstructions()
DCommandReceiverActivity.java549 for (String userRestriction : UserRestrictions.getUserRestrictionsForPolicyTransparency( in clearPolicyTransparencyUserRestriction()