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