Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DSettings.java4159 CLONE_FROM_PARENT_ON_VALUE.put(RINGTONE, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()
4160 CLONE_FROM_PARENT_ON_VALUE.put(NOTIFICATION_SOUND, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()
4161 CLONE_FROM_PARENT_ON_VALUE.put(ALARM_ALERT, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()
6621 public static final String SYNC_PARENT_SOUNDS = "sync_parent_sounds"; field in Settings.Secure