Home
last modified time | relevance | path

Searched defs:bigramProbabilities (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java413 final HashMap<Pair<String, String>, Integer> bigramProbabilities = new HashMap<>(); in testRandomlyAddBigramWords() local
636 final HashMap<Pair<String, String>, Integer> bigramProbabilities = new HashMap<>(); in testAddBigramWordsAndFlashWithGC() local
713 final HashMap<Pair<String, String>, Integer> bigramProbabilities = new HashMap<>(); in testRandomOperationsAndFlashWithGC() local
931 final HashMap<Pair<String, String>, Integer> bigramProbabilities = new HashMap<>(); in testAddMultipleDictionaryEntries() local
1005 final HashMap<Pair<String, String>, Integer> bigramProbabilities = new HashMap<>(); in testGetWordProperties() local
1399 final HashMap<Pair<String, String>, Integer> bigramProbabilities = new HashMap<>(); in testLargeDictMigration() local