Home
last modified time | relevance | path

Searched refs:addDebugInfo (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DTimeZoneSuggesterImpl.java70 .addDebugInfo("Emulator time zone override: " + nitzData); in getTimeZoneSuggestion()
144 suggestionBuilder.addDebugInfo("findTimeZoneForTestNetwork: nitzSignal=" + nitzSignal); in findTimeZoneForTestNetwork()
148 suggestionBuilder.addDebugInfo("findTimeZoneForTestNetwork: No zone found"); in findTimeZoneForTestNetwork()
157 suggestionBuilder.addDebugInfo( in findTimeZoneForTestNetwork()
175 suggestionBuilder.addDebugInfo("findTimeZoneFromCountryAndNitz:" in findTimeZoneFromCountryAndNitz()
180 suggestionBuilder.addDebugInfo( in findTimeZoneFromCountryAndNitz()
196 suggestionBuilder.addDebugInfo("findTimeZoneFromCountryAndNitz:" in findTimeZoneFromCountryAndNitz()
206 suggestionBuilder.addDebugInfo( in findTimeZoneFromCountryAndNitz()
220 suggestionBuilder.addDebugInfo( in findTimeZoneFromCountryAndNitz()
227 suggestionBuilder.addDebugInfo("findTimeZoneFromCountryAndNitz: country-only suggestion" in findTimeZoneFromCountryAndNitz()
[all …]
DNitzStateMachineImpl.java288 suggestion.addDebugInfo("Detection reason=" + reason); in doTimeZoneDetection()
317 builder.addDebugInfo("Clearing time suggestion" in doTimeDetection()
324 builder.addDebugInfo("Sending new time suggestion" in doTimeDetection()
/frameworks/base/core/tests/coretests/src/android/app/timedetector/
DManualTimeSuggestionTest.java51 one.addDebugInfo("Debug info 1"); in testEquals()
52 two.addDebugInfo("Debug info 2"); in testEquals()
62 suggestion.addDebugInfo("This is debug info"); in testParcelable()
DNetworkTimeSuggestionTest.java51 one.addDebugInfo("Debug info 1"); in testEquals()
52 two.addDebugInfo("Debug info 2"); in testEquals()
62 suggestion.addDebugInfo("This is debug info"); in testParcelable()
DTelephonyTimeSuggestionTest.java73 builder1.addDebugInfo("Debug info 1"); in testEquals()
74 builder2.addDebugInfo("Debug info 2"); in testEquals()
93 builder.addDebugInfo("This is debug info"); in testParcelable()
/frameworks/base/core/java/android/app/timezonedetector/
DTelephonyTimeZoneSuggestion.java84 return new Builder(slotIndex).addDebugInfo(debugInfo).build(); in createEmptySuggestion()
170 suggestion.addDebugInfo(debugInfo); in createFromParcel()
246 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() method in TelephonyTimeZoneSuggestion
258 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() method in TelephonyTimeZoneSuggestion
356 public Builder addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() method in TelephonyTimeZoneSuggestion.Builder
445 builder.addDebugInfo("Command line injection"); in parseCommandLineArg()
DManualTimeZoneSuggestion.java100 public void addDebugInfo(String... debugInfos) { in addDebugInfo() method in ManualTimeZoneSuggestion
149 suggestion.addDebugInfo("Command line injection"); in parseCommandLineArg()
DTimeZoneDetector.java39 suggestion.addDebugInfo(debugInfo); in createManualTimeZoneSuggestion()
/frameworks/base/core/java/android/app/timedetector/
DTelephonyTimeSuggestion.java85 suggestion.addDebugInfo(debugInfo); in createFromParcel()
137 public void addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() method in TelephonyTimeSuggestion
149 public void addDebugInfo(@NonNull List<String> debugInfo) { in addDebugInfo() method in TelephonyTimeSuggestion
224 public Builder addDebugInfo(@NonNull String debugInfo) { in addDebugInfo() method in TelephonyTimeSuggestion.Builder
DTimeDetector.java43 manualTimeSuggestion.addDebugInfo(why); in createManualTimeSuggestion()
DManualTimeSuggestion.java104 public void addDebugInfo(String... debugInfos) { in addDebugInfo() method in ManualTimeSuggestion
DNetworkTimeSuggestion.java104 public void addDebugInfo(String... debugInfos) { in addDebugInfo() method in NetworkTimeSuggestion
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DManualTimeZoneSuggestionTest.java53 one.addDebugInfo("Debug info 1"); in testEquals()
54 two.addDebugInfo("Debug info 2"); in testEquals()
64 suggestion.addDebugInfo("This is debug info"); in testParcelable()
DTelephonyTimeZoneSuggestionTest.java125 one.addDebugInfo("Debug info 1"); in testEquals()
126 two.addDebugInfo("Debug info 2"); in testEquals()
163 suggestion1.addDebugInfo(debugString); in testParcelable()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineTestSupport.java267 .addDebugInfo("Test") in createEmptyTimeZoneSuggestion()
273 .addDebugInfo("Test") in createEmptyTimeSuggestion()
281 .addDebugInfo("Test") in createTimeSuggestionFromNitzSignal()
/frameworks/base/services/core/java/com/android/server/
DNetworkTimeUpdateService.java172 timeSuggestion.addDebugInfo("Origin: NetworkTimeUpdateService. event=" + event); in onPollNetworkTimeUnderWakeLock()