Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DAutoAddableSettingListTest.kt58 val autoAddables = AutoAddableSettingList.parseSettingsResource(context.resources, factory) in correctLines_correctAutoAddables() constant
74 val autoAddables = AutoAddableSettingList.parseSettingsResource(context.resources, factory) in malformedLine_ignored() constant
89 val autoAddables = AutoAddableSettingList.parseSettingsResource(context.resources, factory) in invalidSpec_ignored() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DAutoAddInteractor.kt50 private val autoAddables: Set<@JvmSuppressWildcards AutoAddable>, in <lambda>() constant in com.android.systemui.qs.pipeline.domain.interactor.AutoAddInteractor