OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refreshShortcut
(Results
1 - 4
of
4
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSource.java
27
SuggestionCursor
refreshShortcut
(String shortcutId, String extraData);
AbstractGoogleSource.java
52
public abstract SuggestionCursor
refreshShortcut
(String shortcutId, String extraData);
GoogleSuggestClient.java
143
public SuggestionCursor
refreshShortcut
(String shortcutId, String oldExtraData) {
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java
109
return
refreshShortcut
(uri);
147
private Cursor
refreshShortcut
(Uri uri) {
Completed in 84 milliseconds