Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java79 private static final long BLUETOOTH_SCAN_TIMEOUT_MILLIS = 30 * 1000; field in KeyboardUI
356 mHandler.sendMessageDelayed(abortMsg, BLUETOOTH_SCAN_TIMEOUT_MILLIS); in startScanning()