Searched refs:mSuggestText1Id (Results 1 – 1 of 1) sorted by relevance
463 private int mSuggestText1Id; field in BrowserProvider.MySuggestionCursor484 mSuggestText1Id = -1; in MySuggestionCursor()490 mSuggestText1Id = mSuggestCursor.getColumnIndex( in MySuggestionCursor()583 if (mSuggestText1Id == -1) return null; in getString()584 return mSuggestCursor.getString(mSuggestText1Id); in getString()