HomeSort by relevance Sort by last modified time
    Searched refs:timeInSec (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
TestUtils.java 26 public static boolean waitFor(CountDownLatch latch, int timeInSec) throws InterruptedException {
39 long waitTimeRounds = (TimeUnit.SECONDS.toMillis(timeInSec)) /
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 80 int timeInSec = 0;
92 timeInSec = timeoutInMs / 1000;
102 tv.tv_sec = timeInSec;

Completed in 74 milliseconds