Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java128 assumeTrue(isLocationTimeZoneManagerPresent()); in assumeLocationTimeZoneManagerIsPresent()
134 public boolean isLocationTimeZoneManagerPresent() throws Exception { in isLocationTimeZoneManagerPresent() method in LocationTimeZoneManagerShellHelper
/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java100 if (!mLocationTimeZoneManagerShellHelper.isLocationTimeZoneManagerPresent()) { in tearDown()