Home
last modified time | relevance | path

Searched defs:cachedBluetoothDevice (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java1572 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testAliasNameAvailable() local
1582 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testNameNotAvailable() local
1599 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testRenameDevice() local
2076 private void updateConnectionStatus(CachedBluetoothDevice cachedBluetoothDevice) { in updateConnectionStatus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItem.kt48 val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.bluetooth.qsdialog.DeviceItem
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/model/
DAudioOutputDevice.kt44 val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.volume.domain.model.AudioOutputDevice.Bluetooth
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DTestMediaDevicesFactory.kt69 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in bluetoothMediaDevice() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractorTest.kt54 @Mock private lateinit var cachedBluetoothDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.AudioSharingInteractorTest
DBluetoothTileDialogViewModelTest.kt88 @Mock private lateinit var cachedBluetoothDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModelTest
DDeviceItemActionInteractorTest.kt70 @Mock private lateinit var cachedBluetoothDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractorTest
DBluetoothTileDialogDelegateTest.kt72 @Mock private lateinit var cachedBluetoothDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegateTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/
DSpatialAudioAvailabilityCriteriaTest.kt68 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in setup() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractorTest.kt137 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in inCall_bluetooth_returnsCommunicationDevice() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegate.java202 CachedBluetoothDevice cachedBluetoothDevice = deviceItem.getCachedBluetoothDevice(); in onDeviceItemOnClicked() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractorTest.kt86 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in setup() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java390 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice cachedBluetoothDevice) { in onActiveDeviceChanged()