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

  /packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java 159 private static final long SCAN_TIMEOUT_MS = TimeUnit.MINUTES.toMillis(30);
213 mHandler.postDelayed(mScanTimeoutRunnable, SCAN_TIMEOUT_MS);
  /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 88 static final int SCAN_TIMEOUT_MS = 30 * 60 * 1000;
264 return (SystemClock.elapsedRealtime() - mScanStartTime) > SCAN_TIMEOUT_MS;
ScanManager.java 284 mHandler.sendMessageDelayed(msg, AppScanStats.SCAN_TIMEOUT_MS);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WificondScannerImpl.java 111 private static final long SCAN_TIMEOUT_MS = 15000;
450 mClock.getElapsedSinceBootMillis() + SCAN_TIMEOUT_MS,
    [all...]

Completed in 216 milliseconds