Searched defs:outKeySet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java1873 public static void getMovedToGlobalSettings(Set<String> outKeySet) { argument
1874 outKeySet.addAll(MOVED_TO_GLOBAL);
1875 outKeySet.addAll(MOVED_TO_SECURE_THEN_GLOBAL);
1879 public static void getMovedToSecureSettings(Set<String> outKeySet) { argument
1880 outKeySet.addAll(MOVED_TO_SECURE);
1884 public static void getNonLegacyMovedKeys(HashSet<String> outKeySet) { argument
1885 outKeySet.addAll(MOVED_TO_GLOBAL);
3798 public static void getCloneToManagedProfileSettings(Set<String> outKeySet) { argument
3799 outKeySet.addAll(CLONE_TO_MANAGED_PROFILE);
4205 public static void getMovedToGlobalSettings(Set<String> outKeySet) { argument
6336 getCloneToManagedProfileSettings(Set<String> outKeySet) argument
8646 getMovedToSecureSettings(Set<String> outKeySet) argument
[all...]

Completed in 63 milliseconds