Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java131 reporter.assertLastReportedSetEquals(sc1, sc2, sc3, sc4); in testThresholds()
137 reporter.assertLastReportedSetEquals(sc1, sc2, sc3, sc4); in testThresholds()
149 reporter.assertLastReportedSetEquals(sc5, sc6, sc7, sc8); in testThresholds()
198 public void assertLastReportedSetEquals(SurfaceControl... surfaces) { in assertLastReportedSetEquals() method in SurfaceControlRegistryTests.TestReporter