Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java69 private static final long BLUETOOTH_START_DELAY_MILLIS = 10 * 1000; field in KeyboardUI
279 long earliestDialogTime = mBootCompletedTime + BLUETOOTH_START_DELAY_MILLIS; in showBluetoothDialog()