Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DBluetoothDialogDelegate.java25 public class BluetoothDialogDelegate implements SystemUIDialog.Delegate{ class
29 public BluetoothDialogDelegate(SystemUIDialog.Factory systemUIDialogFactory) { in BluetoothDialogDelegate() method in BluetoothDialogDelegate
DKeyboardUI.java113 private final BluetoothDialogDelegate mBluetoothDialogDelegate;
135 BluetoothDialogDelegate bluetoothDialogDelegate) { in KeyboardUI()