Searched refs:hintText (Results 1 – 6 of 6) sorted by relevance
47 sb.append(" hintText=").append(info.hintText); in dumpBundle()
93 info.hintText = "hintText"; in testEditorInfo()133 assertEquals(info.hintText.toString(), targetInfo.hintText.toString()); in testEditorInfo()
227 sb.append(" hintText=").append(info.hintText); in dumpBundle()
233 sb.append(" hintText=").append(info.hintText); in dumpBundle()
7790 final String hintText = "Hint text"; in testOnInitializeA11yNodeInfo_populatesHintTextProperly() local7791 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()
56075 field public CharSequence hintText;