Searched refs:cnapName (Results 1 – 4 of 4) sorted by relevance
105 if (mCachedNumberLookupService == null || TextUtils.isEmpty(info.cnapName) in maybeInsertCnapInformationIntoCache()118 contactInfo.name = info.cnapName; in maybeInsertCnapInformationIntoCache()453 } else if (!TextUtils.isEmpty(info.cnapName)) { in populateCacheEntry()455 displayName = info.cnapName; in populateCacheEntry()456 info.name = info.cnapName; in populateCacheEntry()
57 info.cnapName = call.getCnapName(); in buildCallerInfo()58 info.name = info.cnapName; in buildCallerInfo()
82 public String cnapName; field in CallerInfo528 .append("\ncnapName: " + cnapName) in toString()
1443 cit.currentInfo.cnapName = c.getCnapName(); in startGetCallerInfo()1444 cit.currentInfo.name = cit.currentInfo.cnapName; // This can still get overwritten in startGetCallerInfo()1452 + cit.currentInfo.cnapName in startGetCallerInfo()1520 cit.currentInfo.cnapName = c.getCnapName(); in startGetCallerInfo()1522 cit.currentInfo.name = cit.currentInfo.cnapName; in startGetCallerInfo()1536 + cit.currentInfo.cnapName in startGetCallerInfo()1558 cit.currentInfo.cnapName = c.getCnapName(); // This can still get in startGetCallerInfo()1560 cit.currentInfo.name = cit.currentInfo.cnapName; in startGetCallerInfo()1566 + cit.currentInfo.cnapName in startGetCallerInfo()