Searched refs:outKeySet (Results 1 – 1 of 1) sorted by relevance
1606 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument1607 outKeySet.addAll(MOVED_TO_GLOBAL); in getMovedToGlobalSettings()1608 outKeySet.addAll(MOVED_TO_SECURE_THEN_GLOBAL); in getMovedToGlobalSettings()1612 public static void getMovedToSecureSettings(Set<String> outKeySet) { in getMovedToSecureSettings() argument1613 outKeySet.addAll(MOVED_TO_SECURE); in getMovedToSecureSettings()1617 public static void getNonLegacyMovedKeys(HashSet<String> outKeySet) { in getNonLegacyMovedKeys() argument1618 outKeySet.addAll(MOVED_TO_GLOBAL); in getNonLegacyMovedKeys()3487 public static void getCloneToManagedProfileSettings(Set<String> outKeySet) { in getCloneToManagedProfileSettings() argument3488 outKeySet.addAll(CLONE_TO_MANAGED_PROFILE); in getCloneToManagedProfileSettings()3896 public static void getMovedToGlobalSettings(Set<String> outKeySet) { in getMovedToGlobalSettings() argument[all …]