Searched refs:mContactPhoto (Results 1 – 2 of 2) sorted by relevance
91 private QuickContactBadge mContactPhoto; field in CallSubjectDialog291 mContactPhoto = (QuickContactBadge) findViewById(R.id.contact_photo); in onCreate()321 mContactPhoto.setVisibility(View.GONE); in updateContactInfo()392 mContactPhoto.assignContactUri(contactUri); in setPhoto()394 mContactPhoto.setOverlay(null); in setPhoto()414 ContactPhotoManager.getInstance(this).loadPhoto(mContactPhoto, photoUri, in setPhoto()417 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()