HomeSort by relevance Sort by last modified time
    Searched defs:isCachedPhotoCurrent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 115 * The {@link #isCachedPhotoCurrent} flag indicates if the image
127 * The {@link #isCachedPhotoCurrent} flag indicates if the image
136 public boolean isCachedPhotoCurrent;
162 info.isCachedPhotoCurrent = false;
617 .append("\nisCachedPhotoCurrent: " + isCachedPhotoCurrent)
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 113 * The {@link #isCachedPhotoCurrent} flag indicates if the image
125 * The {@link #isCachedPhotoCurrent} flag indicates if the image
134 public boolean isCachedPhotoCurrent;
160 info.isCachedPhotoCurrent = false;
617 .append("\nisCachedPhotoCurrent: " + isCachedPhotoCurrent)

Completed in 30 milliseconds