Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DTimeDetectorShellCommand.java31 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_SUGGEST_NETWORK_TIME;
75 case SHELL_COMMAND_SUGGEST_NETWORK_TIME: in onCommand()
225 pw.printf(" %s <network suggestion opts>\n", SHELL_COMMAND_SUGGEST_NETWORK_TIME); in onHelp()
/aosp14/frameworks/base/core/java/android/app/timedetector/
H A DTimeDetector.java73 String SHELL_COMMAND_SUGGEST_NETWORK_TIME = "suggest_network_time"; field