Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java551 BluetoothDevice bestDevice = null; in onBatchScanResults() local
560 bestDevice = result.getDevice(); in onBatchScanResults()
565 if (bestDevice != null) { in onBatchScanResults()
566 mHandler.obtainMessage(MSG_ON_BLUETOOTH_DEVICE_ADDED, bestDevice).sendToTarget(); in onBatchScanResults()