Searched refs:TIME_ZONE_LOS_ANGELES (Results 1 – 1 of 1) sorted by relevance
50 private static final String TIME_ZONE_LOS_ANGELES = "America/Los_Angeles"; field in AnalogClockTest157 mClock.setTimeZone(TIME_ZONE_LOS_ANGELES); in testTimeZone()158 assertEquals(TIME_ZONE_LOS_ANGELES, mClock.getTimeZone()); in testTimeZone()