Home
last modified time | relevance | path

Searched refs:KeyguardSlotPickerRepresentation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DKeyguardQuickAffordanceRepositoryTest.kt33 import com.android.systemui.keyguard.shared.model.KeyguardSlotPickerRepresentation in <lambda>()
220 KeyguardSlotPickerRepresentation( in <lambda>()
224 KeyguardSlotPickerRepresentation( in <lambda>()
228 KeyguardSlotPickerRepresentation( in <lambda>()
254 KeyguardSlotPickerRepresentation( in <lambda>()
258 KeyguardSlotPickerRepresentation( in <lambda>()
262 KeyguardSlotPickerRepresentation( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardSlotPickerRepresentation.kt24 data class KeyguardSlotPickerRepresentation( dataClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardQuickAffordanceRepository.kt37 import com.android.systemui.keyguard.shared.model.KeyguardSlotPickerRepresentation in <lambda>()
202 fun getSlotPickerRepresentations(): List<KeyguardSlotPickerRepresentation> { in <lambda>()
222 KeyguardSlotPickerRepresentation( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractor.kt44 import com.android.systemui.keyguard.shared.model.KeyguardSlotPickerRepresentation in <lambda>()
399 suspend fun getSlotPickerRepresentations(): List<KeyguardSlotPickerRepresentation> { in <lambda>()