Searched refs:editorInfo (Results 1 – 1 of 1) sorted by relevance
4019 final EditorInfo editorInfo = new EditorInfo(); in testAccessImeHintLocales() local4020 textView.onCreateInputConnection(editorInfo); in testAccessImeHintLocales()4021 assertNull(editorInfo.hintLocales); in testAccessImeHintLocales()4028 final EditorInfo editorInfo = new EditorInfo(); in testAccessImeHintLocales() local4029 textView.onCreateInputConnection(editorInfo); in testAccessImeHintLocales()4030 assertEquals(localeList, editorInfo.hintLocales); in testAccessImeHintLocales()