Searched defs:SCAN_EXPIRATION_MS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java50 private static final int SCAN_EXPIRATION_MS = 5 * 60 * 1000; // 5 mins field in class:LocalBluetoothAdapter
154 // Don't scan more than frequently than SCAN_EXPIRATION_MS,
156 if (mLastScan + SCAN_EXPIRATION_MS > System.currentTimeMillis()) {

Completed in 78 milliseconds