Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModelTest.kt74 private lateinit var bluetoothTileDialogViewModel: BluetoothTileDialogViewModel variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModelTest
121 bluetoothTileDialogViewModel = in setUp()
172 bluetoothTileDialogViewModel.showDialog(null) in testShowDialog_noAnimation()
181 bluetoothTileDialogViewModel.showDialog(expandable) in testShowDialog_animated()
191 bluetoothTileDialogViewModel.showDialog(expandable) in testShowDialog_animated_callInBackgroundThread()
201 bluetoothTileDialogViewModel.showDialog(null) in testShowDialog_fetchDeviceItem()
211 bluetoothTileDialogViewModel.showDialog(null) in testStartSettingsActivity_activityLaunched_dialogDismissed()
214 bluetoothTileDialogViewModel.onPairNewDeviceClicked(clickedView) in testStartSettingsActivity_activityLaunched_dialogDismissed()
262 val actual = bluetoothTileDialogViewModel.isAutoOnToggleFeatureAvailable() in testIsAutoOnToggleFeatureAvailable_returnTrue()
272 val actual = bluetoothTileDialogViewModel.isAutoOnToggleFeatureAvailable() in testIsAutoOnToggleFeatureAvailable_returnFalse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DBluetoothTileTest.kt59 @Mock private lateinit var bluetoothTileDialogViewModel: BluetoothTileDialogViewModel variable in com.android.systemui.qs.tiles.BluetoothTileTest
84 bluetoothTileDialogViewModel in setUp()
228 verify(bluetoothTileDialogViewModel).showDialog(null) in handleClick_noSatelliteFeatureButHasQsTileDialog_showDialog()
268 bluetoothTileDialogViewModel: BluetoothTileDialogViewModel
282 bluetoothTileDialogViewModel