Searched refs:NOT_A_VALID_TIMESTAMP (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DProbabilityInfo.java48 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/
H A DContactsBinaryDictionary.java105 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
157 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
163 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
H A DUserBinaryDictionary.java210 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
H A DBinaryDictionary.java72 public static final int NOT_A_VALID_TIMESTAMP = -1; field in class:BinaryDictionary
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java161 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 */);
714 BinaryDictionary.NOT_A_VALID_TIMESTAMP);
870 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */);
874 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */);
877 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */);

Completed in 57 milliseconds