Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DSettings.java4157 public static final Map<String, String> CLONE_FROM_PARENT_ON_VALUE = new ArrayMap<>(); field in Settings.System
4159 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()
4166 outMap.putAll(CLONE_FROM_PARENT_ON_VALUE); in getCloneFromParentOnValueSettings()