OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refreshShortcut
(Results
1 - 5
of
5
) 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);
GoogleSuggestionProvider.java
85
return new SuggestionCursorBackedCursor(mSource.
refreshShortcut
(shortcutId, 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 932 milliseconds