Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java301 return getCachedBluetoothDevice(d); in getPairedKeyboard()
318 private CachedBluetoothDevice getCachedBluetoothDevice(BluetoothDevice d) { in getCachedBluetoothDevice() method in KeyboardUI
497 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage()