Searched defs:showCachedImage (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCallCard.java804 showCachedImage(mSecondaryCallPhoto, infoToken.currentInfo);
856 showCachedImage(mSecondaryCallPhoto, info);
1112 } else if (!showCachedImage(mPhoto, info)) {
1301 if (!showCachedImage(mPhoto, ci) && (mPhotoTracker.getPhotoState() ==
1330 private static final boolean showCachedImage(ImageView view, CallerInfo ci) { method in class:CallCard

Completed in 157 milliseconds