Searched refs:CLONE_TO_MANAGED_PROFILE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java152 for (int i = 0; i < Settings.Secure.CLONE_TO_MANAGED_PROFILE.length; i++) {
153 sSecureCloneToManagedKeys.add(Settings.Secure.CLONE_TO_MANAGED_PROFILE[i]);
156 for (int i = 0; i < Settings.System.CLONE_TO_MANAGED_PROFILE.length; i++) {
157 sSystemCloneToManagedKeys.add(Settings.System.CLONE_TO_MANAGED_PROFILE[i]);
/frameworks/base/core/java/android/provider/
H A DSettings.java2710 public static final String[] CLONE_TO_MANAGED_PROFILE = { field in class:Settings.System
4897 public static final String[] CLONE_TO_MANAGED_PROFILE = { field in class:Settings.Secure

Completed in 63 milliseconds