Searched refs:notifyWatchersOfChange (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsCheckingServiceLoggingDecorator.java | 172 public void notifyWatchersOfChange(int op, int uid) { in notifyWatchersOfChange() method in AppOpsCheckingServiceLoggingDecorator 174 mService.notifyWatchersOfChange(op, uid); in notifyWatchersOfChange()
|
H A D | AppOpsCheckingServiceTracingDecorator.java | 266 public void notifyWatchersOfChange(int op, int uid) { in notifyWatchersOfChange() method in AppOpsCheckingServiceTracingDecorator 270 mService.notifyWatchersOfChange(op, uid); in notifyWatchersOfChange()
|
H A D | AppOpsCheckingServiceInterface.java | 191 void notifyWatchersOfChange(int op, int uid); in notifyWatchersOfChange() method
|
H A D | AppOpsRestrictionsImpl.java | 222 … mHandler.post(() -> mAppOpsCheckingServiceInterface.notifyWatchersOfChange(code, UID_ANY)); in notifyAllUserRestrictions()
|
H A D | AppOpsService.java | 2474 AppOpsService::notifyWatchersOfChange, this, code, UID_ANY)); in setAudioRestriction() 2485 AppOpsService::notifyWatchersOfChange, this, in setCameraAudioRestriction() 2488 AppOpsService::notifyWatchersOfChange, this, in setCameraAudioRestriction() 5565 AppOpsService::notifyWatchersOfChange, this, code, UID_ANY)); 5616 private void notifyWatchersOfChange(int code, int uid) { 6229 AppOpsService::notifyWatchersOfChange, AppOpsService.this, code,
|
H A D | AppOpsCheckingServiceImpl.java | 435 public void notifyWatchersOfChange(int code, int uid) { in notifyWatchersOfChange() method in AppOpsCheckingServiceImpl
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/ |
H A D | AppOpsLegacyRestrictionsTest.java | 275 .notifyWatchersOfChange(mOpCode1, UID_ANY); in testNotify()
|
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/appop/ |
H A D | AppOpService.kt | 245 override fun notifyWatchersOfChange(op: Int, uid: Int) {
|