Home
last modified time | relevance | path

Searched refs:mRemoteFilename (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java131 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename); in execute()
139 final Uri uri = Uri.parse(mWordList.mRemoteFilename + disambiguator); in execute()
327 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mRawChecksum, in execute()
377 "", mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mRawChecksum, in execute()
419 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mRawChecksum, in execute()
DWordListMetadata.java36 public final String mRemoteFilename; field in WordListMetadata
65 mRemoteFilename = remoteFilename; in WordListMetadata()
120 sb.append("\nRemoteFilename : ").append(mRemoteFilename); in toString()