Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DAbstractCacheTest.java67 final Object cachedKey = new Object(); in testGetAllPresent_cached() local
72 return cachedKey.equals(key) ? cachedValue : null; in testGetAllPresent_cached()
77 ImmutableMap.of(cachedKey, cachedValue), in testGetAllPresent_cached()
78 cache.getAllPresent(ImmutableList.of(cachedKey, new Object()))); in testGetAllPresent_cached()
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
DInlineDexmakerMockMaker.java379 private StrongKey cachedKey;
412 if (cachedKey == null) {
413 cachedKey = new StrongKey();
416 cachedKey.obj = obj;
417 StrongKey newKey = cachedKey;
418 cachedKey = null;
431 cachedKey = key;