Home
last modified time | relevance | path

Searched defs:SETTING_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DAutoAddableSettingList.kt52 private const val SETTING_SEPARATOR = ":" constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/
DUserA11yQsShortcutsRepository.kt69 const val SETTING_SEPARATOR = ":" constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java74 static final String SETTING_SEPARATOR = ":"; field in AutoTileManager