Searched refs:CLONE_FROM_PARENT_ON_VALUE (Results 1 – 1 of 1) sorted by relevance
4157 public static final Map<String, String> CLONE_FROM_PARENT_ON_VALUE = new ArrayMap<>(); field in Settings.System4159 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()