Searched refs:errorText (Results 1 – 1 of 1) sorted by relevance
2830 final String errorText = "Oops! There is an error"; in testAccessError() local2837 mActivityRule.runOnUiThread(() -> mTextView.setError(errorText, icon)); in testAccessError()2839 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()2849 mTextView.setError(errorText); in testAccessError()2854 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()2860 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()2865 mTextView.setError(errorText); in testAccessError()