Searched refs:clientAppUid (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerLocal.java | 95 ComponentName startSdkSandboxService(@NonNull Intent service, int clientAppUid, in startSdkSandboxService() argument 115 boolean stopSdkSandboxService(@NonNull Intent service, int clientAppUid, in stopSdkSandboxService() argument 144 int clientAppUid, @NonNull IBinder clientAppProcessToken, in bindSdkSandboxService() argument 155 int clientAppUid, @NonNull IBinder clientAppProcessToken, in bindSdkSandboxService() argument 169 int clientAppUid, @NonNull String clientAppPackage, @NonNull String processName, in bindSdkSandboxService() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ComputerEngine.java | 2516 int clientAppUid = Process.getAppUidForSdkSandboxUid(callingUid); in shouldFilterApplication() local 2518 if (ps != null && clientAppUid == UserHandle.getUid(userId, ps.getAppId())) { in shouldFilterApplication() 3012 final int clientAppUid = Process.getAppUidForSdkSandboxUid(uid); in filterAppAccess() local 3014 if (clientAppUid == uid) { in filterAppAccess()
|