Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DIsolatedProcessTest.java26 import android.security.cts.IIsolatedService;
53 private IIsolatedService mService;
63 mService = IIsolatedService.Stub.asInterface(service);
DIsolatedService.java68 private final IIsolatedService.Stub mBinder = new IIsolatedService.Stub() {
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DIsolatedService.java33 private final IIsolatedService.Stub mBinder = new IIsolatedService.Stub() {
DAppATests.java80 private IIsolatedService mService;
89 mService = IIsolatedService.Stub.asInterface(service);
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/aidl/com/android/cts/appdataisolation/appa/
DIIsolatedService.aidl19 interface IIsolatedService { interface
/cts/tests/tests/security/aidl/android/security/cts/
DIIsolatedService.aidl19 interface IIsolatedService { interface
/cts/tests/tests/security/
DAndroid.bp60 "aidl/android/security/cts/IIsolatedService.aidl",