Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java143 public static final String SHELL_PKG = "com.android.shell"; field in AccessCheckDelegate.AccessCheckDelegateImpl
269 if (TextUtils.equals(mDelegatePackage, packageName) && !SHELL_PKG.equals(packageName)) { in checkPermission()
273 return checkPermission(SHELL_PKG, permissionName, persistentDeviceId, in checkPermission()
327 return superImpl.apply(code, shellUid, SHELL_PKG, null, virtualDeviceId, raw); in checkOperation()
343 return superImpl.apply(code, usage, shellUid, SHELL_PKG); in checkAudioOperation()
362 return superImpl.apply(code, shellUid, SHELL_PKG, featureId, virtualDeviceId, in noteOperation()
384 new AttributionSource(shellUid, Process.INVALID_PID, SHELL_PKG, in noteProxyOperation()
411 return superImpl.apply(token, code, shellUid, SHELL_PKG, attributionTag, in startOperation()
439 new AttributionSource(shellUid, Process.INVALID_PID, SHELL_PKG, in startProxyOperation()
466 new AttributionSource(shellUid, Process.INVALID_PID, SHELL_PKG, in finishProxyOperation()
[all …]