Searched refs:mDictionary (Results 1 – 1 of 1) sorted by relevance
43 private DictionaryDatabase mDictionary; field in DictionaryProvider77 mDictionary = new DictionaryDatabase(getContext()); in onCreate()125 return mDictionary.getWordMatches(query, columns); in getSuggestions()135 return mDictionary.getWordMatches(query, columns); in search()144 return mDictionary.getWord(rowId, columns); in getWord()163 return mDictionary.getWord(rowId, columns); in refreshShortcut()