Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.h79 void setError(bool status);
DNativeCodecTestBase.cpp51 aSyncHandle->setError(true); in onAsyncError()
161 void CodecAsyncHandler::setError(bool status) { in setError() function in CodecAsyncHandler
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfoTest.java182 info.setError(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()
236 info.setError("Error text"); in fullyPopulateAccessibilityNodeInfo()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDexParser.java179 mExternalApiPackageBuilder.setError(error); in parse()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2627 mActivityRule.runOnUiThread(() -> mTextView.setError(null)); in testAccessError()
2632 mActivityRule.runOnUiThread(() -> mTextView.setError(errorText, icon)); in testAccessError()
2637 mActivityRule.runOnUiThread(() -> mTextView.setError(null, null)); in testAccessError()
2644 mTextView.setError(errorText); in testAccessError()
2660 mTextView.setError(errorText); in testAccessError()