Searched defs:onUserRestrictionsChanged (Results 1 – 5 of 5) 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() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerInternal.java | 113 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged() method
|
/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() method in SensorPrivacyService.SensorPrivacyServiceImpl
|
/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() method in DevicePolicyManagerService.RestrictionsListener
|
/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() method in AudioService.AudioServiceUserRestrictionsListener
|