Home
last modified time | relevance | path

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

/cts/tests/suspendapps/test-apps/SuspendTestApp/aidl/com/android/suspendapps/suspendtestapp/
DITestService.aidl25 Intent waitForActivityStart(long timeoutMs); in waitForActivityStart() method
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DTestAppInterface.java112 return mRemote.waitForActivityStart(DEFAULT_REMOTE_WAIT_MS); in awaitTestActivityStart()
116 return mRemote.waitForActivityStart(timeoutMs); in awaitTestActivityStart()
/cts/tests/suspendapps/test-apps/SuspendTestApp/src/com/android/suspendapps/suspendtestapp/
DTestService.java54 public Intent waitForActivityStart(long timeoutMs) throws RemoteException {