Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java762 Settings.Secure.getCloneToManagedProfileSettings(CLONE_TO_MANAGED_PROFILE);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java258 Settings.Secure.getCloneToManagedProfileSettings(sSecureCloneToManagedSettings);
264 Settings.System.getCloneToManagedProfileSettings(sSystemCloneToManagedSettings);
/frameworks/base/core/java/android/provider/
DSettings.java4764 public static void getCloneToManagedProfileSettings(Set<String> outKeySet) { in getCloneToManagedProfileSettings() method in Settings.System
9239 public static void getCloneToManagedProfileSettings(Set<String> outKeySet) { in getCloneToManagedProfileSettings() method in Settings.Secure