Home
last modified time | relevance | path

Searched refs:timeoutSeconds (Results 1 – 2 of 2) sorted by relevance

/system/chre/java/test/utils/src/com/google/android/utils/chre/
DSettingsUtil.java106 public void setLocationMode(boolean enable, long timeoutSeconds) { in setLocationMode() argument
116 listener.mLocationLatch.await(timeoutSeconds, TimeUnit.SECONDS); in setLocationMode()
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGeneralTestExecutor.java216 public void run(long timeoutSeconds) { in run() argument
228 success = mCountDownLatch.await(timeoutSeconds, TimeUnit.SECONDS); in run()