Searched refs:errorText (Results 1 – 1 of 1) sorted by relevance
1858 final String errorText = "Oops! There is an error"; in testAccessError() local1871 mTextView.setError(errorText, icon); in testAccessError()1875 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()1890 mTextView.setError(errorText); in testAccessError()1896 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()1902 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()1908 mTextView.setError(errorText); in testAccessError()