/aosp12/frameworks/base/core/java/android/os/ |
H A D | IUserRestrictionsListener.aidl | 25 … 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 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 | 7826 final Bundle newRestrictions = new Bundle(); in simulateRestrictionAdded() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserRestrictionsUtils.java | 502 Bundle newRestrictions, Bundle prevRestrictions) { in applyUserRestrictions() 842 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged()
|
H A D | UserManagerInternal.java | 56 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged()
|
H A D | UserManagerService.java | 2195 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 D | DevicePolicyManagerService.java | 1010 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 D | CarUxRestrictionsManagerService.java | 1085 CarUxRestrictions oldRestrictions, CarUxRestrictions newRestrictions) { in addTransitionLogLocked()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProvider.java | 1105 private static Set<String> getRestrictionDiff(Bundle prevRestrictions, Bundle newRestrictions) { in getRestrictionDiff()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SensorPrivacyService.java | 356 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 1563 final Bundle newRestrictions = new Bundle(); in makeUserRestrictionActionListener() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 7988 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged()
|