Home
last modified time | relevance | path

Searched refs:insertAtCursor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/tests/src/com/android/browser/autocomplete/
DSuggestedTextControllerTest.java77 private void insertAtCursor(String text) { in insertAtCursor() method in SuggestedTextControllerTest
82 private void insertAtCursor(char ch) { in insertAtCursor() method in SuggestedTextControllerTest
83 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 …]