Searched refs:ContactPhotoLoader (Results 1 – 3 of 3) sorted by relevance
48 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, new ContactInfo()); in testConstructor()53 ContactPhotoLoader loader = new ContactPhotoLoader(null, new ContactInfo()); in testConstructor_NullContext()62 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, null); in testConstructor_NullContactInfo()72 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, info); in testGetIcon_Photo()79 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, info); in testGetIcon_Photo_Invalid()86 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, info); in testGetIcon_LetterTile()
44 public class ContactPhotoLoader { class51 public ContactPhotoLoader(Context context, ContactInfo contactInfo) { in ContactPhotoLoader() method in ContactPhotoLoader
35 import com.android.dialer.contactinfo.ContactPhotoLoader;117 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, contactInfo); in updateMissedCallNotification()