Searched defs:mBluetooth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java75 private final BluetoothController mBluetooth; field in class:QSTileHost
100 mBluetooth = bluetooth;
172 return mBluetooth;
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java125 private IBluetooth mBluetooth; field in class:BluetoothManagerService
222 mBluetooth = null;
352 return mBluetooth;
393 return (mBluetooth != null && mBluetooth.isEnabled());
403 Log.d(TAG,"getNameAndAddress(): mBluetooth = " + mBluetooth +
415 Log.d(TAG,"enableNoAutoConnect(): mBluetooth =" + mBluetooth +
442 Log.d(TAG,"enable(): mBluetooth
[all...]

Completed in 63 milliseconds