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