Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java5952 CLONE_FROM_PARENT_ON_VALUE.put(RINGTONE, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()
5953 CLONE_FROM_PARENT_ON_VALUE.put(NOTIFICATION_SOUND, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()
5954 CLONE_FROM_PARENT_ON_VALUE.put(ALARM_ALERT, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()
9909 public static final String SYNC_PARENT_SOUNDS = "sync_parent_sounds"; field in Settings.Secure
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java150 VALIDATORS.put(Secure.SYNC_PARENT_SOUNDS, BOOLEAN_VALIDATOR); in VALIDATORS.put()