Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java230 public static boolean isValidRestriction(@NonNull String restriction) { in isValidRestriction()
341 public static boolean contains(@Nullable Bundle in, String restriction) { in contains()
388 public static boolean canDeviceOwnerChange(String restriction) { in canDeviceOwnerChange()
396 public static boolean canProfileOwnerChange(String restriction, int userId) { in canProfileOwnerChange()
670 String restriction; in isSettingRestrictedForUser() local
DPackageManagerServiceUtils.java377 public static void enforceShellRestriction(String restriction, int callingUid, int userHandle) { in enforceShellRestriction()
DUserManagerService.java2668 String restriction = ((flags & UserInfo.FLAG_MANAGED_PROFILE) != 0) in createUserInternal() local
2943 String restriction = isManagedProfile in removeUser() local
DPackageManagerShellCommand.java2336 String restriction = getNextArg(); in runSetUserRestriction() local
/frameworks/base/core/java/android/content/
DRestrictionsManager.java565 RestrictionEntry restriction; in loadManifestRestrictions() local
622 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key); in loadRestriction() local
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java119 public void setRestriction(String restriction) { in setRestriction()
/frameworks/native/libs/binder/
DProcessState.cpp240 void ProcessState::setCallRestriction(CallRestriction restriction) { in setCallRestriction()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java450 private void startAdminSupportDetailsActivity(String restriction) { in startAdminSupportDetailsActivity()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java495 private boolean hasRestriction(String restriction, int userId) { in hasRestriction()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4728 Bundle restriction = new Bundle(); in testDisallowSharingIntoProfileSetRestriction() local
4741 Bundle restriction = new Bundle(); in testDisallowSharingIntoProfileClearRestriction() local
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4292 String restriction = AppOpsManager.opToRestriction(i); in setUserRestrictions() local
4584 public boolean hasRestriction(int restriction, String packageName, int userId) { in hasRestriction()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl229 Intent createAdminSupportIntent(in String restriction); in createAdminSupportIntent()
DDevicePolicyManager.java7797 public Intent createAdminSupportIntent(@NonNull String restriction) { in createAdminSupportIntent()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6565 final String restriction; in wipeDataNoLock() local
9777 String restriction = isManagedProfile(userHandle.getIdentifier()) in removeUser() local
11440 public Intent createAdminSupportIntent(String restriction) { in createAdminSupportIntent()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java883 boolean hasUserRestriction(String restriction, int userId) { in hasUserRestriction()
/frameworks/base/cmds/statsd/src/
Datoms.proto4793 optional string restriction = 1; field