OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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