Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2411 if (shouldIgnoreCallback(switchedCode, onModeChangedListener.getCallingPid(), in notifyOpChanged()
4164 if (shouldIgnoreCallback(code, callback.mCallingPid, callback.mCallingUid)) { in notifyOpActiveChanged()
4221 if (shouldIgnoreCallback(code, callback.mCallingPid, callback.mCallingUid)) { in notifyOpStarted()
4273 if (shouldIgnoreCallback(code, callback.mCallingPid, callback.mCallingUid)) { in notifyOpChecked()
4344 private boolean shouldIgnoreCallback(int op, int watcherPid, int watcherUid) { in shouldIgnoreCallback() method in AppOpsService
/frameworks/base/services/
Dart-wear-profile7767 PLcom/android/server/appop/AppOpsService;->shouldIgnoreCallback(III)Z