Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceImpl.java485 private boolean shouldIgnoreCallback(int op, int watcherPid, int watcherUid) { in shouldIgnoreCallback() argument
489 watcherPid, watcherUid) != PackageManager.PERMISSION_GRANTED; in shouldIgnoreCallback()
H A DAppOpsService.java3609 private boolean shouldIgnoreCallback(int op, int watcherPid, int watcherUid) { in shouldIgnoreCallback() argument
3613 watcherPid, watcherUid) != PackageManager.PERMISSION_GRANTED; in shouldIgnoreCallback()