Searched defs:asSet (Results 1 – 5 of 5) sorted by relevance
21 public Set<TestResultHistory> asSet() { in asSet() method in TestResultHistoryCollection
613 private static Set<Uri> asSet(Iterable<Uri> uris) { in asSet() method in Settings_ConfigTest.Change614 final Set<Uri> asSet = new HashSet<>(); in asSet() local
147 private static <T> Set<T> asSet(T[] array) { in asSet() method in MediaCodecListTest155 private static Set<Integer> asSet(int[] array) { in asSet() method in MediaCodecListTest
303 private static Set<String> asSet(String ... values) { in asSet() method in MediaFormatTest
1708 private static Set<Uri> asSet(Iterable<Uri> uris) { in asSet() method in ContentResolverTest.Change1709 final Set<Uri> asSet = new HashSet<>(); in asSet() local