Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DBluetoothDialog.java24 public class BluetoothDialog extends SystemUIDialog { class
26 public BluetoothDialog(Context context) { in BluetoothDialog() method in BluetoothDialog
DKeyboardUI.java115 private BluetoothDialog mDialog;
430 mDialog = new BluetoothDialog(mContext); in handleMessage()