Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java5358 public static final Map<String, String> CLONE_FROM_PARENT_ON_VALUE = new ArrayMap<>(); field in Settings.System
5360 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46178 Landroid/provider/Settings$System;->CLONE_FROM_PARENT_ON_VALUE:Ljava/util/Map;