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

/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java89 private final DialerExecutor<CnapInformationWrapper> cachedNumberLookupExecutor =
92 private static class CachedNumberLookupWorker implements Worker<CnapInformationWrapper, Void> {
95 public Void doInBackground(@Nullable CnapInformationWrapper input) {
300 private static final class CnapInformationWrapper { class in class:ContactInfoCache
306 CnapInformationWrapper( method in class:ContactInfoCache.CnapInformationWrapper
331 new CnapInformationWrapper(

Completed in 34 milliseconds