Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18845 if (!(mAppOpsService.getAppOpsServiceDelegate() instanceof ShellDelegate)) { in startDelegateShellPermissionIdentity()
18848 final ShellDelegate delegate = (ShellDelegate) mAppOpsService in startDelegateShellPermissionIdentity()
18871 final ShellDelegate shellDelegate = new ShellDelegate( in startDelegateShellPermissionIdentity()
18892 private class ShellDelegate implements CheckOpsDelegate, CheckPermissionDelegate { class in ActivityManagerService
18897 ShellDelegate(String targetPacakgeName, int targetUid, @Nullable String[] permissions) { in ShellDelegate() method in ActivityManagerService.ShellDelegate