Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DOneTimeCancellationSignalListener.java40 final boolean called = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in assertOnCancelCalled()
42 .that(called).isTrue(); in assertOnCancelCalled()
DInstrumentedFieldClassificationService.java97 final boolean called = latch.await(CONNECTION_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in await()
98 if (!called) { in await()
DAugmentedHelper.java223 final boolean called = latch.await(CONNECTION_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in await()
224 if (!called) { in await()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAutofillActivity.java54 final boolean called = mLatch.await(2, TimeUnit.SECONDS); in isAutofillEnabled()
55 if (!called) { in isAutofillEnabled()
DContentCaptureActivity.java65 final boolean called = latch.await(2, TimeUnit.SECONDS); in waitContentCaptureEnabled()
67 if (!called) { in waitContentCaptureEnabled()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DTrampolineForResultActivity.java52 final boolean called = mLatch.await(1000, TimeUnit.MILLISECONDS); in assertResult()
53 assertWithMessage("Result not received in 1s").that(called).isTrue(); in assertResult()
DAbstractTimePickerActivity.java138 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk()
140 .that(called).isTrue(); in tapOk()
DAbstractDatePickerActivity.java139 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk()
141 .that(called).isTrue(); in tapOk()
DCheckoutActivity.java228 boolean called = mBuyLatch.await(BUY_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapBuy()
230 .that(called).isTrue(); in tapBuy()
DLoginActivity.java338 boolean called = mLoginLatch.await(LOGIN_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapLogin()
340 .that(called).isTrue(); in tapLogin()
DAuthenticationActivity.java271 final boolean called = sResponseLatch.await(5, TimeUnit.SECONDS); in waitForLatchAndDoIt()
272 if (!called) { in waitForLatchAndDoIt()
/cts/hostsidetests/appsecurity/test-apps/UseProcessSuccess/src/com/android/cts/useprocess/
DAccessNetworkTest.java75 boolean called = false; in onServiceConnected()
78 called = true; in onServiceConnected()
84 if (called) { in onServiceConnected()
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java963 final Set<String> called = Collections.synchronizedSet(new HashSet<>()); in testCancelListener() local
975 called.add("listener1"); in testCancelListener()
979 called.add("listener2"); in testCancelListener()
983 called.add("listener3"); in testCancelListener()
987 called.add("listener4"); in testCancelListener()
1001 () -> called.contains("listener2") && called.contains("listener3")); in testCancelListener()
1004 assertFalse(called.contains("listener1")); in testCancelListener()
1005 assertFalse(called.contains("listener4")); in testCancelListener()
1018 called.clear(); in testCancelListener()
1025 called.add("listener1"); in testCancelListener()
[all …]
/cts/tests/translation/src/android/translation/cts/
DCtsContentCaptureService.java184 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
185 if (!called) { in await()
DCtsTranslationService.java400 final boolean called = latch.await(TRANSLATION_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
401 if (!called) { in await()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DActivitiesWatcher.java162 final boolean called = latch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in waitFor()
163 if (!called) { in waitFor()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java82 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
83 if (!called) { in await()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dlarge_global.rscript20 // Never called, just present to ensure that buf does not get optimized away.
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierTestWatcher.java289 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
290 if (!called) { in await()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_f32_helper.rsh7 // Several supporting functions that are called by kernel functions defined in
18 // When this function is called, the initial value of sharp->dilated_depth is
Dlayered_filter_d1new_helper.rsh24 // Several supporting functions that are called by kernel functions defined in
35 // When this function is called, the initial value of sharp->dilated_depth is
Dlayered_filter_fast_d1new.rscript511 // Otherwise, ComputeLayerMatteHelper won't be called in
564 // Otherwise, ComputeLayerMatteHelper won't be called in
/cts/tests/tests/car/src/android/car/cts/
DCarWatchdogManagerTest.java168 boolean called = callSignal.await(ANR_WAIT_MS, TimeUnit.MILLISECONDS); in testCheckHealthStatus()
171 assertWithMessage("onCheckHealthStatus called").that(called).isTrue(); in testCheckHealthStatus()
/cts/tests/mediapc/common/
DREADME.md170 Finally, we just need to submit our results. The submit method should be called
/cts/tests/tests/wifi/src/android/net/wifi/aware/cts/
DSingleDeviceTest.java1908 AtomicBoolean called = new AtomicBoolean(false); in testSetOpportunistic() local
1919 called.set(true); in testSetOpportunistic()
1928 assertTrue(called.get()); in testSetOpportunistic()

12