Searched defs:afd (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFactory.java99 AssetFileDescriptor afd = null;
104 afd = res.openRawResourceFd(resId);
107 afd = res.openRawResourceFd(resId);
109 if (afd == null) {
113 if (!isFullDictionary(afd)) return null;
122 sourceDir, afd.getStartOffset(), afd.getLength(), null);
127 if (null != afd) {
129 afd.close();
168 final AssetFileDescriptor afd
209 isFullDictionary(final AssetFileDescriptor afd) argument
[all...]

Completed in 81 milliseconds