Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java372 if (!lookupInternal(key, mActiveHashStart)) { in insert()
384 if (!lookupInternal(key, mActiveHashStart)) { in clearEntry()
444 if (lookupInternal(req.key, mActiveHashStart)) { in lookup()
456 if (lookupInternal(req.key, mInactiveHashStart)) { in lookup()
550 private boolean lookupInternal(long key, int hashStart) { in lookupInternal() method in BlobCache
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DCp2DefaultDirectoryPhoneLookup.java102 return backgroundExecutorService.submit(() -> lookupInternal(dialerPhoneNumber)); in lookup()
105 private Cp2Info lookupInternal(DialerPhoneNumber dialerPhoneNumber) { in lookupInternal() method in Cp2DefaultDirectoryPhoneLookup