Lines Matching refs:cnapName
99 contactInfo.name = input.cnapName; in doInBackground()
199 if (TextUtils.isEmpty(number) && TextUtils.isEmpty(info.cnapName)) { in populateCacheEntry()
210 } else if (!TextUtils.isEmpty(info.cnapName)) { in populateCacheEntry()
212 displayName = info.cnapName; in populateCacheEntry()
213 info.name = info.cnapName; in populateCacheEntry()
305 final String cnapName; field in ContactInfoCache.CnapInformationWrapper
310 String number, String cnapName, Context context, CachedNumberLookupService service) { in CnapInformationWrapper() argument
312 this.cnapName = cnapName; in CnapInformationWrapper()
327 || TextUtils.isEmpty(info.cnapName) in maybeInsertCnapInformationIntoCache()
335 call.getNumber(), info.cnapName, context, cachedNumberLookupService)); in maybeInsertCnapInformationIntoCache()
508 CallerInfo callerInfo, String cnapName, boolean isIncoming) { in maybeUpdateFromCequintCallerId() argument
517 context, callerInfo.phoneNumber, cnapName, isIncoming); in maybeUpdateFromCequintCallerId()
780 final String cnapName; field in ContactInfoCache.DialerCallCookieWrapper
782 DialerCallCookieWrapper(String callId, int numberPresentation, String cnapName) { in DialerCallCookieWrapper() argument
785 this.cnapName = cnapName; in DialerCallCookieWrapper()
807 maybeUpdateFromCequintCallerId(ci, cw.cnapName, isIncoming); in onDataLoaded()