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

/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java107 private IBluetooth mBluetooth; field in class:BluetoothManagerService
199 mBluetooth = null;
329 return mBluetooth;
370 return (mBluetooth != null && mBluetooth.isEnabled());
380 Log.d(TAG,"getNameAndAddress(): mBluetooth = " + mBluetooth +
392 Log.d(TAG,"enableNoAutoConnect(): mBluetooth =" + mBluetooth +
419 Log.d(TAG,"enable(): mBluetooth
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java74 private final BluetoothController mBluetooth; field in class:QSTileHost
99 mBluetooth = bluetooth;
169 return mBluetooth;

Completed in 63 milliseconds