Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.h101 void setError(bool status, std::string& msg);
DNativeCodecTestBase.cpp54 aSyncHandle->setError(true, msg); in onAsyncError()
215 void CodecAsyncHandler::setError(bool status, std::string& msg) { in setError() function in CodecAsyncHandler
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfoTest.java222 info.setError(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()
336 info.setError("Error text"); in fullyPopulateAccessibilityNodeInfo()
DAccessibilityEventTest.java401 () -> sInstrumentation.runOnMainSync(() -> mTextView.setError("error")), in setTextError_receiveEvent()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDexParser.java194 mExternalApiPackageBuilder.setError(error); in parse()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2832 mActivityRule.runOnUiThread(() -> mTextView.setError(null)); in testAccessError()
2837 mActivityRule.runOnUiThread(() -> mTextView.setError(errorText, icon)); in testAccessError()
2842 mActivityRule.runOnUiThread(() -> mTextView.setError(null, null)); in testAccessError()
2849 mTextView.setError(errorText); in testAccessError()
2865 mTextView.setError(errorText); in testAccessError()
7719 () -> mTextView.setError("error", null)), in testSendAccessibilityContentChangeTypeErrorAndInvalid()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt54957 method public void setError(CharSequence);
61004 method public void setError(CharSequence);
61005 method public void setError(CharSequence, android.graphics.drawable.Drawable);