Home
last modified time | relevance | path

Searched refs:mBluetooth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java156 private IBluetooth mBluetooth; field in BluetoothManagerService
275 if (mBluetooth != null) {
276 st = mBluetooth.getState();
297 if (mBluetooth != null) {
301 mBluetooth.onBrEdrDown();
381 mBluetooth = null; in BluetoothManagerService()
579 return mBluetooth; in registerAdapter()
623 if (mBluetooth != null) { in isEnabled()
624 return mBluetooth.isEnabled(); in isEnabled()
642 if (mBluetooth != null) { in getState()
[all …]
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DPowerProfile.java91 private final BluetoothProfile mBluetooth = new BluetoothProfile(); field in PowerProfile.Parser
147 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java128 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy
136 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()
384 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()