Searched refs:CLONE_FROM_PARENT_ON_VALUE (Results 1 – 1 of 1) sorted by relevance
4776 public static final Map<String, String> CLONE_FROM_PARENT_ON_VALUE = new ArrayMap<>(); field in Settings.System4778 CLONE_FROM_PARENT_ON_VALUE.put(RINGTONE, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()4779 CLONE_FROM_PARENT_ON_VALUE.put(NOTIFICATION_SOUND, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()4780 CLONE_FROM_PARENT_ON_VALUE.put(ALARM_ALERT, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()4785 outMap.putAll(CLONE_FROM_PARENT_ON_VALUE); in getCloneFromParentOnValueSettings()