Searched defs:onUserRestrictionsChanged (Results 1 – 6 of 6) sorted by relevance
/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() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerInternal.java | 56 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SensorPrivacyService.java | 356 public void onUserRestrictionsChanged(int userId, Bundle newRestrictions, in onUserRestrictionsChanged() method in SensorPrivacyService.SensorPrivacyServiceImpl
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | Tethering.java | 1217 public void onUserRestrictionsChanged() { in onUserRestrictionsChanged() method in Tethering.UserRestrictionActionListener
|
/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() method in DevicePolicyManagerService.RestrictionsListener
|
/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() method in AudioService.AudioServiceUserRestrictionsListener
|