Searched refs:ERROR_MESSAGE_2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/tests/src/android/support/design/widget/
H A DTextInputLayoutTest.java94 private static final String ERROR_MESSAGE_2 = "Some other error has occured"; field in class:TextInputLayoutTest
161 onView(withId(R.id.textinput)).perform(setError(ERROR_MESSAGE_2));
163 onView(withText(ERROR_MESSAGE_2)).check(matches(isDisplayed()));

Completed in 65 milliseconds