Searched refs:bluetoothTileDialogViewModel (Results 1 – 2 of 2) sorted by relevance
79 private lateinit var bluetoothTileDialogViewModel: BluetoothTileDialogViewModel variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModelTest126 bluetoothTileDialogViewModel = in setUp()179 bluetoothTileDialogViewModel.showDialog(null) in testShowDialog_noAnimation()189 bluetoothTileDialogViewModel.showDialog(expandable) in testShowDialog_animated()200 bluetoothTileDialogViewModel.showDialog(expandable) in testShowDialog_animated_callInBackgroundThread()211 bluetoothTileDialogViewModel.showDialog(null) in testShowDialog_fetchDeviceItem()222 bluetoothTileDialogViewModel.showDialog(null) in testStartSettingsActivity_activityLaunched_dialogDismissed()226 bluetoothTileDialogViewModel.onPairNewDeviceClicked(clickedView) in testStartSettingsActivity_activityLaunched_dialogDismissed()274 val actual = bluetoothTileDialogViewModel.isAutoOnToggleFeatureAvailable() in testIsAutoOnToggleFeatureAvailable_returnTrue()284 val actual = bluetoothTileDialogViewModel.isAutoOnToggleFeatureAvailable() in testIsAutoOnToggleFeatureAvailable_returnFalse()
69 @Mock private lateinit var bluetoothTileDialogViewModel: BluetoothTileDialogViewModel variable94 bluetoothTileDialogViewModel, in setUp()233 verify(bluetoothTileDialogViewModel).showDialog(null) in handleClick_noSatelliteFeatureButHasQsTileDialog_showDialog()273 bluetoothTileDialogViewModel: BluetoothTileDialogViewModel,287 bluetoothTileDialogViewModel,