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

  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PreloadedClassesTest.java 55 private static final long SCAN_TIMEOUT_MS = 5 * 60 * 1000;
183 CommandResult result = RunUtil.getDefault().runTimedCmd(SCAN_TIMEOUT_MS, fullCmd);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AppScanStats.java 79 static final int SCAN_TIMEOUT_MS = 30 * 60 * 1000;
217 return (SystemClock.elapsedRealtime() - startTime) > SCAN_TIMEOUT_MS;
ScanManager.java 251 mHandler.sendMessageDelayed(msg, AppScanStats.SCAN_TIMEOUT_MS);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WificondScannerImpl.java 108 private static final long SCAN_TIMEOUT_MS = 15000;
436 mClock.getElapsedSinceBootMillis() + SCAN_TIMEOUT_MS,
    [all...]

Completed in 107 milliseconds