Home
last modified time | relevance | path

Searched refs:KeyguardQuickAffordancePickerRepresentation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardQuickAffordancePickerRepresentation.kt27 data class KeyguardQuickAffordancePickerRepresentation( dataClass
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractorTest.kt45 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation
481 KeyguardQuickAffordancePickerRepresentation( in select()
515 KeyguardQuickAffordancePickerRepresentation( in select()
552 KeyguardQuickAffordancePickerRepresentation( in select()
560 KeyguardQuickAffordancePickerRepresentation( in select()
615 KeyguardQuickAffordancePickerRepresentation( in unselect_one()
706 KeyguardQuickAffordancePickerRepresentation( in unselect_all()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardQuickAffordanceRepository.kt36 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation in <lambda>()
161 List<KeyguardQuickAffordancePickerRepresentation> { in <lambda>()
172 KeyguardQuickAffordancePickerRepresentation( in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DKeyguardQuickAffordanceRepositoryTest.kt32 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation in <lambda>()
189 KeyguardQuickAffordancePickerRepresentation( in <lambda>()
194 KeyguardQuickAffordancePickerRepresentation( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractor.kt43 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation in <lambda>()
280 suspend fun getSelections(): Map<String, List<KeyguardQuickAffordancePickerRepresentation>> { in <lambda>()
395 List<KeyguardQuickAffordancePickerRepresentation> { in <lambda>()