Searched refs:mWordLists (Results 1 – 1 of 1) sorted by relevance
116 final WordListInfo[] mWordLists; field in DictionaryProvider.ResourcePathCursor124 mWordLists = wordLists.toArray(new WordListInfo[0]); in ResourcePathCursor()135 return mWordLists.length; in getCount()146 case 0: return mWordLists[mPos].mId; in getString()147 case 1: return mWordLists[mPos].mLocale; in getString()148 case 2: return mWordLists[mPos].mRawChecksum; in getString()155 if (mPos >= mWordLists.length) return true; in isNull()