Home
last modified time | relevance | path

Searched refs:isGeoDetectionEnabled (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java91 public boolean isGeoDetectionEnabled() throws Exception { in isGeoDetectionEnabled() method in TimeZoneDetectorShellHelper
/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java92 mOriginalGeoDetectionEnabled = mTimeZoneDetectorShellHelper.isGeoDetectionEnabled(); in setUp()
DTimeZoneDetectorStatsTest.java128 mTimeZoneDetectorShellHelper.isGeoDetectionEnabled(); in testAtom_TimeZoneDetectorState()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java146 boolean newGeoDetectionEnabledValue = !originalConfig.isGeoDetectionEnabled(); in testManageConfiguration()