Home
last modified time | relevance | path

Searched refs:mBluetoothHeadsetClient (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarBatteryController.java62 private BluetoothHeadsetClient mBluetoothHeadsetClient; field in CarBatteryController
67 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
74 mBluetoothHeadsetClient = null;
225 if (mBluetoothHeadsetClient == null || device == null) { in updateBatteryIcon()
230 Bundle featuresBundle = mBluetoothHeadsetClient.getCurrentAgEvents(device); in updateBatteryIcon()
DConnectedDeviceSignalController.java88 private BluetoothHeadsetClient mBluetoothHeadsetClient; field in ConnectedDeviceSignalController
93 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
100 mBluetoothHeadsetClient = null;
242 if (mBluetoothHeadsetClient == null || device == null) { in updateViewVisibility()
247 Bundle featuresBundle = mBluetoothHeadsetClient.getCurrentAgEvents(device); in updateViewVisibility()