HomeSort by relevance Sort by last modified time
    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