Home
last modified time | relevance | path

Searched refs:TimeZoneDetectorShellHelper (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/time/host/src/android/time/cts/host/
DTimeZoneDetectorStatsTest.java29 import android.app.time.cts.shell.TimeZoneDetectorShellHelper;
52 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper;
60 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()
DLocationTimeZoneManagerStatsTest.java31 import android.app.time.cts.shell.TimeZoneDetectorShellHelper;
72 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper;
98 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()
DLocationTimeZoneManagerHostTest.java49 import android.app.time.cts.shell.TimeZoneDetectorShellHelper;
91 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper;
113 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java24 public final class TimeZoneDetectorShellHelper { class
85 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper() method in TimeZoneDetectorShellHelper
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java47 import android.app.time.cts.shell.TimeZoneDetectorShellHelper;
86 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper;
99 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in before()