Home
last modified time | relevance | path

Searched refs:notifyOpChanged (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceLoggingDecorator.java178 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 DAppOpsCheckingServiceTracingDecorator.java277 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 DAppOpsCheckingServiceInterface.java201 void notifyOpChanged(@NonNull OnOpModeChangedListener changedListener, int op, int uid, in notifyOpChanged() method
H A DAppOpsCheckingServiceImpl.java442 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 DAppOpsService.java1160 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 DAppOpService.kt248 notifyOpChanged(listener, op, uid, null)
252 override fun notifyOpChanged(
349 AppOpService::notifyOpChanged, this, listener,
/aosp14/frameworks/base/services/
H A Dart-profile2409 HSPLcom/android/server/appop/AppOpsCheckingServiceImpl;->notifyOpChanged(Lcom/android/server/appop/…