Searched refs:mTimeZones (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java462 private static final String[] mTimeZones = { field in class:TimeTest
531 for (int zoneIndex = 0; zoneIndex < mTimeZones.length; zoneIndex++) {
536 time.timezone = mTimeZones[zoneIndex];
572 for (int zoneIndex = 0; zoneIndex < mTimeZones.length; zoneIndex++) {
577 time.timezone = mTimeZones[zoneIndex];

Completed in 75 milliseconds