Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingDialogViewModelKosmos.kt29 val Kosmos.cachedBluetoothDevice: CachedBluetoothDevice by Kosmos.Fixture { mock {} } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItem.kt49 val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.bluetooth.qsdialog.DeviceItem
DAudioSharingDialogDelegate.kt36 @Assisted private val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.bluetooth.qsdialog.AudioSharingDialogDelegate
DAudioSharingDialogViewModel.kt49 @Assisted private val cachedBluetoothDevice: CachedBluetoothDevice, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/model/
DAudioOutputDevice.kt50 val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.volume.domain.model.AudioOutputDevice.Bluetooth
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java1597 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testAliasNameAvailable() local
1607 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testNameNotAvailable() local
1624 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testRenameDevice() local
2444 private void updateConnectionStatus(CachedBluetoothDevice cachedBluetoothDevice) { in updateConnectionStatus()
DBluetoothUtilsTest.java961 CachedBluetoothDevice cachedBluetoothDevice = mock(CachedBluetoothDevice.class); in getSecondaryDeviceForBroadcast_adoptAPI_returnCorrectDevice() local
1015 CachedBluetoothDevice cachedBluetoothDevice = mock(CachedBluetoothDevice.class); in getSecondaryDeviceForBroadcast_returnCorrectDevice() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DTestMediaDevicesFactory.kt70 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in bluetoothMediaDevice() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingButtonViewModelTest.kt53 @Mock private lateinit var cachedBluetoothDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.AudioSharingButtonViewModelTest
DBluetoothDetailsContentManagerTest.kt72 private val cachedBluetoothDevice = mock<CachedBluetoothDevice>() constant
DBluetoothDetailsContentViewModelTest.kt92 @Mock private lateinit var cachedBluetoothDevice: CachedBluetoothDevice variable in com.android.systemui.bluetooth.qsdialog.BluetoothDetailsContentViewModelTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/
DSpatialAudioAvailabilityCriteriaTest.kt66 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in setup() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractorTest.kt134 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in inCall_bluetooth_returnsCommunicationDevice() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractorTest.kt84 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in setup() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java407 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice cachedBluetoothDevice) { in onActiveDeviceChanged()
DBluetoothUtils.java1283 @Nullable CachedBluetoothDevice cachedBluetoothDevice) { in isDeviceStylus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegate.java220 CachedBluetoothDevice cachedBluetoothDevice = deviceItem.getCachedBluetoothDevice(); in onDeviceItemClicked() local