Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIUserRestrictionsListener.aidl25 … void onUserRestrictionsChanged(int userId, in Bundle newRestrictions, in Bundle prevRestrictions); in onUserRestrictionsChanged()
/aosp14/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.java8596 final Bundle newRestrictions = new Bundle(); in simulateRestrictionAdded() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java548 Bundle newRestrictions, Bundle prevRestrictions) { in applyUserRestrictions()
876 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged()
H A DUserManagerInternal.java113 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged()
H A DUserManagerService.java2676 final Bundle newRestrictions = BundleUtils.clone( in setUserRestrictionInner() local
2901 final Bundle newRestrictions = BundleUtils.clone( in setUserRestriction() local
2964 Bundle newRestrictions, Bundle prevRestrictions) { in propagateUserRestrictionsLR()
4057 final Bundle newRestrictions = BundleUtils.clone( in upgradeProfileToTypeLU() local
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1301 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
1308 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in resetUserVpnIfNeeded()
1318 int userId, Bundle newRestrictions, Bundle prevRestrictions) { in resetCrossProfileIntentFiltersIfNeeded()
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java332 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1178 private static Set<String> getRestrictionDiff(Bundle prevRestrictions, Bundle newRestrictions) { in getRestrictionDiff()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java9694 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()