Searched refs:mBluetooth (Results 1 – 3 of 3) sorted by relevance
165 private IBluetooth mBluetooth; field in BluetoothManagerService313 if (mBluetooth == null) { in onFactoryReset()320 mBluetooth.onBrEdrDown(); in onFactoryReset()326 mBluetooth.disable(); in onFactoryReset()350 if (mBluetooth != null) { in onAirplaneModeChanged()351 st = mBluetooth.getState(); in onAirplaneModeChanged()372 if (mBluetooth != null) { in onAirplaneModeChanged()376 mBluetooth.onBrEdrDown(); in onAirplaneModeChanged()455 mBluetooth = null; in BluetoothManagerService()666 return mBluetooth; in registerAdapter()[all …]
91 private final BluetoothProfile mBluetooth = new BluetoothProfile(); field in PowerProfile.Parser147 mResult.mComponents.put(Component.BLUETOOTH, mBluetooth); in parse()171 mBluetooth.idleMa = value; in onItem()173 mBluetooth.rxMa = value; in onItem()175 mBluetooth.txMa = value; in onItem()
128 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy136 mBluetooth = Dependency.get(BluetoothController.class); in PhoneStatusBarPolicy()232 mBluetooth.addCallback(this); in PhoneStatusBarPolicy()381 if (mBluetooth != null) { in updateBluetooth()382 if (mBluetooth.isBluetoothConnected() in updateBluetooth()383 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()384 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()387 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()