Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsCheckingServiceInterface.java201 void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method
DAppOpsCheckingServiceTracingDecorator.java277 public void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method in AppOpsCheckingServiceTracingDecorator
DAppOpsCheckingServiceLoggingDecorator.java178 public void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method in AppOpsCheckingServiceLoggingDecorator
DAppOpsCheckingServiceImpl.java447 public void notifyOpChanged(@NonNull OnOpModeChangedListener onModeChangedListener, int code, in notifyOpChanged() method in AppOpsCheckingServiceImpl
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
/frameworks/base/services/permission/java/com/android/server/permission/access/appop/
DAppOpService.kt252 override fun notifyOpChanged( in <lambda>() method in com.android.server.permission.access.appop.AppOpService