Searched refs:outKeySet (Results 1 – 1 of 1) sorted by relevance
2658 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument2659 outKeySet.addAll(MOVED_TO_GLOBAL); in getMovedToGlobalSettings()2660 outKeySet.addAll(MOVED_TO_SECURE_THEN_GLOBAL); in getMovedToGlobalSettings()2664 public static void getMovedToSecureSettings(Set<String> outKeySet) { in getMovedToSecureSettings() argument2665 outKeySet.addAll(MOVED_TO_SECURE); in getMovedToSecureSettings()2669 public static void getNonLegacyMovedKeys(HashSet<String> outKeySet) { in getNonLegacyMovedKeys() argument2670 outKeySet.addAll(MOVED_TO_GLOBAL); in getNonLegacyMovedKeys()4803 public static void getCloneToManagedProfileSettings(Set<String> outKeySet) { in getCloneToManagedProfileSettings() argument4804 outKeySet.addAll(CLONE_TO_MANAGED_PROFILE); in getCloneToManagedProfileSettings()5272 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument[all …]