Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java19882 if (mAppOpsService.getAppOpsServiceDelegate() != null) {
19883 if (!(mAppOpsService.getAppOpsServiceDelegate() instanceof ShellDelegate)) {
19887 .getAppOpsServiceDelegate();
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2361 public CheckOpsDelegate getAppOpsServiceDelegate() { in getAppOpsServiceDelegate() method in AppOpsService