Home
last modified time | relevance | path

Searched defs:quickAffordances (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModelTest.kt154 val quickAffordances = collectLastValue(underTest.quickAffordances) in <lambda>() constant
236 val quickAffordances = collectLastValue(underTest.quickAffordances) in <lambda>() constant
272 val quickAffordances = collectLastValue(underTest.quickAffordances) in <lambda>() constant
328 val quickAffordances = collectLastValue(underTest.quickAffordances) in <lambda>() constant
358 val quickAffordances = collectLastValue(underTest.quickAffordances) in <lambda>() constant
395 val quickAffordances = collectLastValue(underTest.quickAffordances) in <lambda>() constant
419 val quickAffordances = collectLastValue(underTest.quickAffordances) in <lambda>() constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel2Test.kt124 val quickAffordances = collectLastValue(underTest.quickAffordances) in selectedQuickAffordancesMapUpdates_whenClickingOnQuickAffordanceOptionsAndCallingResetPreview() constant
184 val quickAffordances = collectLastValue(underTest.quickAffordances) in tabsUpdates_whenClickingOnTabsAndQuickAffordanceOptions() constant
235 val quickAffordances = collectLastValue(underTest.quickAffordances) in quickAffordancesUpdates_whenClickingOnTabsAndQuickAffordanceOptions() constant
367 val quickAffordances = collectLastValue(underTest.quickAffordances) in loggerShouldLogAndClientShouldUpdate_whenOnApply() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel.kt205 val quickAffordances: Flow<List<OptionItemViewModel<Icon>>> = in <lambda>() constant
/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel2.kt182 val quickAffordances: Flow<List<OptionItemViewModel2<Icon>>> = in <lambda>() constant in com.android.wallpaper.customization.ui.viewmodel.KeyguardQuickAffordancePickerViewModel2