Home
last modified time | relevance | path

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

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