Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java149 collector.checkThat( in runTestUpdateResourcesConfiguration()
151 collector.checkThat( in runTestUpdateResourcesConfiguration()
153 collector.checkThat(subviewSize1.getBoolean(KEY_COMMAND_SUCCESS), is(true)); in runTestUpdateResourcesConfiguration()
160 collector.checkThat( in runTestUpdateResourcesConfiguration()
168 collector.checkThat(subviewSize2.getBoolean(KEY_COMMAND_SUCCESS), is(true)); in runTestUpdateResourcesConfiguration()
169 collector.checkThat( in runTestUpdateResourcesConfiguration()
172 collector.checkThat( in runTestUpdateResourcesConfiguration()
221 collector.checkThat( in test_scalesCorrectly_inCompatDownscalingMode()
225 collector.checkThat( in test_scalesCorrectly_inCompatDownscalingMode()
229 collector.checkThat( in test_scalesCorrectly_inCompatDownscalingMode()
[all …]
DEnsureBarContrastTest.java210 mErrorCollector.checkThat(reason, actual, matcher);
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java560 mErrorCollector.checkThat( in setupAnimationListener()
571 mErrorCollector.checkThat( in setupAnimationListener()
575 mErrorCollector.checkThat( in setupAnimationListener()
590 mErrorCollector.checkThat( in setupAnimationListener()
594 mErrorCollector.checkThat( in setupAnimationListener()
603 mErrorCollector.checkThat( in setupAnimationListener()
654 mErrorCollector.checkThat( in runTransition()
775 mErrorCollector.checkThat(controller, notNullValue()); in onReady()
776 mErrorCollector.checkThat(types, not(equalTo(0))); in onReady()
777 mErrorCollector.checkThat("isReady", controller.isReady(), is(true)); in onReady()
[all …]
DWindowInsetsPolicyTest.java256 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
DDisplayCutoutTests.java652 mErrorCollector.checkThat(reason, actual, matcher);
DWindowInsetsControllerTests.java871 mErrorCollector.checkThat(childWindow.getWindowInsetsController(), is(notNullValue())); in testWindowInsetsController_availableAfterAddView()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java98 public <T> void checkThat(final T value, final Matcher<T> matcher) { in checkThat() method in CameraErrorCollector
99 super.checkThat(mCameraMsg, value, matcher); in checkThat()
109 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { in checkThat() method in CameraErrorCollector
110 super.checkThat(mCameraMsg + reason, value, matcher); in checkThat()
651 checkThat(msg, obj, CoreMatchers.notNullValue()); in expectNotNull()
788 checkThat(reason, value, CoreMatchers.not(expected)); in expectKeyValueNotEquals()
810 checkThat(reason, value, CoreMatchers.not(expected)); in expectKeyValueNotEquals()
833 checkThat(reason, value, CoreMatchers.equalTo(expected)); in expectKeyValueEquals()
857 checkThat(reason, value, CoreMatchers.equalTo(expected)); in expectKeyValueEquals()
1046 checkThat(reason, expected, InMatcher.in(values)); in expectContains()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationInWindowTests.java153 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
DLocationOnScreenTests.java139 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DMultiUserTest.java399 mErrorCollector.checkThat(userId, in assertConnectingToTheSameUserIme()