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.java46 private static final String TIME_ZONE_NEW_YORK = "America/New_York"; field in AnalogClockTest
143 assertEquals(TIME_ZONE_NEW_YORK, mClockWithAttrs.getTimeZone()); in testTimeZone()
145 mClock.setTimeZone(TIME_ZONE_NEW_YORK); in testTimeZone()
146 assertEquals(TIME_ZONE_NEW_YORK, mClock.getTimeZone()); in testTimeZone()
154 mClock.setTimeZone(TIME_ZONE_NEW_YORK); in testTimeZone()
155 assertEquals(TIME_ZONE_NEW_YORK, mClock.getTimeZone()); in testTimeZone()