HomeSort by relevance Sort by last modified time
    Searched refs:suggested (Results 1 - 25 of 26) sorted by null

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestTests.java 46 suggested("people", mHelper.getFirstSuggestion("peopl"));
47 suggested("about", mHelper.getFirstSuggestion("abou"));
48 suggested("their", mHelper.getFirstSuggestion("thei"));
55 suggested("people", mHelper.getFirstSuggestion("peop"));
56 suggested("calling", mHelper.getFirstSuggestion("calli"));
57 suggested("business", mHelper.getFirstSuggestion("busine"));
64 suggested("typed peiple", "people", mHelper.getFirstSuggestion("peiple"));
65 suggested("typed peoole", "people", mHelper.getFirstSuggestion("peoole"));
66 suggested("typed pwpple", "people", mHelper.getFirstSuggestion("pwpple"));
81 suggested("I'm", mHelper.getFirstSuggestion("im"))
    [all...]
SuggestTestsBase.java 71 protected static void suggested(CharSequence expected, CharSequence actual) { method in class:SuggestTestsBase
76 protected static void suggested(String message, CharSequence expected, CharSequence actual) { method in class:SuggestTestsBase
  /packages/apps/Browser/src/com/android/browser/autocomplete/
SuggestedTextController.java 89 private void initialize(String userText, int selStart, int selEnd, String suggested) {
95 if (suggested != null && userText != null) {
96 if (suggested.startsWith(userText.toLowerCase())) {
97 allText = suggested;
102 // "suggested" if thats not null and starts with userText.
106 mSuggestedText = suggested;
195 * Sets the current suggested text. A portion of this will be added to the user entered text if
212 * Gets the portion of displayed text that is not suggested.
267 // no change to the text - likely just suggested change
273 // no current suggested text - add i
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/autocomplete/
SuggestedTextControllerTest.java 108 private void setSuggested(String suggested) {
109 mController.setSuggestedText(suggested);
113 private void set2ndSuggested(String suggested) {
114 m2ndController.setSuggestedText(suggested);
198 assertTrue("Buffer doesn't contain suggested text",
375 // select and replace extra characters, to match suggested
388 // select and replace extra characters, to match suggested
401 // select and replace extra characters, to match suggested
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 297 EditType suggested; local
301 suggested = EntityModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE);
302 assertEquals("Unexpected suggestion", typeHome, suggested);
306 suggested = EntityModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE);
307 assertEquals("Unexpected suggestion", typeWork, suggested);
311 suggested = EntityModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE);
312 assertEquals("Unexpected suggestion", typeWork, suggested);
316 suggested = EntityModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE);
317 assertEquals("Unexpected suggestion", typeWork, suggested);
321 suggested = EntityModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE)
    [all...]
  /external/gtest/test/
Android.mk 23 # TODO: Refactor these as 1st class build templates as suggested in
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /external/zlib/
make_vms.com 677 $! All the "brains" of this logic was suggested by Hartmut Becker
  /external/dropbear/libtomcrypt/
crypt.tex 479 printf("Twofish suggested a key size of %d\n", keysize);
484 This should indicate a keysize of sixteen bytes is suggested by storing 16 in \textit{keysize.}
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 821 // TODO(rginda): Maybe chrome should have suggested the correct place
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/genext2fs/
configure 435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/liblzf/
configure 429 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/srtp/
configure 162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/libpng/
configure     [all...]
  /external/strace/
configure 162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/dropbear/
configure 162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/expat/
configure 164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/llvm/
configure 433 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/pcre/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/chromium/third_party/libevent/
configure 455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]
  /external/qemu-pc-bios/bochs/
configure 436 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    [all...]

Completed in 320 milliseconds

1 2