Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsBinaryDictionary.java105 BinaryDictionary.NOT_A_VALID_TIMESTAMP); in loadDeviceAccountsEmailAddressesLocked()
157 BinaryDictionary.NOT_A_VALID_TIMESTAMP); in addNameLocked()
163 BinaryDictionary.NOT_A_VALID_TIMESTAMP); in addNameLocked()
DUserBinaryDictionary.java210 BinaryDictionary.NOT_A_VALID_TIMESTAMP); in addWordsLocked()
DBinaryDictionary.java72 public static final int NOT_A_VALID_TIMESTAMP = -1; field in BinaryDictionary
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java175 BinaryDictionary.NOT_A_VALID_TIMESTAMP); in testAddTooLongWord()
194 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */); in addUnigramWord()
200 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */); in addBigramWords()
207 probability, BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */); in addTrigramEntry()
740 BinaryDictionary.NOT_A_VALID_TIMESTAMP); in testGetWordProperties()
899 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */); in testBeginningOfSentence()
903 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */); in testBeginningOfSentence()
906 BinaryDictionary.NOT_A_VALID_TIMESTAMP /* timestamp */); in testBeginningOfSentence()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DProbabilityInfo.java48 this(probability, BinaryDictionary.NOT_A_VALID_TIMESTAMP, 0, 0); in ProbabilityInfo()
60 return mTimestamp != BinaryDictionary.NOT_A_VALID_TIMESTAMP; in hasHistoricalInfo()