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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestion.java33 String getShortcutId(); method in interface:Suggestion
H A DAbstractSuggestionWrapper.java30 public String getShortcutId() { method in class:AbstractSuggestionWrapper
31 return current().getShortcutId();
H A DSourceShortcutRefresher.java54 String shortcutId = shortcut.getShortcutId();
H A DCursorBackedSuggestionCursor.java164 public String getShortcutId() { method in class:CursorBackedSuggestionCursor
H A DShortcutCursor.java128 if (shortcutId.equals(getShortcutId()) && source.equals(getSuggestionSource())) {
H A DSuggestionCursorBackedCursor.java148 return get().getShortcutId();
H A DShortcutRepositoryImplLog.java312 suggestion.getShortcutId());
423 if (DBG) Log.d(TAG, "shortcut " + getShortcutId() + " refreshing");
426 if (DBG) Log.d(TAG, "shortcut " + getShortcutId() + " NOT refreshing");
571 cv.put(Shortcuts.shortcut_id.name(), suggestion.getShortcutId());
645 if (SearchManager.SUGGEST_NEVER_MAKE_SHORTCUT.equals(suggestion.getShortcutId())) {
659 suggestion.getShortcutId());
H A DSuggestionData.java89 public String getShortcutId() { method in class:SuggestionData
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSourceResult.java90 public String getShortcutId() { method in class:AbstractGoogleSourceResult
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSuggestionCursorUtil.java156 assertFieldEquals(message, "shortcutId", expected.getShortcutId(),
157 observed.getShortcutId());
200 && equal(expected.getShortcutId(), observed.getShortcutId())
H A DShortcutRepositoryTest.java587 invalidateShortcut(APP_SOURCE, mApp1.getShortcutId());

Completed in 78 milliseconds