Home
last modified time | relevance | path

Searched refs:errorText (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/bedstead/remotedpc/src/processor/main/java/com/android/bedstead/remotedpc/processor/
DProcessor.java402 private void showError(String errorText, Element errorElement) { in showError() argument
405 .printMessage(Diagnostic.Kind.ERROR, errorText, errorElement); in showError()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2748 final String errorText = "Oops! There is an error"; in testAccessError() local
2755 mActivityRule.runOnUiThread(() -> mTextView.setError(errorText, icon)); in testAccessError()
2757 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()
2767 mTextView.setError(errorText); in testAccessError()
2772 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()
2778 assertEquals(errorText, mTextView.getError().toString()); in testAccessError()
2783 mTextView.setError(errorText); in testAccessError()