Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DTimeZoneDetectorShellCommand.java200 GeolocationTimeZoneSuggestion.printCommandLineOpts(pw); in onHelp()
202 ManualTimeZoneSuggestion.printCommandLineOpts(pw); in onHelp()
204 TelephonyTimeZoneSuggestion.printCommandLineOpts(pw); in onHelp()
H A DGeolocationTimeZoneSuggestion.java166 public static void printCommandLineOpts(@NonNull PrintWriter pw) { in printCommandLineOpts() method in GeolocationTimeZoneSuggestion
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DManualTimeZoneSuggestionTest.java72 ManualTimeZoneSuggestion.printCommandLineOpts(pw); in testPrintCommandLineOpts()
H A DTelephonyTimeZoneSuggestionTest.java172 TelephonyTimeZoneSuggestion.printCommandLineOpts(pw); in testPrintCommandLineOpts()
/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DManualTimeZoneSuggestion.java154 public static void printCommandLineOpts(@NonNull PrintWriter pw) { in printCommandLineOpts() method in ManualTimeZoneSuggestion
H A DTelephonyTimeZoneSuggestion.java478 public static void printCommandLineOpts(@NonNull PrintWriter pw) { in printCommandLineOpts() method in TelephonyTimeZoneSuggestion