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

  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 128 private IBluetooth mBluetooth;
198 if (mBluetooth != null) {
199 st = mBluetooth.getState();
218 if (mBluetooth != null) {
219 mBluetooth.onBrEdrDown();
247 mBluetooth = null;
384 return mBluetooth;
424 if (mBluetooth != null) return mBluetooth.isEnabled();
442 if (mBluetooth != null) return mBluetooth.getState()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 99 private BluetoothController mBluetooth;
109 mBluetooth = bluetooth;
110 mBluetooth.addStateChangedCallback(this);
310 if (mBluetooth != null) {
311 bluetoothEnabled = mBluetooth.isBluetoothEnabled();
312 if (mBluetooth.isBluetoothConnected()) {
QSTileHost.java 95 private final BluetoothController mBluetooth;
130 mBluetooth = bluetooth;
238 return mBluetooth;
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 130 milliseconds