Home | History | Annotate | Download | only in telecom

Lines Matching refs:photoIcon

159                         int token, Drawable photo, Bitmap photoIcon, Object cookie) {
161 ((Call) cookie).setPhoto(photo, photoIcon, token);
1160 * @param photoIcon The photo as a small icon.
1163 private void setPhoto(Drawable photo, Bitmap photoIcon, int token) {
1166 mCallerInfo.cachedPhotoIcon = photoIcon;