Searched refs:TIME_ZONE_NEW_YORK (Results 1 – 1 of 1) sorted by relevance
49 private static final String TIME_ZONE_NEW_YORK = "America/New_York"; field in AnalogClockTest152 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()