Home | History | Annotate | Download | only in phone

Lines Matching refs:info

84     // The main block of info about the "primary" or "active" call,
93 // Info about the "secondary" call, which is the "call on hold" when
178 // "Caller info" area, including photo / name / phone numbers / etc
187 // "Other call" info area
207 // type of the CallCard, load up the main caller info area, and
267 // Display the background call in the main info area of the
306 // Display caller-id info and photo from the incoming call:
309 // And even in the Call Waiting case, *don't* show any info about
311 // (Since the caller-id info for the incoming call totally trumps
312 // any info about the current call(s) in progress.)
332 * Updates the main block of caller info on the CallCard
396 // with whatever (stale) info we can get from the
409 // Update onscreen info for a conference call.
412 // Update onscreen info for a regular call (which presumably
430 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null /* conn */);
431 updateDisplayForPerson(info, Connection.PRESENTATION_ALLOWED, false, call);
453 CallerInfo info = null;
455 info = ((PhoneUtils.CallerInfoToken) o).currentInfo;
457 info = (CallerInfo) o;
460 if (info != null) {
461 if (updatedNumber != null && !updatedNumber.equals(info.phoneNumber)) {
466 if (updatedCnapName != null && !updatedCnapName.equals(info.cnapName)) {
476 PhoneUtils.CallerInfoToken info =
478 updateDisplayForPerson(info.currentInfo, presentation, !info.isFinal, call);
506 // the CallCard is probably displaying stale info
605 // set in all states. (Then, given that info, refactor the code
794 * Updates the "on hold" box in the "other call" info area
867 // and hence we display the first callers/party's info here.
875 CallerInfo info = infoToken.currentInfo;
877 String name = PhoneUtils.getCompactNameFromCallerInfo(info, getContext());
879 if (info != null && info.numberPresentation !=
881 name = getPresentationString(info.numberPresentation);
893 showCachedImage(mSecondaryCallPhoto, info);
917 // call" info area.
935 // Hide the entire "secondary call" info area.
1002 private void updateDisplayForPerson(CallerInfo info,
1006 if (DBG) log("updateDisplayForPerson(" + info + ")\npresentation:" +
1010 mPhotoTracker.setPhotoRequest(info);
1020 if (info != null) {
1034 if (TextUtils.isEmpty(info.name)) {
1035 if (TextUtils.isEmpty(info.phoneNumber)) {
1042 } else if (!TextUtils.isEmpty(info.cnapName)) {
1043 name = info.cnapName;
1044 info.name = info.cnapName;
1045 displayNumber = info.phoneNumber;
1047 name = info.phoneNumber;
1056 name = info.name;
1057 displayNumber = info.phoneNumber;
1058 label = info.phoneLabel;
1061 personUri = ContentUris.withAppendedId(Contacts.CONTENT_URI, info.person_id);
1083 if (isTemporary && (info == null || !info.isCachedPhotoCurrent)) {
1085 } else if (info != null && info.photoResource != 0){
1086 showImage(mPhoto, info.photoResource);
1087 info)) {
1091 info, 0, this, call, getContext(), mPhoto, personUri, R.drawable.picture_unknown);
1187 // see that info without having to click "Manage conference". We
1188 // probably have enough space to show info for 2 people, at least.
1248 // caller info, then we can just use that instead of requesting
1401 * and also the info areas for "ongoing" or "on hold" calls in some