Home
last modified time | relevance | path

Searched defs:autoAddables (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DAutoAddableSettingListTest.kt60 val autoAddables = AutoAddableSettingList.parseSettingsResource(context.resources, factory) in correctLines_correctAutoAddables() constant
76 val autoAddables = AutoAddableSettingList.parseSettingsResource(context.resources, factory) in malformedLine_ignored() constant
91 val autoAddables = AutoAddableSettingList.parseSettingsResource(context.resources, factory) in invalidSpec_ignored() constant
DA11yShortcutAutoAddableListTest.kt55 val autoAddables = A11yShortcutAutoAddableList.getA11yShortcutAutoAddables(factory) in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOff_emptyResult() constant
87 val autoAddables = A11yShortcutAutoAddableList.getA11yShortcutAutoAddables(factory) in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DAutoAddablesKosmos.kt26 var Kosmos.autoAddables by Kosmos.Fixture { setOf(workTileAutoAddable) } in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DAutoAddInteractor.kt51 private val autoAddables: Set<@JvmSuppressWildcards AutoAddable>, in <lambda>() constant in com.android.systemui.qs.pipeline.domain.interactor.AutoAddInteractor