Searched refs:shouldIgnoreCallback (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 2411 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/ |
D | art-wear-profile | 7767 PLcom/android/server/appop/AppOpsService;->shouldIgnoreCallback(III)Z
|