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.java297 long earliestDialogTime = mBootCompletedTime + BLUETOOTH_START_DELAY_MILLIS; in showBluetoothDialog() local
298 if (earliestDialogTime < now) { in showBluetoothDialog()
301 mHandler.sendEmptyMessageAtTime(MSG_PROCESS_KEYBOARD_STATE, earliestDialogTime); in showBluetoothDialog()