HomeSort by relevance Sort by last modified time
    Searched refs:mRemoteFilename (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 35 public final String mRemoteFilename;
62 mRemoteFilename = remoteFilename;
115 sb.append("\nRemoteFilename : ").append(mRemoteFilename);
ActionBatch.java 137 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename);
148 final Uri uri = Uri.parse(mWordList.mRemoteFilename + disambiguator);
341 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mChecksum,
390 "", mWordList.mRemoteFilename, mWordList.mLastUpdate,
432 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mChecksum,

Completed in 105 milliseconds