Searched refs:SHELL_COMMAND_CLEAR_SYSTEM_CLOCK_NETWORK_TIME (Results 1 – 2 of 2) sorted by relevance
19 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_CLEAR_SYSTEM_CLOCK_NETWORK_TIME;91 case SHELL_COMMAND_CLEAR_SYSTEM_CLOCK_NETWORK_TIME: in onCommand()248 pw.printf(" %s\n", SHELL_COMMAND_CLEAR_SYSTEM_CLOCK_NETWORK_TIME); in onHelp()
122 String SHELL_COMMAND_CLEAR_SYSTEM_CLOCK_NETWORK_TIME = "clear_system_clock_network_time"; field