HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_IS_MOVED (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 186 static final int FLAG_IS_MOVED = 0x40;
BinaryDictInputOutput.java 402 return options.mSupportsDynamicUpdate && ((flags & FormatSpec.FLAG_IS_MOVED) == 1);
    [all...]

Completed in 71 milliseconds