Searched refs:setError (Results 1 – 7 of 7) sorted by relevance
101 void setError(bool status, std::string& msg);
54 aSyncHandle->setError(true, msg); in onAsyncError()215 void CodecAsyncHandler::setError(bool status, std::string& msg) { in setError() function in CodecAsyncHandler
222 info.setError(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()336 info.setError("Error text"); in fullyPopulateAccessibilityNodeInfo()
401 () -> sInstrumentation.runOnMainSync(() -> mTextView.setError("error")), in setTextError_receiveEvent()
194 mExternalApiPackageBuilder.setError(error); in parse()
2832 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()
54957 method public void setError(CharSequence);61004 method public void setError(CharSequence);61005 method public void setError(CharSequence, android.graphics.drawable.Drawable);