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