Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java279 long earliestDialogTime = mBootCompletedTime + BLUETOOTH_START_DELAY_MILLIS; in showBluetoothDialog() local
280 if (earliestDialogTime < now) { in showBluetoothDialog()
283 mHandler.sendEmptyMessageAtTime(MSG_PROCESS_KEYBOARD_STATE, earliestDialogTime); in showBluetoothDialog()