Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DOneTimeCancellationSignalListener.java40 final boolean called = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in assertOnCancelCalled()
42 .that(called).isTrue(); in assertOnCancelCalled()
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.java134 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk()
136 .that(called).isTrue(); in tapOk()
DAbstractDatePickerActivity.java135 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk()
137 .that(called).isTrue(); in tapOk()
DCheckoutActivity.java201 boolean called = mBuyLatch.await(BUY_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapBuy()
203 .that(called).isTrue(); in tapBuy()
DAuthenticationActivity.java196 final boolean called = sResponseLatch.await(5, TimeUnit.SECONDS); in waitForLatchAndDoIt()
197 if (!called) { in waitForLatchAndDoIt()
DLoginActivity.java290 boolean called = mLoginLatch.await(LOGIN_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapLogin()
292 .that(called).isTrue(); in tapLogin()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentSuggestionsActivity.java57 final boolean called = mLatch.await(2, TimeUnit.SECONDS); in isContentSuggestionsEnabled()
58 if (!called) { in isContentSuggestionsEnabled()
DAutofillActivity.java54 final boolean called = mLatch.await(2, TimeUnit.SECONDS); in isAutofillEnabled()
55 if (!called) { in isAutofillEnabled()
DPrintActivity.java61 final boolean called = mLatch.await(4, TimeUnit.SECONDS); in getErrorMessage()
62 if (!called) { in getErrorMessage()
DContentCaptureActivity.java64 final boolean called = latch.await(2, TimeUnit.SECONDS); in waitContentCaptureEnabled()
66 if (!called) { in waitContentCaptureEnabled()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerLauncherCallbackTest.java49 private boolean called; field in ShortcutManagerLauncherCallbackTest.MyCallback
101 called = true; in onShortcutsChanged()
107 called = false; in reset()
111 return called; in isCalled()
/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/common/device-side/util/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.java75 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
76 if (!called) { in await()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedHelper.java183 final boolean called = latch.await(CONNECTION_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in await()
184 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
/cts/tests/tests/media/src/android/media/cts/
D.goutputstream-9KZYJZ497 // getBufferingParams should be called after setDataSource.
505 // setBufferingParams should be called after setDataSource.