Home
last modified time | relevance | path

Searched defs:selections (Results 1 – 9 of 9) sorted by relevance

/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/quickaffordance/domain/interactor/
DKeyguardQuickAffordancePickerInteractorTest.kt91 val selections = collectLastValue(underTest.selections) in select() constant
126 val selections = collectLastValue(underTest.selections) in unselectAll() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/data/repository/
DKeyguardQuickAffordancePickerRepository.kt59 val selections: Flow<List<SelectionModel>> = in <lambda>() constant in com.android.customization.picker.quickaffordance.data.repository.KeyguardQuickAffordancePickerRepository
62 .map { selections -> selections.map { selection -> selection.toModel() } } in <lambda>() method
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/domain/interactor/
DKeyguardQuickAffordancePickerInteractor.kt46 val selections: Flow<List<SelectionModel>> = repository.selections constant in com.android.customization.picker.quickaffordance.domain.interactor.KeyguardQuickAffordancePickerInteractor
DKeyguardQuickAffordanceSnapshotRestorer.kt45 val selections: List<Pair<String, String>> = in <lambda>() constant
/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java271 final long[] selections = mSavedInstanceState.getLongArray( in restoreAdapterSelectedStates() local
273 mPerAccountCheckedIds.put(account.getAccount(), selections); in restoreAdapterSelectedStates() local
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel.kt135 ) { slots, affordances, selections, selectedSlotId -> in <lambda>() method
189 ) { selections, selectedSlotId -> in <lambda>() method
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DMpegTsMediaPeriod.java96 TrackSelection[] selections, in selectTracks()
DExoPlayerSampleExtractor.java213 TrackSelection[] selections = new TrackSelection[trackGroupArray.length]; in onPrepared() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DExoPlayerSampleExtractor.java258 TrackSelection[] selections = new TrackSelection[trackGroupArray.length]; in onPrepared() local