Searched refs:getAppOpsServiceDelegate (Results 1 – 2 of 2) sorted by relevance
18838 if (mAppOpsService.getAppOpsServiceDelegate() in startDelegateShellPermissionIdentity()18844 if (mAppOpsService.getAppOpsServiceDelegate() != null) { in startDelegateShellPermissionIdentity()18845 if (!(mAppOpsService.getAppOpsServiceDelegate() instanceof ShellDelegate)) { in startDelegateShellPermissionIdentity()18849 .getAppOpsServiceDelegate(); in startDelegateShellPermissionIdentity()
1737 public CheckOpsDelegate getAppOpsServiceDelegate() { in getAppOpsServiceDelegate() method in AppOpsService