Searched refs:hintText (Results 1 – 3 of 3) sorted by relevance
61 info.hintText = "hintText"; in testEditorInfo()97 assertEquals(info.hintText.toString(), targetInfo.hintText.toString()); in testEditorInfo()
233 sb.append(" hintText=").append(info.hintText); in dumpBundle()
7269 final String hintText = "Hint text"; in testOnInitializeA11yNodeInfo_populatesHintTextProperly() local7270 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()