Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java87 private final DialerExecutor<CnapInformationWrapper> cachedNumberLookupExecutor;
89 private static class CachedNumberLookupWorker implements Worker<CnapInformationWrapper, Void> {
92 public Void doInBackground(@Nullable CnapInformationWrapper input) { in doInBackground()
303 private static final class CnapInformationWrapper { class in ContactInfoCache
309 CnapInformationWrapper( in CnapInformationWrapper() method in ContactInfoCache.CnapInformationWrapper
334 new CnapInformationWrapper( in maybeInsertCnapInformationIntoCache()