Searched refs:lookupInternal (Results 1 – 2 of 2) sorted by relevance
372 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
102 return backgroundExecutorService.submit(() -> lookupInternal(dialerPhoneNumber)); in lookup()105 private Cp2Info lookupInternal(DialerPhoneNumber dialerPhoneNumber) { in lookupInternal() method in Cp2DefaultDirectoryPhoneLookup