HomeSort by relevance Sort by last modified time
    Searched refs:mShortcutId (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SourceShortcutRefresher.java 111 private final String mShortcutId;
123 mShortcutId = shortcutId;
134 SuggestionCursor refreshed = mSource.refreshShortcut(mShortcutId, mExtraData);
140 markShortcutRefreshed(mSource, mShortcutId);
141 mListener.onShortcutRefreshed(mSource, mShortcutId, refreshed);
SuggestionData.java 38 private String mShortcutId;
90 return mShortcutId;
192 mShortcutId = shortcutId;
231 result = prime * result + ((mShortcutId == null) ? 0 : mShortcutId.hashCode());
284 if (mShortcutId == null) {
285 if (other.mShortcutId != null)
287 } else if (!mShortcutId.equals(other.mShortcutId))
326 appendField(builder, "shortcutid", mShortcutId);
    [all...]

Completed in 39 milliseconds