/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | OneTimeCancellationSignalListener.java | 40 final boolean called = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in assertOnCancelCalled() 42 .that(called).isTrue(); in assertOnCancelCalled()
|
D | InstrumentedFieldClassificationService.java | 97 final boolean called = latch.await(CONNECTION_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in await() 98 if (!called) { in await()
|
D | AugmentedHelper.java | 223 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/ |
D | AutofillActivity.java | 54 final boolean called = mLatch.await(2, TimeUnit.SECONDS); in isAutofillEnabled() 55 if (!called) { in isAutofillEnabled()
|
D | ContentCaptureActivity.java | 65 final boolean called = latch.await(2, TimeUnit.SECONDS); in waitContentCaptureEnabled() 67 if (!called) { in waitContentCaptureEnabled()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | TrampolineForResultActivity.java | 52 final boolean called = mLatch.await(1000, TimeUnit.MILLISECONDS); in assertResult() 53 assertWithMessage("Result not received in 1s").that(called).isTrue(); in assertResult()
|
D | AbstractTimePickerActivity.java | 138 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk() 140 .that(called).isTrue(); in tapOk()
|
D | AbstractDatePickerActivity.java | 139 boolean called = mOkLatch.await(OK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapOk() 141 .that(called).isTrue(); in tapOk()
|
D | CheckoutActivity.java | 228 boolean called = mBuyLatch.await(BUY_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapBuy() 230 .that(called).isTrue(); in tapBuy()
|
D | LoginActivity.java | 338 boolean called = mLoginLatch.await(LOGIN_TIMEOUT_MS, TimeUnit.MILLISECONDS); in tapLogin() 340 .that(called).isTrue(); in tapLogin()
|
D | AuthenticationActivity.java | 271 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/ |
D | AccessNetworkTest.java | 75 boolean called = false; in onServiceConnected() 78 called = true; in onServiceConnected() 84 if (called) { in onServiceConnected()
|
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 963 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/ |
D | CtsContentCaptureService.java | 184 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await() 185 if (!called) { in await()
|
D | CtsTranslationService.java | 400 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/ |
D | ActivitiesWatcher.java | 162 final boolean called = latch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in waitFor() 163 if (!called) { in waitFor()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | Helper.java | 82 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/ |
D | large_global.rscript | 20 // Never called, just present to ensure that buf does not get optimized away.
|
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
D | TextClassifierTestWatcher.java | 289 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/ |
D | layered_filter_f32_helper.rsh | 7 // 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
|
D | layered_filter_d1new_helper.rsh | 24 // 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
|
D | layered_filter_fast_d1new.rscript | 511 // Otherwise, ComputeLayerMatteHelper won't be called in 564 // Otherwise, ComputeLayerMatteHelper won't be called in
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarWatchdogManagerTest.java | 168 boolean called = callSignal.await(ANR_WAIT_MS, TimeUnit.MILLISECONDS); in testCheckHealthStatus() 171 assertWithMessage("onCheckHealthStatus called").that(called).isTrue(); in testCheckHealthStatus()
|
/cts/tests/mediapc/common/ |
D | README.md | 170 Finally, we just need to submit our results. The submit method should be called
|
/cts/tests/tests/wifi/src/android/net/wifi/aware/cts/ |
D | SingleDeviceTest.java | 1908 AtomicBoolean called = new AtomicBoolean(false); in testSetOpportunistic() local 1919 called.set(true); in testSetOpportunistic() 1928 assertTrue(called.get()); in testSetOpportunistic()
|