Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubViewController.kt160 private val settingUri = Settings.Secure.getUriFor(Settings.Secure.PEOPLE_STRIP)
181 Settings.Secure.PEOPLE_STRIP,
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java169 Settings.Secure.PEOPLE_STRIP,
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java254 VALIDATORS.put(Secure.PEOPLE_STRIP, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java9968 public static final String PEOPLE_STRIP = "people_strip"; field in Settings.Secure