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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java323 this(version, false /* hasTimestamp */);
326 public FormatOptions(final int version, final boolean hasTimestamp) { argument
328 mHasTimestamp = hasTimestamp;

Completed in 58 milliseconds