Home
last modified time | relevance | path

Searched refs:bluetoothController (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DBluetoothTileTest.kt51 @Mock private lateinit var bluetoothController: BluetoothController
75 bluetoothController,
158 verify(bluetoothController)
183 verify(bluetoothController, times(1))
196 verify(bluetoothController, times(1))
208 verify(bluetoothController, times(1))
222 bluetoothController: BluetoothController,
234 bluetoothController,
247 whenever(bluetoothController.isBluetoothEnabled).thenReturn(true)
251 whenever(bluetoothController.isBluetoothEnabled).thenReturn(false)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java86 BluetoothController bluetoothController in BluetoothTile() argument
90 mController = bluetoothController; in BluetoothTile()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicyTest.kt97 @Mock private lateinit var bluetoothController: BluetoothController
291 bluetoothController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java176 HotspotController hotspotController, BluetoothController bluetoothController, in PhoneStatusBarPolicy() argument
202 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()