Searched refs:hintText (Results 1 – 2 of 2) sorted by relevance
50 info.hintText = "hintText"; in testEditorInfo()84 assertEquals(info.hintText.toString(), targetInfo.hintText.toString()); in testEditorInfo()
6610 final String hintText = "Hint text"; in testOnInitializeA11yNodeInfo_populatesHintTextProperly() local6611 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()