Searched refs:callerInfoPhoto (Results 1 – 1 of 1) sorted by relevance
79 public final Drawable callerInfoPhoto; field in DisconnectedCallNotifier.CallInfo84 Drawable callerInfoPhoto, String callerInfoName, boolean isEmergency) { in CallInfo() argument89 this.callerInfoPhoto = callerInfoPhoto; in CallInfo()102 ", callerInfoPhoto=" + callerInfoPhoto + in toString()232 if (call.callerInfoPhoto instanceof BitmapDrawable) { in showDisconnectedNotification()233 builder.setLargeIcon(((BitmapDrawable) call.callerInfoPhoto).getBitmap()); in showDisconnectedNotification()