/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsAnimationControllerTests.java | 121 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 …]
|
D | WindowInsetsAnimationSynchronicityTests.java | 80 public LimitedErrorCollector mErrorCollector = new LimitedErrorCollector(); field in WindowInsetsAnimationSynchronicityTests 114 mErrorCollector.addError(new AssertionError(String.format(Locale.US, in runTest()
|
D | WindowInsetsPolicyTest.java | 77 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in WindowInsetsPolicyTest 256 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
|
D | DisplayCutoutTests.java | 149 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in DisplayCutoutTests 652 mErrorCollector.checkThat(reason, actual, matcher);
|
D | WindowInsetsControllerTests.java | 132 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/ |
D | EnsureBarContrastTest.java | 68 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/ |
D | LocationInWindowTests.java | 66 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in LocationInWindowTests 153 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
|
D | LocationOnScreenTests.java | 76 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/ |
D | MultiUserTest.java | 87 public ErrorCollector mErrorCollector = new ErrorCollector(); field in MultiUserTest 399 mErrorCollector.checkThat(userId, in assertConnectingToTheSameUserIme()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 147 public final ErrorCollector mErrorCollector = new ErrorCollector(); field in InputConnectionEndToEndTest 1135 mErrorCollector.checkSucceeds(() -> { in testRequestTextBoundsInfo()
|