OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRemoteFilename
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java
38
public final String
mRemoteFilename
;
70
mRemoteFilename
= remoteFilename;
128
sb.append("\nRemoteFilename : ").append(
mRemoteFilename
);
ActionBatch.java
130
DebugLogUtils.l("Upgrade word list, downloading", mWordList.
mRemoteFilename
);
138
final Uri uri = Uri.parse(mWordList.
mRemoteFilename
+ disambiguator);
313
mWordList.
mRemoteFilename
, mWordList.mLastUpdate, mWordList.mRawChecksum,
364
mWordList.
mRemoteFilename
, mWordList.mLastUpdate,
406
mWordList.
mRemoteFilename
, mWordList.mLastUpdate, mWordList.mRawChecksum,
UpdateHandler.java
[
all
...]
Completed in 53 milliseconds