Home
last modified time | relevance | path

Searched refs:UiProperties (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt172 UiProperties.build(it, isAutoOnToggleFeatureAvailable()) in showDialog()
244 UiProperties.build( in createBluetoothTileDialog()
311 internal data class UiProperties( class in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModel
321 UiProperties( in build()
DBluetoothTileDialogDelegate.kt62 @Assisted private val initialUiProperties: BluetoothTileDialogViewModel.UiProperties, in <lambda>()
100 initialUiProperties: BluetoothTileDialogViewModel.UiProperties, in <lambda>()
192 uiProperties: BluetoothTileDialogViewModel.UiProperties in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegateTest.kt83 BluetoothTileDialogViewModel.UiProperties.build(
266 BluetoothTileDialogViewModel.UiProperties.build(ENABLED, ENABLED), in testShowDialog_cachedHeightLargerThanMinHeight_displayFromCachedHeight()
289 BluetoothTileDialogViewModel.UiProperties.build(ENABLED, ENABLED), in testShowDialog_cachedHeightLessThanMinHeight_displayFromUiProperties()
312 BluetoothTileDialogViewModel.UiProperties.build(ENABLED, ENABLED), in testShowDialog_bluetoothEnabled_autoOnToggleGone()
DBluetoothTileDialogViewModelTest.kt225 BluetoothTileDialogViewModel.UiProperties.build( in testBuildUiProperties_bluetoothOn_shouldHideAutoOn()
237 BluetoothTileDialogViewModel.UiProperties.build( in testBuildUiProperties_bluetoothOff_shouldShowAutoOn()
249 BluetoothTileDialogViewModel.UiProperties.build( in testBuildUiProperties_bluetoothOff_autoOnFeatureUnavailable_shouldHideAutoOn()