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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java116 public Drawable cachedPhoto; field in class:CallerInfo
119 * resolution than {@link #cachedPhoto} and thus more suitable for
122 * In usual cases this is just down-scaled image of {@link #cachedPhoto}.
130 * Boolean which indicates if {@link #cachedPhoto} and
159 info.cachedPhoto = null;
617 .append("\ncachedPhoto: " + cachedPhoto)

Completed in 137 milliseconds