Home
last modified time | relevance | path

Searched defs:notifyOpChanged (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceInterface.java201 void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method
H A DAppOpsCheckingServiceLoggingDecorator.java178 public void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method in AppOpsCheckingServiceLoggingDecorator
H A DAppOpsCheckingServiceTracingDecorator.java277 public void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method in AppOpsCheckingServiceTracingDecorator
H A DAppOpsCheckingServiceImpl.java447 public void notifyOpChanged(@NonNull OnOpModeChangedListener onModeChangedListener, int code, in notifyOpChanged() method in AppOpsCheckingServiceImpl
H A DAppOpsService.java2023 private void notifyOpChanged(ArraySet<OnOpModeChangedListener> callbacks, int code, in notifyOpChanged() method in AppOpsService
2031 private void notifyOpChanged(OnOpModeChangedListener callback, int code, in notifyOpChanged() method in AppOpsService