OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:metadataresourceid
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java
527
final int
metadataResourceId
= context.getResources().getIdentifier("metadata",
529
if (
metadataResourceId
== 0) {
535
inputStream = context.getResources().openRawResource(
metadataResourceId
);
Completed in 92 milliseconds