Searched refs:mContactPhoto (Results 1 – 2 of 2) sorted by relevance
91 private QuickContactBadge mContactPhoto; field in CallSubjectDialog292 mContactPhoto = (QuickContactBadge) findViewById(R.id.contact_photo); in onCreate()322 mContactPhoto.setVisibility(View.GONE); in updateContactInfo()393 mContactPhoto.assignContactUri(contactUri); in setPhoto()395 mContactPhoto.setOverlay(null); in setPhoto()415 ContactPhotoManager.getInstance(this).loadPhoto(mContactPhoto, photoUri, in setPhoto()418 ContactPhotoManager.getInstance(this).loadThumbnail(mContactPhoto, photoId, in setPhoto()
81 private QuickContactBadge mContactPhoto; field in CallSubjectDialog294 mContactPhoto = (QuickContactBadge) findViewById(R.id.contact_photo); in onCreate()322 mContactPhoto, mContactUri, mPhotoID, mPhotoUri, mNameOrNumber, mContactType); in updateContactInfo()324 mContactPhoto.setVisibility(View.GONE); in updateContactInfo()