Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java50 info.hintText = "hintText"; in testEditorInfo()
84 assertEquals(info.hintText.toString(), targetInfo.hintText.toString()); in testEditorInfo()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6610 final String hintText = "Hint text"; in testOnInitializeA11yNodeInfo_populatesHintTextProperly() local
6611 textView.setHint(hintText); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
6616 TextUtils.equals(hintText, info.getText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
6618 TextUtils.equals(hintText, info.getHintText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
6627 TextUtils.equals(hintText, info.getHintText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()