Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mocka11yime/common/src/com/android/cts/mocka11yime/
DMockA11yImeBundleUtils.java47 sb.append(" hintText=").append(info.hintText); in dumpBundle()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java93 info.hintText = "hintText"; in testEditorInfo()
133 assertEquals(info.hintText.toString(), targetInfo.hintText.toString()); in testEditorInfo()
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeEventStream.java227 sb.append(" hintText=").append(info.hintText); in dumpBundle()
/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.java7790 final String hintText = "Hint text"; in testOnInitializeA11yNodeInfo_populatesHintTextProperly() local
7791 textView.setHint(hintText); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
7796 TextUtils.equals(hintText, info.getText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
7798 TextUtils.equals(hintText, info.getHintText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
7807 TextUtils.equals(hintText, info.getHintText())); in testOnInitializeA11yNodeInfo_populatesHintTextProperly()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt56075 field public CharSequence hintText;