Searched refs:bluetoothController (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
D | BluetoothTileTest.kt | 56 @Mock private lateinit var bluetoothController: BluetoothController variable in com.android.systemui.qs.tiles.BluetoothTileTest 82 bluetoothController, in setUp() 167 verify(bluetoothController) in testSecondaryLabel_whenBatteryMetadataAvailable_isMetadataBatteryLevelState() 192 verify(bluetoothController, times(1)) in testSecondaryLabel_whenBatteryMetadataUnavailable_isBluetoothBatteryLevelState() 206 verify(bluetoothController, times(0)).setBluetoothEnabled(any()) in handleClick_hasSatelliteFeatureButNoQsTileDialogAndClickIsProcessing_doNothing() 217 verify(bluetoothController).setBluetoothEnabled(any()) in handleClick_noSatelliteFeatureAndNoQsTileDialog_directSetBtEnable() 240 verify(bluetoothController, times(1)) in testMetadataListener_whenDisconnected_isUnregistered() 252 verify(bluetoothController, times(1)) in testMetadataListener_whenTileNotListening_isUnregistered() 266 bluetoothController: BluetoothController, 280 bluetoothController, [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | HearingDevicesTile.java | 83 BluetoothController bluetoothController) { in HearingDevicesTile() argument 88 mBluetoothController = bluetoothController; in HearingDevicesTile()
|
D | BluetoothTile.java | 102 BluetoothController bluetoothController, in BluetoothTile() argument 108 mController = bluetoothController; in BluetoothTile()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicyTest.kt | 99 @Mock private lateinit var bluetoothController: BluetoothController variable in com.android.systemui.statusbar.phone.PhoneStatusBarPolicyTest 289 bluetoothController, in createStatusBarPolicy()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 178 HotspotController hotspotController, BluetoothController bluetoothController, in PhoneStatusBarPolicy() argument 204 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()
|