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.java142 UserRestrictions.getUserRestrictionsForPolicyTransparency(mMode)) { in addTestsToAdapter()
143 final Intent intent = UserRestrictions.getUserRestrictionTestIntent(this, restriction); in addTestsToAdapter()
144 if (!UserRestrictions.isRestrictionValid(this, restriction)) { in addTestsToAdapter()
147 final String title = UserRestrictions.getRestrictionLabel(this, restriction); in addTestsToAdapter()
DPolicyTransparencyTestActivity.java145 userAction = UserRestrictions.getUserAction(this, userRestriction); in updateTestInstructions()
DUserRestrictions.java36 public class UserRestrictions { class
DCommandReceiverActivity.java658 for (String userRestriction : UserRestrictions.getUserRestrictionsForPolicyTransparency( in clearPolicyTransparencyUserRestriction()