Searched refs:getUniqueKey (Results 1 – 2 of 2) sorted by relevance
28 public abstract @Nonnull Key getUniqueKey(@Nonnull Key key); in getUniqueKey() method in UniqueKeysCache39 public Key getUniqueKey(Key key) { return key; }67 public Key getUniqueKey(final Key key) { in getUniqueKey() method in UniqueKeysCache.UniqueKeysCacheImpl
120 final Key key = mUniqueKeysCache.getUniqueKey(newKey); in onAddKey()152 mSortedKeys.add(mUniqueKeysCache.getUniqueKey(filteredKey)); in removeRedundantMoreKeys()