/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsCheckingServiceLoggingDecorator.java | 178 public void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method in AppOpsCheckingServiceLoggingDecorator 182 mService.notifyOpChanged(changedListener, op, uid, packageName); in notifyOpChanged()
|
H A D | AppOpsCheckingServiceTracingDecorator.java | 277 public void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method in AppOpsCheckingServiceTracingDecorator 282 mService.notifyOpChanged(changedListener, op, uid, packageName); in notifyOpChanged()
|
H A D | AppOpsCheckingServiceInterface.java | 201 void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method
|
H A D | AppOpsCheckingServiceImpl.java | 442 notifyOpChanged(listener, code, uid, null); in notifyWatchersOfChange() 447 public void notifyOpChanged(@NonNull OnOpModeChangedListener onModeChangedListener, int code, in notifyOpChanged() method in AppOpsCheckingServiceImpl 558 AppOpsCheckingServiceImpl::notifyOpChanged, in notifyOpChangedForAllPkgsInUid() 566 AppOpsCheckingServiceImpl::notifyOpChanged, in notifyOpChangedForAllPkgsInUid()
|
H A D | AppOpsService.java | 1160 notifyOpChanged(onModeChangedListeners, code, changedUid, changedPkg); in systemReady() 1360 AppOpsService::notifyOpChanged, in onUidStateChanged() 2016 AppOpsService::notifyOpChanged, in setMode() 2023 private void notifyOpChanged(ArraySet<OnOpModeChangedListener> callbacks, int code, in notifyOpChanged() method in AppOpsService 2027 notifyOpChanged(callback, code, uid, packageName); in notifyOpChanged() 2031 private void notifyOpChanged(OnOpModeChangedListener callback, int code, in notifyOpChanged() method in AppOpsService 2033 mAppOpsCheckingService.notifyOpChanged(callback, code, uid, packageName); in notifyOpChanged() 2222 AppOpsService::notifyOpChanged, in resetAllModes() 5625 notifyOpChanged(modeChangedListenerSet, code, uid, null);
|
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/appop/ |
H A D | AppOpService.kt | 248 notifyOpChanged(listener, op, uid, null) 252 override fun notifyOpChanged( 349 AppOpService::notifyOpChanged, this, listener,
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 2409 HSPLcom/android/server/appop/AppOpsCheckingServiceImpl;->notifyOpChanged(Lcom/android/server/appop/…
|