Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxServiceProviderImpl.java92 String sandboxProcessName = null; in bindService() local
94 sandboxProcessName = toSandboxProcessName(callingInfo); in bindService()
111 sandboxProcessName); in bindService()
123 sandboxProcessName, in bindService()
133 sandboxProcessName, in bindService()
145 sdkSandboxConnection = new SdkSandboxConnection(serviceConnection, sandboxProcessName); in bindService()
217 String sandboxProcessName = sandbox.getSandboxProcessName(); in stopSandboxService() local
220 intent, callingInfo.getUid(), callingPackageName, sandboxProcessName); in stopSandboxService()
371 SdkSandboxConnection(ServiceConnection serviceConnection, String sandboxProcessName) { in SdkSandboxConnection() argument
373 mSandboxProcessName = sandboxProcessName; in SdkSandboxConnection()