/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | GnssTimeSuggestion.java | 51 public List<String> getDebugInfo() { in getDebugInfo() method in GnssTimeSuggestion 52 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
|
H A D | NetworkTimeSuggestion.java | 81 public List<String> getDebugInfo() { in getDebugInfo() method in NetworkTimeSuggestion
|
/aosp14/frameworks/base/core/java/android/app/timedetector/ |
H A D | ManualTimeSuggestion.java | 78 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeSuggestion 79 return mTimeSuggestionHelper.getDebugInfo(); in getDebugInfo()
|
H A D | TimeSuggestionHelper.java | 72 public List<String> getDebugInfo() { in getDebugInfo() method in TimeSuggestionHelper
|
H A D | TelephonyTimeSuggestion.java | 187 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeSuggestion
|
/aosp14/frameworks/base/core/java/android/app/time/ |
H A D | ExternalTimeSuggestion.java | 128 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 D | ManualTimeSuggestionTest.java | 65 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
|
H A D | TelephonyTimeSuggestionTest.java | 97 assertEquals(suggestion1.getDebugInfo(), rtSuggestion1.getDebugInfo()); in testParcelable()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | ManualTimeZoneSuggestionTest.java | 66 assertEquals(suggestion.getDebugInfo(), rtSuggestion.getDebugInfo()); in testParcelable()
|
H A D | TelephonyTimeZoneSuggestionTest.java | 166 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | RuntimeService.java | 55 DebugInfo i18nLibraryDebugInfo = I18nModuleDebug.getDebugInfo(); in dump()
|
/aosp14/frameworks/base/core/java/android/app/timezonedetector/ |
H A D | ManualTimeZoneSuggestion.java | 90 public List<String> getDebugInfo() { in getDebugInfo() method in ManualTimeZoneSuggestion
|
H A D | TelephonyTimeZoneSuggestion.java | 236 public List<String> getDebugInfo() { in getDebugInfo() method in TelephonyTimeZoneSuggestion
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
H A D | LocationAlgorithmEvent.java | 85 public List<String> getDebugInfo() { in getDebugInfo() method in LocationAlgorithmEvent
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorManagerService.java | 561 ? 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 D | HalVibration.java | 172 public Vibration.DebugInfo getDebugInfo() { in getDebugInfo() method in HalVibration
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | LocationTimeZoneManagerShellCommand.java | 279 for (String debugInfo : lastEvent.getDebugInfo()) { in runDumpControllerState()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 2794 method @NonNull public java.util.List<java.lang.String> getDebugInfo();
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 10356 HPLcom/android/server/vibrator/HalVibration;->getDebugInfo()Lcom/android/server/vibrator/Vibration$…
|