Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java48 private LocationShellHelper mLocationShellHelper; field in BaseLocationTimeZoneManagerHostTest
58 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()
79 mOriginalLocationEnabled = mLocationShellHelper.isLocationEnabledForCurrentUser(); in setUp()
81 mLocationShellHelper.setLocationEnabledForCurrentUser(true); in setUp()
111 mLocationShellHelper.setLocationEnabledForCurrentUser(mOriginalLocationEnabled); in tearDown()
DTimeZoneDetectorStatsTest.java51 private LocationShellHelper mLocationShellHelper; field in TimeZoneDetectorStatsTest
59 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()
106 mLocationShellHelper.isLocationEnabledForCurrentUser(); in testAtom_TimeZoneDetectorState()