HomeSort by relevance Sort by last modified time
    Searched refs:allIds (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/icu/
TimeZoneNamesTest.java 29 HashSet<String> allIds = new HashSet<String>(Arrays.asList(TimeZone.getAvailableIDs()));
32 assertTrue(allIds.contains(id));
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 180 String allIds = new String(idChars, 0, idOffset);
183 ids[i] = allIds.substring(i == 0 ? 0 : idEnd[i - 1], idEnd[i]);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 703 Set<Long> allIds = new HashSet<Long>();
706 allIds.add(mDateSortedCursor.getLong(mIdColumnId));
711 if (!allIds.contains(iterator.next())) {

Completed in 295 milliseconds