Home
last modified time | relevance | path

Searched refs:callbackToIgnore (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceLoggingDecorator.java187 @Nullable OnOpModeChangedListener callbackToIgnore) { in notifyOpChangedForAllPkgsInUid() argument
190 + callbackToIgnore + ")"); in notifyOpChangedForAllPkgsInUid()
191 mService.notifyOpChangedForAllPkgsInUid(op, uid, onlyForeground, callbackToIgnore); in notifyOpChangedForAllPkgsInUid()
H A DAppOpsCheckingServiceTracingDecorator.java290 @Nullable OnOpModeChangedListener callbackToIgnore) { in notifyOpChangedForAllPkgsInUid() argument
294 mService.notifyOpChangedForAllPkgsInUid(op, uid, onlyForeground, callbackToIgnore); in notifyOpChangedForAllPkgsInUid()
H A DAppOpsCheckingServiceInterface.java214 @Nullable OnOpModeChangedListener callbackToIgnore); in notifyOpChangedForAllPkgsInUid() argument
H A DAppOpsCheckingServiceImpl.java494 @Nullable OnOpModeChangedListener callbackToIgnore) { in notifyOpChangedForAllPkgsInUid() argument
544 if (callbackSpecs != null && callbackToIgnore != null) { in notifyOpChangedForAllPkgsInUid()
545 callbackSpecs.remove(callbackToIgnore); in notifyOpChangedForAllPkgsInUid()
H A DAppOpsService.java1829 @Nullable IAppOpsCallback callbackToIgnore) { in notifyOpChangedForAllPkgsInUid() argument
1830 ModeCallback listenerToIgnore = callbackToIgnore != null in notifyOpChangedForAllPkgsInUid()
1831 ? mModeWatchers.get(callbackToIgnore.asBinder()) : null; in notifyOpChangedForAllPkgsInUid()
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/appop/
H A DAppOpService.kt308 callbackToIgnore: OnOpModeChangedListener?
339 if (callbackToIgnore != null) {
340 callbackSpecs.remove(callbackToIgnore)