Searched refs:firstDefaultCp2Contact (Results 1 – 1 of 1) sorted by relevance
92 @Nullable private final Cp2ContactInfo firstDefaultCp2Contact; field in PhoneLookupInfoConsolidator98 this.firstDefaultCp2Contact = getFirstContactInDefaultDirectory(); in PhoneLookupInfoConsolidator()159 return Assert.isNotNull(firstDefaultCp2Contact).getName(); in getName()188 return Assert.isNotNull(firstDefaultCp2Contact).getPhotoThumbnailUri(); in getPhotoThumbnailUri()214 return Assert.isNotNull(firstDefaultCp2Contact).getPhotoUri(); in getPhotoUri()238 return Math.max(Assert.isNotNull(firstDefaultCp2Contact).getPhotoId(), 0); in getPhotoId()261 return Assert.isNotNull(firstDefaultCp2Contact).getLookupUri(); in getLookupUri()288 return Assert.isNotNull(firstDefaultCp2Contact).getLabel(); in getNumberLabel()423 return Assert.isNotNull(firstDefaultCp2Contact).getCanSupportCarrierVideoCall(); in canSupportCarrierVideoCall()466 if (firstDefaultCp2Contact != null && !firstDefaultCp2Contact.getName().isEmpty()) { in selectNameSource()