Searched refs:setError (Results 1 – 5 of 5) sorted by relevance
79 void setError(bool status);
51 aSyncHandle->setError(true); in onAsyncError()161 void CodecAsyncHandler::setError(bool status) { in setError() function in CodecAsyncHandler
182 info.setError(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()236 info.setError("Error text"); in fullyPopulateAccessibilityNodeInfo()
179 mExternalApiPackageBuilder.setError(error); in parse()
2627 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()