Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationShellHelper.java36 private static final String SHELL_COMMAND_SET_LOCATION_ENABLED = "set-location-enabled"; field in LocationShellHelper
59 String cmd = String.format("%s %s", SHELL_COMMAND_SET_LOCATION_ENABLED, enabled); in setLocationEnabledForCurrentUser()