Searched refs:parseCommandLineArg (Results 1 – 6 of 6) sorted by relevance
180 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()
80 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noArgs()90 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()98 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
139 () -> GeolocationTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestGeolocationTimeZone()145 () -> ManualTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestManualTimeZone()151 () -> TelephonyTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestTelephonyTimeZone()
130 public static GeolocationTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in GeolocationTimeZoneSuggestion
134 public static ManualTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in ManualTimeZoneSuggestion
400 public static TelephonyTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in TelephonyTimeZoneSuggestion