Searched refs:earliestDialogTime (Results 1 – 1 of 1) sorted by relevance
279 long earliestDialogTime = mBootCompletedTime + BLUETOOTH_START_DELAY_MILLIS; in showBluetoothDialog() local280 if (earliestDialogTime < now) { in showBluetoothDialog()283 mHandler.sendEmptyMessageAtTime(MSG_PROCESS_KEYBOARD_STATE, earliestDialogTime); in showBluetoothDialog()