Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java121 public LimitedErrorCollector mErrorCollector = new LimitedErrorCollector(); field in WindowInsetsAnimationControllerTests
195 mListener = new ControlListener(mErrorCollector); in setUpWindowInsetsAnimationControllerTests()
229 mErrorCollector.verify(); in tearDown()
266 mErrorCollector.verify(); in retryIfCancelled()
277 mErrorCollector = new LimitedErrorCollector(); in retryIfCancelled()
278 mListener = new ControlListener(mErrorCollector); in retryIfCancelled()
560 mErrorCollector.checkThat( in setupAnimationListener()
571 mErrorCollector.checkThat( in setupAnimationListener()
575 mErrorCollector.checkThat( in setupAnimationListener()
590 mErrorCollector.checkThat( in setupAnimationListener()
[all …]
DWindowInsetsAnimationSynchronicityTests.java80 public LimitedErrorCollector mErrorCollector = new LimitedErrorCollector(); field in WindowInsetsAnimationSynchronicityTests
114 mErrorCollector.addError(new AssertionError(String.format(Locale.US, in runTest()
DWindowInsetsPolicyTest.java77 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in WindowInsetsPolicyTest
256 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
DDisplayCutoutTests.java149 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in DisplayCutoutTests
652 mErrorCollector.checkThat(reason, actual, matcher);
DWindowInsetsControllerTests.java132 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in WindowInsetsControllerTests
871 mErrorCollector.checkThat(childWindow.getWindowInsetsController(), is(notNullValue())); in testWindowInsetsController_availableAfterAddView()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DEnsureBarContrastTest.java68 private final ErrorCollector mErrorCollector = new ErrorCollector(); field in EnsureBarContrastTest
77 .around(mErrorCollector)
210 mErrorCollector.checkThat(reason, actual, matcher);
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationInWindowTests.java66 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in LocationInWindowTests
153 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
DLocationOnScreenTests.java76 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in LocationOnScreenTests
139 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DMultiUserTest.java87 public ErrorCollector mErrorCollector = new ErrorCollector(); field in MultiUserTest
399 mErrorCollector.checkThat(userId, in assertConnectingToTheSameUserIme()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java147 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in InputConnectionEndToEndTest
1135 mErrorCollector.checkSucceeds(() -> { in testRequestTextBoundsInfo()