HomeSort by relevance Sort by last modified time
    Searched refs:mBluetooth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 125 private IBluetooth mBluetooth;
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 =" + mBluetooth
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 75 private final BluetoothController mBluetooth;
100 mBluetooth = bluetooth;
172 return mBluetooth;

Completed in 1201 milliseconds