Searched refs:getSelectedText (Results 1 – 2 of 2) sorted by relevance
304 assertTrue(TextUtils.isEmpty(ic.getSelectedText(0))); // null is allowed.307 expectedSelectionEnd).toString(), ic.getSelectedText(0).toString());383 assertTrue(TextUtils.isEmpty(ic.getSelectedText(0))); // null is allowed.386 expectedSelectionEnd).toString(), ic.getSelectedText(0).toString());
86 wrapper.getSelectedText(0); in testInputConnectionWrapper()191 public CharSequence getSelectedText(int flags) { in getSelectedText() method in InputConnectionWrapperTest.MockInputConnection