Searched refs:mBluetooth (Results 1 – 2 of 2) sorted by relevance
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()
168 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy202 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()348 mBluetooth.addCallback(this); in init()476 if (mBluetooth != null) { in updateBluetooth()477 if (mBluetooth.isBluetoothConnected() in updateBluetooth()478 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()479 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()482 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()