Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemInteractorTest.kt52 @Mock private lateinit var bluetoothTileDialogRepository: BluetoothTileDialogRepository in <lambda>() variable in com.android.systemui.bluetooth.qsdialog.DeviceItemInteractorTest
88 bluetoothTileDialogRepository, in <lambda>()
103 `when`(bluetoothTileDialogRepository.cachedDevices) in <lambda>()
110 `when`(bluetoothTileDialogRepository.cachedDevices).thenReturn(emptyList()) in <lambda>()
125 `when`(bluetoothTileDialogRepository.cachedDevices).thenReturn(listOf(cachedDevice1)) in <lambda>()
140 `when`(bluetoothTileDialogRepository.cachedDevices).thenReturn(listOf(cachedDevice1)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemInteractor.kt49 private val bluetoothTileDialogRepository: BluetoothTileDialogRepository, in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.DeviceItemInteractor
133 bluetoothTileDialogRepository.cachedDevices in <lambda>()