Searched refs:getSlotPickerRepresentations (Results 1 – 4 of 4) sorted by relevance
202 val slots = repository.get().getSlotPickerRepresentations() in <lambda>()244 val slots = repository.get().getSlotPickerRepresentations() in <lambda>()285 val slots = repository.get().getSlotPickerRepresentations() in <lambda>()399 suspend fun getSlotPickerRepresentations(): List<KeyguardSlotPickerRepresentation> { in <lambda>() method in com.android.systemui.keyguard.domain.interactor.KeyguardQuickAffordanceInteractor404 return repository.get().getSlotPickerRepresentations() in <lambda>()
204 fun getSlotPickerRepresentations() { in <lambda>() method217 assertThat(underTest.getSlotPickerRepresentations()) in <lambda>()251 assertThat(underTest.getSlotPickerRepresentations()) in <lambda>()
202 fun getSlotPickerRepresentations(): List<KeyguardSlotPickerRepresentation> { in <lambda>() method231 val slotPickerRepresentations = getSlotPickerRepresentations() in <lambda>()
320 interactor.getSlotPickerRepresentations().forEach { representation -> in <lambda>()