Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorShellCommand.java25 … static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_SUGGEST_GEO_LOCATION_TIME_ZONE;
73 case SHELL_COMMAND_SUGGEST_GEO_LOCATION_TIME_ZONE: in onCommand()
194 SHELL_COMMAND_SUGGEST_GEO_LOCATION_TIME_ZONE); in onHelp()
/frameworks/base/core/java/android/app/timezonedetector/
DTimeZoneDetector.java83 String SHELL_COMMAND_SUGGEST_GEO_LOCATION_TIME_ZONE = "suggest_geo_location_time_zone"; field