Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DComplicationLayoutParamsTest.java194 final ComplicationLayoutParams paramsWithConstraint = new ComplicationLayoutParams( in testConstraint() local
202 assertThat(paramsWithConstraint.constraintSpecified()).isTrue(); in testConstraint()
203 assertThat(paramsWithConstraint.getConstraint()).isEqualTo(constraint); in testConstraint()