Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java101 private static final int MSG_SHOW_BLUETOOTH_DIALOG = 8; field in KeyboardUI
299 mUIHandler.sendEmptyMessage(MSG_SHOW_BLUETOOTH_DIALOG); in showBluetoothDialog()
437 case MSG_SHOW_BLUETOOTH_DIALOG: { in handleMessage()