Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestionTest.java180 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noArgs()
186 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noSlotIndex()
196 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validEmptyZoneIdSuggestion()
211 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validNonEmptySuggestion()
219 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
H A DManualTimeZoneSuggestionTest.java80 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noArgs()
90 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()
98 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DTimeZoneDetectorShellCommand.java139 () -> GeolocationTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestGeolocationTimeZone()
145 () -> ManualTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestManualTimeZone()
151 () -> TelephonyTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestTelephonyTimeZone()
H A DGeolocationTimeZoneSuggestion.java130 public static GeolocationTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in GeolocationTimeZoneSuggestion
/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DManualTimeZoneSuggestion.java134 public static ManualTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in ManualTimeZoneSuggestion
H A DTelephonyTimeZoneSuggestion.java400 public static TelephonyTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in TelephonyTimeZoneSuggestion