Home
last modified time | relevance | path

Searched defs:restriction (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java220 public static boolean isValidRestriction(@NonNull String restriction) { in isValidRestriction()
281 public static boolean contains(@Nullable Bundle in, String restriction) { in contains()
328 public static boolean canDeviceOwnerChange(String restriction) { in canDeviceOwnerChange()
336 public static boolean canProfileOwnerChange(String restriction, int userId) { in canProfileOwnerChange()
605 String restriction; in isSettingRestrictedForUser() local
DPackageManagerServiceUtils.java367 public static void enforceShellRestriction(String restriction, int callingUid, int userHandle) { in enforceShellRestriction()
DUserManagerService.java2590 String restriction = ((flags & UserInfo.FLAG_MANAGED_PROFILE) != 0) in createUserInternal() local
2863 String restriction = isManagedProfile in removeUser() local
DPackageManagerShellCommand.java2096 String restriction = getNextArg(); in runSetUserRestriction() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DUserManagerHelper.java246 public boolean foregroundUserHasUserRestriction(String restriction) { in foregroundUserHasUserRestriction()
288 public boolean currentProcessHasUserRestriction(String restriction) { in currentProcessHasUserRestriction()
/frameworks/base/core/java/android/content/
DRestrictionsManager.java562 RestrictionEntry restriction; in loadManifestRestrictions() local
619 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key); in loadRestriction() local
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java117 public void setRestriction(String restriction) { in setRestriction()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java375 private boolean hasRestriction(String restriction, int userId) { in hasRestriction()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4690 Bundle restriction = new Bundle(); in testDisallowSharingIntoProfileSetRestriction() local
4703 Bundle restriction = new Bundle(); in testDisallowSharingIntoProfileClearRestriction() local
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl221 Intent createAdminSupportIntent(in String restriction); in createAdminSupportIntent()
DDevicePolicyManager.java6870 public Intent createAdminSupportIntent(@NonNull String restriction) { in createAdminSupportIntent()
/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java3743 public boolean hasRestriction(int restriction, String packageName, int userId) { in hasRestriction()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5984 final String restriction; in wipeDataNoLock() local
8998 String restriction = isManagedProfile(userHandle.getIdentifier()) in removeUser() local
10507 public Intent createAdminSupportIntent(String restriction) { in createAdminSupportIntent()