HomeSort by relevance Sort by last modified time
    Searched defs:GET_WORD (Results 1 - 2 of 2) sorted by null

  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 47 private static final int GET_WORD = 1;
59 matcher.addURI(AUTHORITY, "dictionary/#", GET_WORD);
106 case GET_WORD:
175 case GET_WORD:
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 176 * To get words from the list, use {@code GET_WORD} event.
185 public static final int GET_WORD = 0xF0000018;

Completed in 46 milliseconds