Home
last modified time | relevance | path

Searched refs:debugString (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java237 String debugString = mRow.getRoundableState().debugString(); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness() local
239 "If Pulsing is enabled, roundness should be set to 1. Value: " + debugString, in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
244 assertTrue(debugString.contains("Pulsing")); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
252 + mRow.getRoundableState().debugString(), in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness()
269 String debugString = mRow.getRoundableState().debugString(); in testPulsingRoundness_onHeadsUpStateChanged() local
271 "If Pulsing is enabled, roundness should be set to 1. Value: " + debugString, in testPulsingRoundness_onHeadsUpStateChanged()
276 assertTrue(debugString.contains("Pulsing")); in testPulsingRoundness_onHeadsUpStateChanged()
284 + mRow.getRoundableState().debugString(), in testPulsingRoundness_onHeadsUpStateChanged()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestionTest.java162 String debugString = "This is debug info"; in testParcelable() local
163 suggestion1.addDebugInfo(debugString); in testParcelable()
166 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt434 fun debugString() = buildString { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java369 pw.println(getRoundableState().debugString()); in dump()
H A DExpandableNotificationRow.java3694 pw.println(getRoundableState().debugString());
3700 pw.println(mChildrenContainer.debugString());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1544 public String debugString() {
1549 + ", roundableState: " + getRoundableState().debugString() + "}";