Searched refs:mShortcutId (Results 1 – 1 of 1) sorted by relevance
38 private String mShortcutId; field in SuggestionData90 return mShortcutId; in getShortcutId()192 mShortcutId = shortcutId; in setShortcutId()231 result = prime * result + ((mShortcutId == null) ? 0 : mShortcutId.hashCode()); in hashCode()284 if (mShortcutId == null) { in equals()285 if (other.mShortcutId != null) in equals()287 } else if (!mShortcutId.equals(other.mShortcutId)) in equals()326 appendField(builder, "shortcutid", mShortcutId); in toString()