Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardQuickAffordanceInteractorTest.kt47 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation
433 KeyguardQuickAffordancePickerRepresentation(
467 KeyguardQuickAffordancePickerRepresentation(
504 KeyguardQuickAffordancePickerRepresentation(
512 KeyguardQuickAffordancePickerRepresentation(
567 KeyguardQuickAffordancePickerRepresentation(
658 KeyguardQuickAffordancePickerRepresentation(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardQuickAffordanceRepository.kt36 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation
161 List<KeyguardQuickAffordancePickerRepresentation> {
172 KeyguardQuickAffordancePickerRepresentation(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
H A DKeyguardQuickAffordancePickerRepresentation.kt27 data class KeyguardQuickAffordancePickerRepresentation( dataClass
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardQuickAffordanceRepositoryTest.kt34 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation
190 KeyguardQuickAffordancePickerRepresentation(
195 KeyguardQuickAffordancePickerRepresentation(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardQuickAffordanceInteractor.kt42 import com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation
253 suspend fun getSelections(): Map<String, List<KeyguardQuickAffordancePickerRepresentation>> {
368 List<KeyguardQuickAffordancePickerRepresentation> {