Home
last modified time | relevance | path

Searched refs:GENERIC_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAutofillTestWatcher.java43 private static final long GENERIC_TIMEOUT_MS = 10_000; field in AutofillTestWatcher
93 Timeout timeout = new Timeout("CONNECTION_TIMEOUT", GENERIC_TIMEOUT_MS, 2F, in setAutofillService()
94 GENERIC_TIMEOUT_MS); in setAutofillService()
189 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
192 + " in " + GENERIC_TIMEOUT_MS + "ms"); in await()
/aosp14/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DMyContentCaptureService.java126 private static final long GENERIC_TIMEOUT_MS = 10_000; field in MyContentCaptureService.ServiceWatcher
175 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
178 + " in " + GENERIC_TIMEOUT_MS + "ms"); in await()
H A DAbstractContentCapturePerfTestCase.java58 protected static final long GENERIC_TIMEOUT_MS = 5_000; field in AbstractContentCapturePerfTestCase
212 mActivitiesWatcher = new ActivitiesWatcher(GENERIC_TIMEOUT_MS); in registerLifecycleCallback()
H A DLoginTest.java100 drawNotifier.wait(GENERIC_TIMEOUT_MS); in testActivityLaunchTime()