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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
ProbabilityInfo.java 48 this(probability, BinaryDictionary.NOT_A_VALID_TIMESTAMP, 0, 0);
60 return mTimestamp != BinaryDictionary.NOT_A_VALID_TIMESTAMP;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 105 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
157 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
163 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
UserBinaryDictionary.java 210 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
BinaryDictionary.java 72 public static final int NOT_A_VALID_TIMESTAMP = -1;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 161 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
180 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */);
186 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */);
193 probability, BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */);
    [all...]

Completed in 148 milliseconds