Home
last modified time | relevance | path

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

/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DTestAppInterface.java34 import com.android.suspendapps.suspendtestapp.ITestService;
49 private volatile ITestService mRemote;
56 mRemote = ITestService.Stub.asInterface(service);
134 private ITestService mRemoteService;
136 BroadcastLatch(ITestService remoteService) { in BroadcastLatch()
/cts/tests/suspendapps/test-apps/SuspendTestApp/aidl/com/android/suspendapps/suspendtestapp/
DITestService.aidl22 interface ITestService { interface
/cts/tests/suspendapps/test-apps/SuspendTestApp/src/com/android/suspendapps/suspendtestapp/
DTestService.java42 private final IBinder mBinder = new ITestService.Stub() {