Home | History | Annotate | Download | only in incallui

Lines Matching refs:getCall

132           && CallCompat.canPullExternalCall(info.getCall())) {
133 info.getCall().pullExternalCall();
153 info.getCall(),
167 if (mNotifications.containsKey(info.getCall())) {
177 if (mNotifications.containsKey(info.getCall())) {
215 Bitmap largeIcon = getLargeIconToDisplay(mContext, entry, info.getCall());
228 info.setContentTitle(getContentTitle(mContext, mContactsPreferences, entry, info.getCall()));
229 info.setPersonReference(getPersonReference(entry, info.getCall()));
242 boolean isVideoCall = VideoProfile.isVideo(info.getCall().getDetails().getVideoState());
260 if (CallCompat.canPullExternalCall(info.getCall())) {
446 public Call getCall() {