Searched refs:errorText (Results 1 – 1 of 1) sorted by relevance
2186 final String errorText = "Oops! There is an error"; in testAccessError() local2199 mTextView.setError(errorText, icon); in testAccessError()2203 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()2218 mTextView.setError(errorText); in testAccessError()2224 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()2230 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()2236 mTextView.setError(errorText); in testAccessError()