/frameworks/base/core/tests/timetests/src/android/app/time/ |
D | ExternalTimeSuggestionTest.java | 45 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/ |
D | NetworkTimeSuggestionTest.java | 70 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()
|
D | GnssTimeSuggestionTest.java | 60 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/ |
D | TelephonyTimeSuggestionTest.java | 113 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()
|
D | ManualTimeSuggestionTest.java | 80 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/ |
D | LocationAlgorithmEventTest.java | 93 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/ |
D | TimeDetectorShellCommand.java | 121 () -> 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()
|
D | GnssTimeSuggestion.java | 87 public static GnssTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in GnssTimeSuggestion
|
D | NetworkTimeSuggestion.java | 126 public static NetworkTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in NetworkTimeSuggestion
|
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/ |
D | ManualTimeZoneSuggestionTest.java | 88 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_noArgs() 98 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_validSuggestion() 106 ManualTimeZoneSuggestion.parseCommandLineArg(testShellCommand); in testParseCommandLineArg_unknownArgument()
|
D | TelephonyTimeZoneSuggestionTest.java | 188 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/ |
D | TimeZoneDetectorShellCommand.java | 159 () -> LocationAlgorithmEvent.parseCommandLineArg(this), in runHandleLocationEvent() 165 () -> ManualTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestManualTimeZone() 171 () -> TelephonyTimeZoneSuggestion.parseCommandLineArg(this), in runSuggestTelephonyTimeZone()
|
D | LocationAlgorithmEvent.java | 129 static LocationAlgorithmEvent parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in LocationAlgorithmEvent
|
/frameworks/base/core/java/android/app/timedetector/ |
D | ManualTimeSuggestion.java | 114 public static ManualTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in ManualTimeSuggestion
|
D | TelephonyTimeSuggestion.java | 96 public static TelephonyTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in TelephonyTimeSuggestion
|
/frameworks/base/core/java/android/app/time/ |
D | ExternalTimeSuggestion.java | 164 public static ExternalTimeSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in ExternalTimeSuggestion
|
/frameworks/base/core/java/android/app/timezonedetector/ |
D | ManualTimeZoneSuggestion.java | 134 public static ManualTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) { in parseCommandLineArg() method in ManualTimeZoneSuggestion
|
D | TelephonyTimeZoneSuggestion.java | 400 public static TelephonyTimeZoneSuggestion parseCommandLineArg(@NonNull ShellCommand cmd) in parseCommandLineArg() method in TelephonyTimeZoneSuggestion
|