Home
last modified time | relevance | path

Searched refs:TIME_ZONE_NEW_YORK (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAnalogClockTest.java49 private static final String TIME_ZONE_NEW_YORK = "America/New_York"; field in AnalogClockTest
152 assertEquals(TIME_ZONE_NEW_YORK, mClockWithAttrs.getTimeZone()); in testTimeZone()
154 mClock.setTimeZone(TIME_ZONE_NEW_YORK); in testTimeZone()
155 assertEquals(TIME_ZONE_NEW_YORK, mClock.getTimeZone()); in testTimeZone()
163 mClock.setTimeZone(TIME_ZONE_NEW_YORK); in testTimeZone()
164 assertEquals(TIME_ZONE_NEW_YORK, mClock.getTimeZone()); in testTimeZone()