Home
last modified time | relevance | path

Searched refs:flow2 (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/selection/
DGrantsAwareSelectionTest.kt529 val flow2 = emissions.last() in testSelectionCanRemoveSinglePreGrantedItem() constant
541 .that(flow2) in testSelectionCanRemoveSinglePreGrantedItem()
543 assertWithMessage("Emitted flow has an unexpected size").that(flow2).hasSize(1) in testSelectionCanRemoveSinglePreGrantedItem()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/settings/viewmodel/
DFingerprintSettingsViewModel.kt312 flow2: Flow<T2>, in combine()
321 return combine(flow, flow2, flow3, flow4, flow5, flow6, flow7, flow8) { args: Array<*> -> in combine()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt568 flow2: Flow<T2>, in <lambda>()
576 return combine(flow, flow2, flow3, flow4, flow5, flow6, flow7) { args: Array<*> -> in <lambda>()