Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java53 public static final long GENERIC_TIMEOUT_MS = 10_000; field in Helper
67 private static final Timeout MY_TIMEOUT = new Timeout("MY_TIMEOUT", GENERIC_TIMEOUT_MS, 2F,
68 GENERIC_TIMEOUT_MS);
76 final boolean called = latch.await(GENERIC_TIMEOUT_MS, TimeUnit.MILLISECONDS); in await()
79 + " in " + GENERIC_TIMEOUT_MS + "ms"); in await()
DAbstractContentCaptureIntegrationAutoActivityLaunchTest.java18 import static android.contentcaptureservice.cts.Helper.GENERIC_TIMEOUT_MS;
54 mActivitiesWatcher = new ActivitiesWatcher(GENERIC_TIMEOUT_MS); in registerLifecycleCallback()
DAbstractContentCaptureActivity.java110 syncRunOnUiThread(action, Helper.GENERIC_TIMEOUT_MS); in syncRunOnUiThread()