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.java29 import android.security.cts.IIsolatedService;
69 private IIsolatedService mService;
79 mService = IIsolatedService.Stub.asInterface(service);
DIsolatedService.java72 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.java91 private IIsolatedService mService;
100 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.bp71 "aidl/android/security/cts/IIsolatedService.aidl",