Searched refs:REFRESH_SHORTCUT (Results 1 - 1 of 1) sorted by relevance

/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
H A DDictionaryProvider.java49 private static final int REFRESH_SHORTCUT = 3; field in class:DictionaryProvider
70 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT, REFRESH_SHORTCUT);
71 matcher.addURI(AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT + "/*", REFRESH_SHORTCUT);
108 case REFRESH_SHORTCUT:
179 case REFRESH_SHORTCUT:

Completed in 63 milliseconds