Home
last modified time | relevance | path

Searched defs:newRestrictions (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DIUserRestrictionsListener.aidl25 … void onUserRestrictionsChanged(int userId, in Bundle newRestrictions, in Bundle prevRestrictions); in onUserRestrictionsChanged()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java62 public static RestrictionsSet newRestrictions(int userId, String... restrictions) { in newRestrictions() method in DpmTestUtils
69 public static Bundle newRestrictions(String... restrictions) { in newRestrictions() method in DpmTestUtils
H A DDevicePolicyManagerTest.java7826 final Bundle newRestrictions = new Bundle(); in simulateRestrictionAdded() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java502 Bundle newRestrictions, Bundle prevRestrictions) { in applyUserRestrictions()
842 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged()
H A DUserManagerInternal.java56 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged()
H A DUserManagerService.java2195 final Bundle newRestrictions = BundleUtils.clone( in setUserRestriction() local
2260 Bundle newRestrictions, Bundle prevRestrictions) { in propagateUserRestrictionsLR()
2981 final Bundle newRestrictions = BundleUtils.clone( in upgradeProfileToTypeLU() local
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1010 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
1017 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in resetUserVpnIfNeeded()
1027 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in resetCrossProfileIntentFiltersIfNeeded()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsManagerService.java1085 CarUxRestrictions oldRestrictions, CarUxRestrictions newRestrictions) { in addTransitionLogLocked()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1105 private static Set<String> getRestrictionDiff(Bundle prevRestrictions, Bundle newRestrictions) { in getRestrictionDiff()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSensorPrivacyService.java356 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java1563 final Bundle newRestrictions = new Bundle(); in makeUserRestrictionActionListener() local
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java7988 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()