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

  /libcore/luni/src/test/java/libcore/libcore/util/
CountryTimeZonesTest.java 125 List<TimeZone> tzList = countryTimeZones.getIcuTimeZones();
126 assertEquals(1, tzList.size());
127 assertImmutableList(tzList);
128 assertImmutableTimeZone(tzList.get(0));
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 579 ArrayList<ThermalZone> tzList = (ArrayList<ThermalZone>) entry.getValue();
581 for (ThermalZone tz : tzList) tz.printAttrs();

Completed in 4020 milliseconds