Searched refs:bluetoothTileDialogViewModel (Results 1 – 2 of 2) sorted by relevance
74 private lateinit var bluetoothTileDialogViewModel: BluetoothTileDialogViewModel variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModelTest121 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()
59 @Mock private lateinit var bluetoothTileDialogViewModel: BluetoothTileDialogViewModel variable in com.android.systemui.qs.tiles.BluetoothTileTest84 bluetoothTileDialogViewModel in setUp()228 verify(bluetoothTileDialogViewModel).showDialog(null) in handleClick_noSatelliteFeatureButHasQsTileDialog_showDialog()268 bluetoothTileDialogViewModel: BluetoothTileDialogViewModel282 bluetoothTileDialogViewModel