Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DFrequentContactsCursorBuilder.java89 final SimpleArrayMap<String, Integer> lookupKeyToRankMap = in build() local
97 lookupKeyToRankMap.put(lookupKey, rank++); in build()
111 if (lookupKeyToRankMap.containsKey(lookupKey)) { in build()
141 Assert.isTrue(lookupKeyToRankMap.containsKey(lookupKeyLhs) && in build()
142 lookupKeyToRankMap.containsKey(lookupKeyRhs)); in build()
143 final int rankLhs = lookupKeyToRankMap.get(lookupKeyLhs); in build()
144 final int rankRhs = lookupKeyToRankMap.get(lookupKeyRhs); in build()