Home
last modified time | relevance | path

Searched refs:SCAN_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java210 private static final long SCAN_TIMEOUT_MS = TimeUnit.MINUTES.toMillis(30); field in SetupPassthroughActivity.ScanTimeoutMonitor
265 mHandler.postDelayed(mScanTimeoutRunnable, SCAN_TIMEOUT_MS); in setupTimer()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java111 static final int SCAN_TIMEOUT_MS = 30 * 60 * 1000; field in AppScanStats
354 return (SystemClock.elapsedRealtime() - mScanStartTime) > SCAN_TIMEOUT_MS; in isScanningTooLong()
DScanManager.java354 sendMessageDelayed(msg, AppScanStats.SCAN_TIMEOUT_MS); in handleStartScan()