Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java61 info.hintText = "hintText"; in testEditorInfo()
97 assertEquals(info.hintText.toString(), targetInfo.hintText.toString()); in testEditorInfo()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStream.java233 sb.append(" hintText=").append(info.hintText); in dumpBundle()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7269 final String hintText = "Hint text"; in testOnInitializeA11yNodeInfo_populatesHintTextProperly() local
7270 textView.setHint(hintText); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
7275 TextUtils.equals(hintText, info.getText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
7277 TextUtils.equals(hintText, info.getHintText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
7286 TextUtils.equals(hintText, info.getHintText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()