Home
last modified time | relevance | path

Searched defs:timeoutThreshold (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
H A DContextHubLoadAndUnloadNanoAppsTestExecutor.java195 long timeoutThreshold = numOfTestCycles * (TIMEOUT_SECONDS_LOAD + TIMEOUT_SECONDS_UNLOAD); in queuedLoadUnloadTest() local
212 long timeoutThreshold = in waitForCompleteAsync() local
H A DContextHubClientSendMessageTestExecutor.java181 long timeoutThreshold = numOfMessages * TIMEOUT_SECONDS_MESSAGE; in testBurstMessages() local
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DHealthMonitor.h116 Duration timeoutThreshold; member
141 Duration timeoutThreshold; member
/aosp_15_r20/system/chre/java/test/utils/src/com/google/android/utils/chre/
H A DChreTestUtil.java307 public static void assertLatchCountedDown(CountDownLatch latch, long timeoutThreshold) in assertLatchCountedDown()