Searched refs:testTimeZone (Results 1 – 2 of 2) sorted by relevance
90 private void testSetTimeZoneWithValue(String testTimeZone) throws Exception { in testSetTimeZoneWithValue() argument95 if (testTimeZone.equals(intent.getStringExtra(Intent.EXTRA_TIMEZONE))) { in testSetTimeZoneWithValue()104 mDevicePolicyManager.setTimeZone(getWho(), testTimeZone)); in testSetTimeZoneWithValue()110 while (!testTimeZone.equals(TimeZone.getDefault().getID())) { in testSetTimeZoneWithValue()
141 public void testTimeZone() { in testTimeZone() method in AnalogClockTest