Searched refs:TIMEOUT_IN_SEC (Results 1 – 4 of 4) sorted by relevance
34 private static final int TIMEOUT_IN_SEC = 90; field in TestGnssStatusCallback110 return TestUtils.waitFor(mLatchStart, TIMEOUT_IN_SEC); in awaitStart()114 return TestUtils.waitFor(mLatchStatus, TIMEOUT_IN_SEC); in awaitStatus()118 return TestUtils.waitFor(mLatchTtff, TIMEOUT_IN_SEC); in awaitTtff()122 return TestUtils.waitFor(mLatchStop, TIMEOUT_IN_SEC); in awaitStop()
36 private static final int TIMEOUT_IN_SEC = 120; field in TestLocationListener71 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC); in await()
35 private static final int TIMEOUT_IN_SEC = 90; field in TestGnssNavigationMessageListener69 return TestUtils.waitFor(mCountDownLatch, TIMEOUT_IN_SEC); in await()
40 private static final int TIMEOUT_IN_SEC = 120; field in GnssLocationUpdateIntervalTest98 (fixIntervalMillis * LOCATION_TO_COLLECT_COUNT) + TIMEOUT_IN_SEC); in testLocationUpdatesAtInterval()