Searched refs:debugString (Results 1 – 6 of 6) sorted by relevance
237 String debugString = mRow.getRoundableState().debugString(); in testPulsingRoundness_onUpdateHeadsUpAndPulsingRoundness() local239 "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() local271 "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()
162 String debugString = "This is debug info"; in testParcelable() local163 suggestion1.addDebugInfo(debugString); in testParcelable()166 assertTrue(suggestion1_2.getDebugInfo().contains(debugString)); in testParcelable()
434 fun debugString() = buildString { regex
369 pw.println(getRoundableState().debugString()); in dump()
3694 pw.println(getRoundableState().debugString());3700 pw.println(mChildrenContainer.debugString());
1544 public String debugString() {1549 + ", roundableState: " + getRoundableState().debugString() + "}";