Searched refs:mSuggestText2Id (Results 1 – 1 of 1) sorted by relevance
464 private int mSuggestText2Id; field in BrowserProvider.MySuggestionCursor485 mSuggestText2Id = -1; in MySuggestionCursor()492 mSuggestText2Id = mSuggestCursor.getColumnIndex( in MySuggestionCursor()593 if (mSuggestText2Id == -1) return null; in getString()594 return mSuggestCursor.getString(mSuggestText2Id); in getString()