Home
last modified time | relevance | path

Searched refs:getDebugInfo (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DGnssTimeSuggestion.java51 public List<String> getDebugInfo() { in getDebugInfo() method in GnssTimeSuggestion
52 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
H A DNetworkTimeSuggestion.java81 public List<String> getDebugInfo() { in getDebugInfo() method in NetworkTimeSuggestion
/aosp14/frameworks/base/core/java/android/app/timedetector/
H A DManualTimeSuggestion.java78 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeSuggestion
79 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
H A DTimeSuggestionHelper.java72 public List<String> getDebugInfo() { in getDebugInfo() method in TimeSuggestionHelper
H A DTelephonyTimeSuggestion.java187 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeSuggestion
/aosp14/frameworks/base/core/java/android/app/time/
H A DExternalTimeSuggestion.java128 public List<String> getDebugInfo() { in getDebugInfo() method in ExternalTimeSuggestion
129 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timedetector/
H A DManualTimeSuggestionTest.java65 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
H A DTelephonyTimeSuggestionTest.java97 assertEquals(suggestion1.getDebugInfo(), rtSuggestion1.getDebugInfo()); in testParcelable()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DManualTimeZoneSuggestionTest.java66 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
H A DTelephonyTimeZoneSuggestionTest.java166 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DRuntimeService.java55 DebugInfo i18nLibraryDebugInfo = I18nModuleDebug.getDebugInfo(); in dump()
/aosp14/frameworks/base/core/java/android/app/timezonedetector/
H A DManualTimeZoneSuggestion.java90 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeZoneSuggestion
H A DTelephonyTimeZoneSuggestion.java236 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeZoneSuggestion
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DLocationAlgorithmEvent.java85 public List<String> getDebugInfo() { in getDebugInfo() method in LocationAlgorithmEvent
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java561 ? null : mCurrentVibration.getVibration().getDebugInfo())); in dumpText()
565 ? null : mNextVibration.getVibration().getDebugInfo())); in dumpText()
569 ? null : mCurrentExternalVibration.getDebugInfo())); in dumpText()
583 mCurrentVibration.getVibration().getDebugInfo().dumpProto(proto, in dumpProto()
587 mCurrentExternalVibration.getDebugInfo().dumpProto(proto, in dumpProto()
1511 public Vibration.DebugInfo getDebugInfo() { in getDebugInfo() method in VibratorManagerService.ExternalVibrationHolder
1597 record(mPreviousVibrations.get(usage), vib.getDebugInfo()); in record()
1601 record(mPreviousExternalVibrations, vib.getDebugInfo()); in record()
H A DHalVibration.java172 public Vibration.DebugInfo getDebugInfo() { in getDebugInfo() method in HalVibration
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneManagerShellCommand.java279 for (String debugInfo : lastEvent.getDebugInfo()) { in runDumpControllerState()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2794 method @NonNull public java.util.List<java.lang.String> getDebugInfo();
/aosp14/frameworks/base/services/
H A Dart-profile10356 HPLcom/android/server/vibrator/HalVibration;->getDebugInfo()Lcom/android/server/vibrator/Vibration$…