Searched refs:outKeySet (Results 1 – 1 of 1) sorted by relevance
3159 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument3160 outKeySet.addAll(MOVED_TO_GLOBAL); in getMovedToGlobalSettings()3161 outKeySet.addAll(MOVED_TO_SECURE_THEN_GLOBAL); in getMovedToGlobalSettings()3165 public static void getMovedToSecureSettings(Set<String> outKeySet) { in getMovedToSecureSettings() argument3166 outKeySet.addAll(MOVED_TO_SECURE); in getMovedToSecureSettings()3170 public static void getNonLegacyMovedKeys(HashSet<String> outKeySet) { in getNonLegacyMovedKeys() argument3171 outKeySet.addAll(MOVED_TO_GLOBAL); in getNonLegacyMovedKeys()4923 public static void getCloneToManagedProfileSettings(Set<String> outKeySet) { in getCloneToManagedProfileSettings() argument4924 outKeySet.addAll(CLONE_TO_MANAGED_PROFILE); in getCloneToManagedProfileSettings()5377 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument[all …]