Home
last modified time | relevance | path

Searched defs:debugString (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java237 String debugString = mRow.getRoundableState().debugString(); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness() local
269 String debugString = mRow.getRoundableState().debugString(); in testPulsingRoundness_onHeadsUpStateChanged() local
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DTelephonyTimeZoneSuggestionTest.java162 String debugString = "This is debug info"; in testParcelable() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt434 fun debugString() = buildString { in <lambda>() method
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp37 std::string ReflectedParamUpdater::Dict::debugString(size_t indent_) const { in debugString() function in android::ReflectedParamUpdater::Dict
/frameworks/av/media/module/foundation/
DAMessage.cpp565 AString AMessage::debugString(int32_t indent) const { in debugString() function in android::AMessage