Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java79 public boolean isAutoDetectionEnabled() throws Exception { in isAutoDetectionEnabled() method in TimeZoneDetectorShellHelper
/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java86 mOriginalAutoDetectionEnabled = mTimeZoneDetectorShellHelper.isAutoDetectionEnabled(); in setUp()
DTimeZoneDetectorStatsTest.java112 mTimeZoneDetectorShellHelper.isAutoDetectionEnabled(); in testAtom_TimeZoneDetectorState()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java120 boolean newAutoDetectionEnabledValue = !originalConfig.isAutoDetectionEnabled(); in testManageConfiguration()