Searched refs:outKeySet (Results 1 – 1 of 1) sorted by relevance
2170 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument2171 outKeySet.addAll(MOVED_TO_GLOBAL); in getMovedToGlobalSettings()2172 outKeySet.addAll(MOVED_TO_SECURE_THEN_GLOBAL); in getMovedToGlobalSettings()2176 public static void getMovedToSecureSettings(Set<String> outKeySet) { in getMovedToSecureSettings() argument2177 outKeySet.addAll(MOVED_TO_SECURE); in getMovedToSecureSettings()2181 public static void getNonLegacyMovedKeys(HashSet<String> outKeySet) { in getNonLegacyMovedKeys() argument2182 outKeySet.addAll(MOVED_TO_GLOBAL); in getNonLegacyMovedKeys()4145 public static void getCloneToManagedProfileSettings(Set<String> outKeySet) { in getCloneToManagedProfileSettings() argument4146 outKeySet.addAll(CLONE_TO_MANAGED_PROFILE); in getCloneToManagedProfileSettings()4594 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument[all …]