HomeSort by relevance Sort by last modified time
    Searched full:userrestrictions (Results 1 - 19 of 19) sorted by null

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
UserRestrictionsTest.java 30 "userrestrictions.ProfileGlobalRestrictionsTest";
58 runTests("userrestrictions.CheckNoOwnerRestrictionsTest", mDeviceOwnerUserId);
85 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest",
87 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest",
89 runTests("userrestrictions.DeviceOwnerUserRestrictionsTest",
104 runTests("userrestrictions.PrimaryProfileOwnerUserRestrictionsTest",
106 runTests("userrestrictions.PrimaryProfileOwnerUserRestrictionsTest",
108 runTests("userrestrictions.PrimaryProfileOwnerUserRestrictionsTest",
120 runTests("userrestrictions.SecondaryProfileOwnerUserRestrictionsTest",
122 runTests("userrestrictions.SecondaryProfileOwnerUserRestrictionsTest"
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
PrimaryProfileOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
CheckNoOwnerRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
ManagedProfileOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
ProfileGlobalRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
DeviceOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
SecondaryProfileOwnerUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
BaseUserRestrictionsTest.java 16 package com.android.cts.deviceandprofileowner.userrestrictions;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowUserManager.java 41 private Map<UserHandle, Bundle> userRestrictions = new HashMap<>();
132 Bundle bundle = userRestrictions.get(userHandle);
145 if (userRestrictions.containsKey(userHandle)) {
146 userRestrictions.remove(userHandle);
156 Bundle bundle = userRestrictions.get(userHandle);
159 userRestrictions.put(userHandle, bundle);
  /packages/apps/Settings/src/com/android/settings/users/
RestrictionUtils.java 63 Bundle userRestrictions = um.getUserRestrictions(user);
68 !userRestrictions.getBoolean(sRestrictionKeys[i], false));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictionUtils.java 53 Bundle userRestrictions = um.getUserRestrictions(user);
58 !userRestrictions.getBoolean(sRestrictionKeys[i], false));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
PolicyTransparencyTestListActivity.java 146 UserRestrictions.getUserRestrictionsForPolicyTransparency(mMode)) {
147 final Intent intent = UserRestrictions.getUserRestrictionTestIntent(this, restriction);
148 if (!UserRestrictions.isRestrictionValid(this, restriction)) {
151 final String title = UserRestrictions.getRestrictionLabel(this, restriction);
UserRestrictions.java 32 public class UserRestrictions {
PolicyTransparencyTestActivity.java 171 userAction = UserRestrictions.getUserAction(this, userRestriction);
CommandReceiverActivity.java     [all...]
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifierImpl.java 711 final Bundle userRestrictions = userManager != null
713 if (!userRestrictions.getBoolean(UserManager.DISALLOW_OUTGOING_CALLS, false)) {
728 if (!userRestrictions.getBoolean(UserManager.DISALLOW_SMS, false)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java     [all...]

Completed in 441 milliseconds