OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShortcutId
(Results
1 - 11
of
11
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestion.java
33
String
getShortcutId
();
AbstractSuggestionWrapper.java
30
public String
getShortcutId
() {
31
return current().
getShortcutId
();
SourceShortcutRefresher.java
54
String shortcutId = shortcut.
getShortcutId
();
CursorBackedSuggestionCursor.java
164
public String
getShortcutId
() {
ShortcutCursor.java
128
if (shortcutId.equals(
getShortcutId
()) && source.equals(getSuggestionSource())) {
SuggestionCursorBackedCursor.java
148
return get().
getShortcutId
();
ShortcutRepositoryImplLog.java
312
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
());
[
all
...]
SuggestionData.java
89
public String
getShortcutId
() {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java
90
public String
getShortcutId
() {
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java
156
assertFieldEquals(message, "shortcutId", expected.
getShortcutId
(),
157
observed.
getShortcutId
());
200
&& equal(expected.
getShortcutId
(), observed.
getShortcutId
())
ShortcutRepositoryTest.java
587
invalidateShortcut(APP_SOURCE, mApp1.
getShortcutId
());
[
all
...]
Completed in 28 milliseconds