Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DTimeDetectorShellCommand.java20 import static android.app.timedetector.TimeDetector.SHELL_COMMAND_CONFIRM_TIME;
89 case SHELL_COMMAND_CONFIRM_TIME: in onCommand()
235 pw.printf(" %s <unix epoch time options>\n", SHELL_COMMAND_CONFIRM_TIME); in onHelp()
/aosp14/frameworks/base/core/java/android/app/timedetector/
H A DTimeDetector.java115 String SHELL_COMMAND_CONFIRM_TIME = "confirm_time"; field