Searched defs:MSG_ON_BLUETOOTH_DEVICE_ADDED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java92 private static final int MSG_ON_BLUETOOTH_DEVICE_ADDED = 6; field in class:KeyboardUI
495 case MSG_ON_BLUETOOTH_DEVICE_ADDED: {
562 mHandler.obtainMessage(MSG_ON_BLUETOOTH_DEVICE_ADDED, bestDevice).sendToTarget();
581 mHandler.obtainMessage(MSG_ON_BLUETOOTH_DEVICE_ADDED,

Completed in 43 milliseconds