Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java323 final int shellUid = UserHandle.getUid(UserHandle.getUserId(uid), in checkOperation() local
327 return superImpl.apply(code, shellUid, SHELL_PKG, null, virtualDeviceId, raw); in checkOperation()
339 final int shellUid = UserHandle.getUid(UserHandle.getUserId(uid), in checkAudioOperation() local
343 return superImpl.apply(code, usage, shellUid, SHELL_PKG); in checkAudioOperation()
358 final int shellUid = UserHandle.getUid(UserHandle.getUserId(uid), in noteOperation() local
362 return superImpl.apply(code, shellUid, SHELL_PKG, featureId, virtualDeviceId, in noteOperation()
379 final int shellUid = UserHandle.getUid( in noteProxyOperation() local
384 new AttributionSource(shellUid, Process.INVALID_PID, SHELL_PKG, in noteProxyOperation()
407 final int shellUid = UserHandle.getUid(UserHandle.getUserId(uid), in startOperation() local
411 return superImpl.apply(token, code, shellUid, SHELL_PKG, attributionTag, in startOperation()
[all …]
/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp802 uid_t shellUid = pwd ? pwd->pw_uid : 0; in dumpState() local
803 if (!shellUid) { in dumpState()
815 if ((uid != shellUid) && in dumpState()
823 if (uid != shellUid) { in dumpState()