Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java81 mLocationShellHelper.setLocationEnabledForCurrentUser(true); in setUp()
111 mLocationShellHelper.setLocationEnabledForCurrentUser(mOriginalLocationEnabled); in tearDown()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationShellHelper.java58 public void setLocationEnabledForCurrentUser(boolean enabled) throws Exception { in setLocationEnabledForCurrentUser() method in LocationShellHelper