Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationControllerTests.java475 mErrorCollector.checkThat("onPrepare", in setupAnimationListener()
485 mErrorCollector.checkThat("onStart", in setupAnimationListener()
487 mErrorCollector.checkThat("onStart", in setupAnimationListener()
499 mErrorCollector.checkThat( in setupAnimationListener()
502 mErrorCollector.checkThat("onProgress", in setupAnimationListener()
508 mErrorCollector.checkThat("onProgress", in setupAnimationListener()
552 mErrorCollector.checkThat( in runTransition()
660 mErrorCollector.checkThat(controller, notNullValue()); in onReady()
661 mErrorCollector.checkThat(types, not(equalTo(0))); in onReady()
662 mErrorCollector.checkThat("isReady", controller.isReady(), is(true)); in onReady()
[all …]
DLocationInWindowTests.java147 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
DLocationOnScreenTests.java133 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
DWindowInsetsPolicyTest.java247 mErrorCollector.checkThat(reason, actual, matcher); in assertThat()
DEnsureBarContrastTest.java210 mErrorCollector.checkThat(reason, actual, matcher);
DDisplayCutoutTests.java510 mErrorCollector.checkThat(reason, actual, matcher);
DWindowInsetsControllerTests.java655 mErrorCollector.checkThat(childWindow.getWindowInsetsController(), is(notNullValue())); in testWindowInsetsController_availableAfterAddView()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java85 public <T> void checkThat(final T value, final Matcher<T> matcher) { in checkThat() method in CameraErrorCollector
86 super.checkThat(mCameraMsg, value, matcher); in checkThat()
96 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { in checkThat() method in CameraErrorCollector
97 super.checkThat(mCameraMsg + reason, value, matcher); in checkThat()
584 checkThat(msg, obj, CoreMatchers.notNullValue()); in expectNotNull()
721 checkThat(reason, value, CoreMatchers.not(expected)); in expectKeyValueNotEquals()
743 checkThat(reason, value, CoreMatchers.not(expected)); in expectKeyValueNotEquals()
766 checkThat(reason, value, CoreMatchers.equalTo(expected)); in expectKeyValueEquals()
790 checkThat(reason, value, CoreMatchers.equalTo(expected)); in expectKeyValueEquals()
979 checkThat(reason, expected, InMatcher.in(values)); in expectContains()
[all …]
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java278 mErrorCollector.checkThat(reason, actual, matcher); in verifyPubKey()