Searched refs:mSuggestQueryId (Results 1 – 1 of 1) sorted by relevance
466 private int mSuggestQueryId; field in BrowserProvider.MySuggestionCursor487 mSuggestQueryId = -1; in MySuggestionCursor()496 mSuggestQueryId = mSuggestCursor.getColumnIndex( in MySuggestionCursor()637 if (mSuggestQueryId == -1) return null; in getString()638 return mSuggestCursor.getString(mSuggestQueryId); in getString()