Home
last modified time | relevance | path

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

/frameworks/base/core/tests/timetests/src/android/app/time/
DExternalTimeSuggestionTest.java45 ExternalTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noReferenceTime()
52 ExternalTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noUnixEpochTime()
61 ExternalTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()
69 ExternalTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DNetworkTimeSuggestionTest.java70 NetworkTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noReferenceTime()
77 NetworkTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noUnixEpochTime()
84 NetworkTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noUncertaintyMillis()
94 NetworkTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()
102 NetworkTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
DGnssTimeSuggestionTest.java60 GnssTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noReferenceTime()
67 GnssTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noUnixEpochTime()
77 GnssTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()
85 GnssTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
/frameworks/base/core/tests/timetests/src/android/app/timedetector/
DTelephonyTimeSuggestionTest.java113 TelephonyTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noSlotIndex()
120 TelephonyTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noReferenceTime()
127 TelephonyTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noUnixEpochTime()
139 TelephonyTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()
147 TelephonyTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
DManualTimeSuggestionTest.java80 ManualTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noReferenceTime()
87 ManualTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noUnixEpochTime()
97 ManualTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()
105 ManualTimeSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DLocationAlgorithmEventTest.java93 LocationAlgorithmEvent.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noStatus()
104 assertEquals(event, LocationAlgorithmEvent.parseCommandLineArg(testShellCommand)); in testParseCommandLineArg_noSuggestion()
118 LocationAlgorithmEvent.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_suggestionUncertain()
135 LocationAlgorithmEvent.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_suggestionEmpty()
152 LocationAlgorithmEvent.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_suggestionPresent()
167 LocationAlgorithmEvent.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorShellCommand.java121 () -> ManualTimeSuggestion.parseCommandLineArg(this), in runSuggestManualTime()
127 () -> TelephonyTimeSuggestion.parseCommandLineArg(this), in runSuggestTelephonyTime()
133 () -> NetworkTimeSuggestion.parseCommandLineArg(this), in runSuggestNetworkTime()
151 () -> GnssTimeSuggestion.parseCommandLineArg(this), in runSuggestGnssTime()
157 () -> ExternalTimeSuggestion.parseCommandLineArg(this), in runSuggestExternalTime()
203 NetworkTimeSuggestion.parseCommandLineArg(this); in runSetSystemClockNetworkTime()
DGnssTimeSuggestion.java87 public static GnssTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in GnssTimeSuggestion
DNetworkTimeSuggestion.java126 public static NetworkTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in NetworkTimeSuggestion
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/
DManualTimeZoneSuggestionTest.java88 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noArgs()
98 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion()
106 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
DTelephonyTimeZoneSuggestionTest.java188 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noArgs()
194 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noSlotIndex()
204 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validEmptyZoneIdSuggestion()
219 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validNonEmptySuggestion()
227 TelephonyTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorShellCommand.java159 () -> LocationAlgorithmEvent.parseCommandLineArg(this), in runHandleLocationEvent()
165 () -> ManualTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestManualTimeZone()
171 () -> TelephonyTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestTelephonyTimeZone()
DLocationAlgorithmEvent.java129 static LocationAlgorithmEvent parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in LocationAlgorithmEvent
/frameworks/base/core/java/android/app/timedetector/
DManualTimeSuggestion.java114 public static ManualTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in ManualTimeSuggestion
DTelephonyTimeSuggestion.java96 public static TelephonyTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in TelephonyTimeSuggestion
/frameworks/base/core/java/android/app/time/
DExternalTimeSuggestion.java164 public static ExternalTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in ExternalTimeSuggestion
/frameworks/base/core/java/android/app/timezonedetector/
DManualTimeZoneSuggestion.java134 public static ManualTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in ManualTimeZoneSuggestion
DTelephonyTimeZoneSuggestion.java400 public static TelephonyTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in TelephonyTimeZoneSuggestion