Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java185 bluetoothManager.getEventManager().registerCallback(new BluetoothCallbackHandler()); in init()
590 private final class BluetoothCallbackHandler implements BluetoothCallback { class in KeyboardUI