Searched refs:mRemoteFilename (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | WordListMetadata.java | 38 public final String mRemoteFilename; field in WordListMetadata 70 mRemoteFilename = remoteFilename; in WordListMetadata() 128 sb.append("\nRemoteFilename : ").append(mRemoteFilename); in toString()
|
D | ActionBatch.java | 130 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()
|
D | UpdateHandler.java | 797 if (TextUtils.equals(newInfo.mRemoteFilename, currentInfo.mRemoteFilename)) { in compareMetadataForUpgrade()
|