Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DLocalActivityManagerTest.java64 waitForResult(); in testDispatchResume()
67 private void waitForResult() throws InterruptedException { in waitForResult() method in LocalActivityManagerTest
78 waitForResult(); in testStartActivity()
84 waitForResult(); in testDispatchCreate()
90 waitForResult(); in testDispatchStop()
96 waitForResult(); in testDispatchPauseTrue()
102 waitForResult(); in testDispatchPauseFalse()
108 waitForResult(); in testSaveInstanceState()
114 waitForResult(); in testDispatchDestroy()
120 waitForResult(); in testRemoveAllActivities()
DSearchManagerTest.java43 waitForResult(); in testStopSearch()
52 waitForResult(); in testSetOnDismissListener()
61 waitForResult(); in testSetOnCancelListener()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCameraUtils.java47 return callback.waitForResult(); in blockUntilOpenCamera()
88 public boolean waitForResult() throws InterruptedException { in waitForResult() method in CameraUtils.CameraCallback
DCrossProfileWidgetPrimaryUserTest.java108 return mResult.waitForResult(); in sendMessageToCallbacksService()
130 public int waitForResult() { in waitForResult() method in CrossProfileWidgetPrimaryUserTest.Result
/cts/tests/tests/os/src/android/os/cts/
DActivityTestsBase.java150 final int res = waitForResult(timeoutMs, expected); in waitForResultOrThrow()
163 public int waitForResult(int timeoutMs, String expected) { in waitForResult() method in ActivityTestsBase
/cts/tests/app/app/src/android/app/stubs/
DActivityTestsBase.java164 final int res = waitForResult(timeoutMs, expected); in waitForResultOrThrow()
177 public int waitForResult(int timeoutMs, String expected) { in waitForResult() method in ActivityTestsBase
DCTSActivityTestCaseBase.java45 protected void waitForResult() throws InterruptedException { in waitForResult() method in CTSActivityTestCaseBase
/cts/tests/tests/media/src/android/media/cts/
DMediaCasTest.java522 boolean waitForResult() { in waitForResult() method in MediaCasTest.TestEventListener
566 assertTrue("Didn't receive event callback for " + event, listener.waitForResult()); in testEventEcho()
583 assertTrue("Didn't receive session event callback for " + event, listener.waitForResult()); in testSessionEventEcho()
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java248 Pair<Integer, Intent> result = waitForResult(); in requestRoleAndDenyWithDontAskAgainThenDeniedAutomatically()
303 Pair<Integer, Intent> result = waitForResult(); in requestAssistantRoleThenDeniedAutomatically()
352 return waitForResult(); in clickButtonAndWaitForResult()
368 private Pair<Integer, Intent> waitForResult() throws InterruptedException { in waitForResult() method in RoleManagerTest
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java1132 MmTelFeature.MmTelCapabilities capCb = waitForResult(mQueue); in testCapabilityStatusCallback()
1140 capCb = waitForResult(mQueue); in testCapabilityStatusCallback()
1242 Boolean isAvailableDuringRegister = waitForResult(voiceIsAvailable); in testCapabilityStatusWithIsAvailableDuringCallback()
1248 Boolean isAvailableAfterStatusChange = waitForResult(voiceIsAvailable); in testCapabilityStatusWithIsAvailableDuringCallback()
1376 RcsImsCapabilities capCb = waitForResult(mQueue); in testRcsCapabilityStatusCallback()
1392 capCb = waitForResult(mQueue); in testRcsCapabilityStatusCallback()
1858 while ((result = waitForResult(queue)) != null) { in waitForParam()
1866 private <T> T waitForResult(LinkedBlockingQueue<T> queue) throws Exception { in waitForResult() method in ImsServiceTest
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java425 public int waitForResult() { in waitForResult() method in LauncherAppsTests.Result
471 return mResult.waitForResult(); in sendMessageToCallbacksService()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java105 …id performBleScan(ScanSettings scanSettings, List<ScanFilter> scanFilters, boolean waitForResult) { in performBleScan() argument
145 if (waitForResult) { in performBleScan()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java609 private synchronized String waitForResult() { in testAddJavascriptInterface() method in WebViewTest.DummyJavaScriptInterface
642 assertEquals("Original title", obj.waitForResult()); in testAddJavascriptInterface()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java998 waitForResult(); in testInvalidateChild()
1213 private void waitForResult() { in waitForResult() method in ViewGroupTest