Searched defs:newRestrictions (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IUserRestrictionsListener.aidl | 25 … 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 D | DpmTestUtils.java | 62 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 D | DevicePolicyManagerTest.java | 8596 final Bundle newRestrictions = new Bundle(); in simulateRestrictionAdded() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserRestrictionsUtils.java | 548 Bundle newRestrictions, Bundle prevRestrictions) { in applyUserRestrictions() 876 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged()
|
H A D | UserManagerInternal.java | 113 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged()
|
H A D | UserManagerService.java | 2676 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 D | DevicePolicyManagerService.java | 1301 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 D | SensorPrivacyService.java | 332 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProvider.java | 1178 private static Set<String> getRestrictionDiff(Bundle prevRestrictions, Bundle newRestrictions) { in getRestrictionDiff()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 9694 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
|