HomeSort by relevance Sort by last modified time
    Searched defs:Collections (Results 76 - 100 of 266) sorted by null

1 2 34 5 6 7 8 91011

  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 31 import java.util.Collections;
118 Collections.addAll(paths, context.getExternalCacheDirs());
119 Collections.addAll(paths, context.getExternalFilesDirs(null));
120 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES));
121 Collections.addAll(paths, context.getObbDirs());
127 Collections.addAll(paths, context.getExternalCacheDirs());
128 Collections.addAll(paths, context.getExternalFilesDirs(null));
129 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES));
135 Collections.addAll(paths, context.getExternalCacheDir());
136 Collections.addAll(paths, context.getExternalFilesDir(null))
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResults.java 30 import java.util.Collections;
113 Collections.sort(pkgs, new PkgComparator());
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 26 import java.util.Collections;
298 Collections.sort(items);
302 Collections.sort(items, TYPE_SORTER);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 27 import java.util.Collections;
250 = Collections.list(zip.entries());
253 Collections.sort(entriesList, new Comparator<ZipEntry>() {
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 25 import java.util.Collections;
297 Collections.sort(items);
301 Collections.sort(items, TYPE_SORTER);
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 35 import java.util.Collections;
242 Collections.sort(constantList, new Comparator<Constant>() {
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 41 import java.util.Collections;
68 Collections.sort(mPackageInfoList, sDisplayNameComparator);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java 11 import java.util.Collections;
155 Collections.sort(result, new Comparator<ForeignSession>() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java 26 import java.util.Collections;
298 Collections.sort(items);
302 Collections.sort(items, TYPE_SORTER);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 35 import java.util.Collections;
242 Collections.sort(constantList, new Comparator<Constant>() {
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMap.java 32 import java.util.Collections;
45 * <p>Unlike {@link Collections#unmodifiableSortedMap}, which is a <i>view</i>
58 * @since 2.0 (imported from Google Collections Library)
239 // Collections.unmodifiableSortedMap requires the same key type.
277 Collections.sort(entries, entryComparator);
349 * @since 2.0 (imported from Google Collections Library)
ImmutableSortedMultiset.java 25 import java.util.Collections;
48 * a provided object is equivalent to an element in the collection. Unlike most collections, an
163 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
164 Collections.addAll(all, remaining);
ImmutableSortedSet.java 30 import java.util.Collections;
44 * <p>Unlike {@link Collections#unmodifiableSortedSet}, which is a <i>view</i>
59 * element in the collection. Unlike most collections, an
84 * @since 2.0 (imported from Google Collections Library)
193 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
194 Collections.addAll(all, remaining);
474 * @since 2.0 (imported from Google Collections Library)
Lists.java 39 import java.util.Collections;
56 * @since 2.0 (imported from Google Collections Library)
94 Collections.addAll(list, elements);
Ordering.java 28 import java.util.Collections;
64 * @since 2.0 (imported from Google Collections Library)
315 * {@link Collections#reverseOrder(Comparator)}.
432 return Collections.unmodifiableList(Arrays.asList(resultArray));
487 * {@link Collections#binarySearch(List, Object, Comparator) Searches}
495 return Collections.binarySearch(sortedList, key, this);
513 Collections.sort(list, this);
RegularImmutableTable.java 27 import java.util.Collections;
115 Collections.sort(cells, comparator);
146 Collections.sort(rowList, rowComparator);
152 Collections.sort(columnList, columnComparator);
Sets.java 39 import java.util.Collections;
61 * @since 2.0 (imported from Google Collections Library)
176 Collections.addAll(set, elements);
446 * {@code Collections.newSetFromMap()}. The returned set is serializable if
534 * @since 2.0 (imported from Google Collections Library)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 24 import java.util.Collections;
110 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
111 Collections.addAll(all, remaining);
255 this.sortedDelegate = Collections.unmodifiableSortedSet(sortedDelegate);
Sets.java 36 import java.util.Collections;
58 * @since 2.0 (imported from Google Collections Library)
173 Collections.addAll(set, elements);
443 * {@code Collections.newSetFromMap()}. The returned set is serializable if
522 * @since 2.0 (imported from Google Collections Library)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 26 import java.util.Collections;
89 return Collections.emptySet();
127 Collections.sort(samplesList, entryComparator);
140 Collections.sort(extremeValues, entryComparator);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 35 import java.util.Collections;
85 return Collections.emptySet();
145 Collections.sort(samplesList, comparator);
161 Collections.sort(extremeValues, comparator);
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 25 import java.util.Collections;
116 Hashing.combineOrdered(Collections.<HashCode>emptySet());
150 Collections.shuffle(hashCodes, random);
166 Hashing.combineUnordered(Collections.<HashCode>emptySet());
199 Collections.shuffle(hashCodes);
  /external/guava/guava-tests/test/com/google/common/primitives/
BooleansTest.java 29 import java.util.Collections;
204 assertSame(Collections.emptyList(), Booleans.asList(EMPTY));
BytesTest.java 28 import java.util.Collections;
236 assertSame(Collections.emptyList(), Bytes.asList(EMPTY));
  /external/jdiff/src/jdiff/
HTMLStatistics.java 186 Collections.sort(apiDiff.packagesChanged, new ComparePkgPdiffs());
273 Collections.sort(allChangedClasses, new CompareClassPdiffs());

Completed in 1997 milliseconds

1 2 34 5 6 7 8 91011