Searched refs:mBluetooth (Results 1 – 3 of 3) sorted by relevance
181 private IBluetooth mBluetooth; field in BluetoothManagerService324 if (mBluetooth == null) { in onFactoryReset()478 mBluetooth = null; in BluetoothManagerService()696 return mBluetooth; in registerAdapter()741 if (mBluetooth != null) { in getState()891 if (mBluetooth != null && (mBluetooth.getState() != BluetoothAdapter.STATE_ON)) { in disableBleScanMode()1052 if (mBluetooth == null) { in continueFromBleOnState()1087 if (mBluetooth == null) { in sendBrEdrDownCallback()1301 if (mBluetooth != null) { in unbindAndFinish()1310 mBluetooth = null; in unbindAndFinish()[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()
159 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy187 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()330 mBluetooth.addCallback(this); in init()449 if (mBluetooth != null) { in updateBluetooth()450 if (mBluetooth.isBluetoothConnected() in updateBluetooth()451 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()452 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()455 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()