Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DWordListMetadata.java38 public final String mRemoteFilename; field in WordListMetadata
70 mRemoteFilename = remoteFilename; in WordListMetadata()
128 sb.append("\nRemoteFilename : ").append(mRemoteFilename); in toString()
DActionBatch.java130 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename); in execute()
138 final Uri uri = Uri.parse(mWordList.mRemoteFilename + disambiguator); in execute()
313 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mRawChecksum, in execute()
364 mWordList.mRemoteFilename, mWordList.mLastUpdate, in execute()
406 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mRawChecksum, in execute()
DUpdateHandler.java797 if (TextUtils.equals(newInfo.mRemoteFilename, currentInfo.mRemoteFilename)) { in compareMetadataForUpgrade()