Lines Matching refs:getCall
135 && CallCompat.canPullExternalCall(info.getCall())) { in pullExternalCall()
136 info.getCall().pullExternalCall(); in pullExternalCall()
156 info.getCall(), in showNotifcation()
170 if (notifications.containsKey(info.getCall())) { in showNotifcation()
180 if (notifications.containsKey(info.getCall())) { in showNotifcation()
203 Bitmap largeIcon = getLargeIconToDisplay(context, entry, info.getCall()); in savePhoto()
216 info.setContentTitle(getContentTitle(context, entry, info.getCall())); in saveContactInfo()
217 info.setPersonReference(getPersonReference(entry, info.getCall())); in saveContactInfo()
230 boolean isVideoCall = VideoProfile.isVideo(info.getCall().getDetails().getVideoState()); in postNotification()
248 if (CallCompat.canPullExternalCall(info.getCall())) { in postNotification()
412 public Call getCall() { in getCall() method in ExternalCallNotifier.NotificationInfo