Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DSupervisedDeviceActionDisabledByAdminController.java37 DeviceAdminStringProvider stringProvider, String restriction) { in SupervisedDeviceActionDisabledByAdminController()
48 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
H A DActionDisabledByAdminControllerFactory.java44 String restriction, DeviceAdminStringProvider stringProvider, in createInstance()
75 String restriction) { in doesBiometricRequireParentalConsent()
H A DBiometricActionDisabledByAdminController.java46 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
H A DFinancedDeviceActionDisabledByAdminController.java42 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
H A DActionDisabledByAdminController.java47 String getAdminSupportTitle(@Nullable String restriction); in getAdminSupportTitle()
H A DManagedDeviceActionDisabledByAdminController.java82 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java313 public static boolean isValidRestriction(@NonNull String restriction) { in isValidRestriction()
433 public static boolean contains(@Nullable Bundle in, String restriction) { in contains()
453 public static boolean canDeviceOwnerChange(String restriction) { in canDeviceOwnerChange()
462 public static boolean canProfileOwnerChange(String restriction, boolean isMainUser) { in canProfileOwnerChange()
471 public static boolean canProfileOwnerOfOrganizationOwnedDeviceChange(String restriction) { in canProfileOwnerOfOrganizationOwnedDeviceChange()
487 public static boolean canFinancedDeviceOwnerChange(String restriction) { in canFinancedDeviceOwnerChange()
715 String restriction; in isSettingRestrictedForUser() local
H A DRestrictionsSet.java95 public boolean removeRestrictionsForAllUsers(String restriction) { in removeRestrictionsForAllUsers()
111 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction()
159 public @NonNull List<UserManager.EnforcingUser> getEnforcingUsers(String restriction, in getEnforcingUsers()
H A DUserManagerInternal.java397 public abstract boolean hasUserRestriction(String restriction, int userId); in hasUserRestriction()
H A DPackageManagerServiceUtils.java357 UserManagerInternal userManager, String restriction, int callingUid, int userHandle) { in enforceShellRestriction()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStart.java331 private void showDialogInner(String restriction) { in showDialogInner()
352 private DialogFragment createDialog(String restriction) { in createDialog()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DStateChangedListener.java48 void onRestrictionStateChanged(@NonNull JobRestriction restriction, in onRestrictionStateChanged()
H A DJobConcurrencyManager.java1371 void maybeStopOvertimeJobsLocked(@NonNull JobRestriction restriction) { in maybeStopOvertimeJobsLocked()
1427 final JobRestriction restriction = mService.checkIfRestricted(running); in stopNonReadyActiveJobsLocked() local
/aosp14/frameworks/base/core/java/android/app/admin/
H A DUserRestrictionPolicyKey.java45 public UserRestrictionPolicyKey(@NonNull String identifier, @NonNull String restriction) { in UserRestrictionPolicyKey()
H A DDevicePolicyIdentifiers.java173 public static String getIdentifierForUserRestriction( in getIdentifierForUserRestriction()
H A DDevicePolicyManagerInternal.java344 public abstract List<EnforcingUser> getUserRestrictionSources(String restriction, in getUserRestrictionSources()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpInfo.java67 public final String restriction; field in AppOpInfo
105 String restriction, in AppOpInfo()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiRestrictionsCache.java105 Boolean restriction; in getRestriction() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DRestrictionsSetTest.java80 String restriction = UserManager.DISALLOW_CONFIG_DATE_TIME; in testMoveRestriction_containsRestriction() local
/aosp14/system/core/libkeyutils/
H A Dkeyutils.cpp63 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring()
/aosp14/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java626 RestrictionEntry restriction; in loadManifestRestrictions() local
683 RestrictionEntry restriction = new RestrictionEntry(restrictionType, key); in loadRestriction() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java433 String restriction = "RESTRICTION"; in testClickOnDisabledByPolicyDoesntClickLaunchesIntent() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java2310 private void addAndRemoveGlobalUserRestrictionOnParentDpm(String restriction) { in addAndRemoveGlobalUserRestrictionOnParentDpm()
2326 private void addAndRemoveLocalUserRestrictionOnParentDpm(String restriction) { in addAndRemoveLocalUserRestrictionOnParentDpm()
6359 Bundle restriction = new Bundle(); in testDisallowSharingIntoProfileSetRestriction() local
6377 Bundle restriction = new Bundle(); in testDisallowSharingIntoProfileClearRestriction() local
8592 private void simulateRestrictionAdded(String restriction) { in simulateRestrictionAdded()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPolicyDefinition.java486 static PolicyDefinition<Boolean> getPolicyDefinitionForUserRestriction( in getPolicyDefinitionForUserRestriction()
549 String restriction, int flags) { in createAndAddUserRestrictionPolicyDefinition()
H A DDevicePolicyManagerService.java16373 public List<EnforcingUser> getUserRestrictionSources(String restriction, in getUserRestrictionSources()
16421 private Bundle getEnforcingAdminAndUserDetailsInternal(int userId, String restriction) { in getEnforcingAdminAndUserDetailsInternal()
16578 int userId, @NonNull String restriction) { in getEnforcingAdminsForRestrictionInternal()
16634 private static PolicyDefinition<Boolean> getPolicyDefinitionForRestriction( in getPolicyDefinitionForRestriction()
16681 public Bundle getEnforcingAdminAndUserDetails(int userId, String restriction) { in getEnforcingAdminAndUserDetails()
16688 int userId, String restriction) { in getEnforcingAdminsForRestriction()
16699 public Intent createAdminSupportIntent(String restriction) { in createAdminSupportIntent()

12