Home
last modified time | relevance | path

Searched refs:testTimeZone (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSetTimeTest.java90 private void testSetTimeZoneWithValue(String testTimeZone) throws Exception { in testSetTimeZoneWithValue() argument
95 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()
/cts/tests/tests/widget/src/android/widget/cts/
DAnalogClockTest.java141 public void testTimeZone() { in testTimeZone() method in AnalogClockTest