Home
last modified time | relevance | path

Searched refs:notifyWatchersOfChange (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceLoggingDecorator.java172 public void notifyWatchersOfChange(int op, int uid) { in notifyWatchersOfChange() method in AppOpsCheckingServiceLoggingDecorator
174 mService.notifyWatchersOfChange(op, uid); in notifyWatchersOfChange()
H A DAppOpsCheckingServiceTracingDecorator.java266 public void notifyWatchersOfChange(int op, int uid) { in notifyWatchersOfChange() method in AppOpsCheckingServiceTracingDecorator
270 mService.notifyWatchersOfChange(op, uid); in notifyWatchersOfChange()
H A DAppOpsCheckingServiceInterface.java191 void notifyWatchersOfChange(int op, int uid); in notifyWatchersOfChange() method
H A DAppOpsRestrictionsImpl.java222 … mHandler.post(() -> mAppOpsCheckingServiceInterface.notifyWatchersOfChange(code, UID_ANY)); in notifyAllUserRestrictions()
H A DAppOpsService.java2474 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 DAppOpsCheckingServiceImpl.java435 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 DAppOpsLegacyRestrictionsTest.java275 .notifyWatchersOfChange(mOpCode1, UID_ANY); in testNotify()
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/appop/
H A DAppOpService.kt245 override fun notifyWatchersOfChange(op: Int, uid: Int) {