Home | History | Annotate | Download | only in widget

Lines Matching refs:mCookie

75     final int mCookie;
114 mCookie = hashCode();
300 textInfos[textInfosCount++] = new TextInfo(word, mCookie, mIds[i]);
303 + ", cookie = " + mCookie + ", seq = "
329 if (suggestionsInfo == null || suggestionsInfo.getCookie() != mCookie) {