Searched refs:CLONE_FROM_PARENT_ON_VALUE (Results 1 – 2 of 2) sorted by relevance
5358 public static final Map<String, String> CLONE_FROM_PARENT_ON_VALUE = new ArrayMap<>(); field in Settings.System5360 CLONE_FROM_PARENT_ON_VALUE.put(RINGTONE, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()5361 CLONE_FROM_PARENT_ON_VALUE.put(NOTIFICATION_SOUND, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()5362 CLONE_FROM_PARENT_ON_VALUE.put(ALARM_ALERT, Secure.SYNC_PARENT_SOUNDS); in CLONE_FROM_PARENT_ON_VALUE.put()5367 outMap.putAll(CLONE_FROM_PARENT_ON_VALUE); in getCloneFromParentOnValueSettings()
46178 Landroid/provider/Settings$System;->CLONE_FROM_PARENT_ON_VALUE:Ljava/util/Map;