Searched refs:insertAtCursor (Results 1 – 1 of 1) sorted by relevance
77 private void insertAtCursor(String text) { in insertAtCursor() method in SuggestedTextControllerTest82 private void insertAtCursor(char ch) { in insertAtCursor() method in SuggestedTextControllerTest83 insertAtCursor(Character.toString(ch)); in insertAtCursor()164 insertAtCursor(RUBY_MURRAY.substring(i, i + 1)); in testTypeNoSuggested()176 insertAtCursor(RUBY_MURRAY.charAt(i)); in testTypeSuggested()185 insertAtCursor(RUBY_MURRAY.substring(i, i + 1)); in testSetSuggestedAfterTextEntry()200 insertAtCursor(Character.toUpperCase(RUBY_MURRAY.charAt(i))); in testTypeSuggestedUpperCase()207 insertAtCursor(pref); in testChangeSuggestedText()217 insertAtCursor(RUBY_MURRAY.charAt(0)); in testTypeNonSuggested()219 insertAtCursor('x'); in testTypeNonSuggested()[all …]