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.java18853 if (!(mAppOpsService.getAppOpsServiceDelegate() instanceof ShellDelegate)) { in startDelegateShellPermissionIdentity()
18856 final ShellDelegate delegate = (ShellDelegate) mAppOpsService in startDelegateShellPermissionIdentity()
18879 final ShellDelegate shellDelegate = new ShellDelegate( in startDelegateShellPermissionIdentity()
18900 private class ShellDelegate implements CheckOpsDelegate, CheckPermissionDelegate { class in ActivityManagerService
18905 ShellDelegate(String targetPacakgeName, int targetUid, @Nullable String[] permissions) { in ShellDelegate() method in ActivityManagerService.ShellDelegate