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