Home
last modified time | relevance | path

Searched refs:shouldIgnoreCallback (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/appop/
H A DAppOpService.kt278 if (!shouldIgnoreCallback(switchedCode, changedListener)) {
289 private fun shouldIgnoreCallback(op: Int, listener: OnOpModeChangedListener): Boolean { regex
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceImpl.java472 if (shouldIgnoreCallback(switchedCode, onModeChangedListener.getCallingPid(), in notifyOpChanged()
485 private boolean shouldIgnoreCallback(int op, int watcherPid, int watcherUid) { in shouldIgnoreCallback() method in AppOpsCheckingServiceImpl
H A DAppOpsService.java3431 if (shouldIgnoreCallback(code, callback.mCallingPid, callback.mCallingUid)) { in notifyOpActiveChanged()
3487 if (shouldIgnoreCallback(code, callback.mCallingPid, callback.mCallingUid)) { in notifyOpStarted()
3538 if (shouldIgnoreCallback(code, callback.mCallingPid, callback.mCallingUid)) { in notifyOpChecked()
3609 private boolean shouldIgnoreCallback(int op, int watcherPid, int watcherUid) { in shouldIgnoreCallback() method in AppOpsService