Home
last modified time | relevance | path

Searched refs:currentInfo (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java707 ((CallerInfoToken) userDataObject).currentInfo.contactRefUri = in placeCall()
1382 info = ((CallerInfoToken) userDataObject).currentInfo; in getCallerInfo()
1415 public CallerInfo currentInfo; field in PhoneUtils.CallerInfoToken
1494 cit.currentInfo = new CallerInfo(); in startGetCallerInfo()
1526 cit.currentInfo = new CallerInfo(); in startGetCallerInfo()
1530 cit.currentInfo.cnapName = c.getCnapName(); in startGetCallerInfo()
1531 cit.currentInfo.name = cit.currentInfo.cnapName; // This can still get overwritten in startGetCallerInfo()
1533 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo()
1534 cit.currentInfo.namePresentation = c.getCnapNamePresentation(); in startGetCallerInfo()
1539 + cit.currentInfo.cnapName in startGetCallerInfo()
[all …]
DCallCard.java553 ((PhoneUtils.CallerInfoToken) o).currentInfo); in displayMainCallStatus()
566 info = ((PhoneUtils.CallerInfoToken) o).currentInfo; in displayMainCallStatus()
589 updateDisplayForPerson(info.currentInfo, presentation, !info.isFinal, in displayMainCallStatus()
608 CallerInfo ci = ((PhoneUtils.CallerInfoToken) o).currentInfo; in displayMainCallStatus()
685 updateDisplayForPerson(cit.currentInfo, presentation, false, call, conn); in onQueryComplete()
971 PhoneUtils.getCompactNameFromCallerInfo(infoToken.currentInfo, in displaySecondaryCallStatus()
981 showCachedImage(mSecondaryCallPhoto, infoToken.currentInfo); in displaySecondaryCallStatus()
1016 CallerInfo info = infoToken.currentInfo; in displaySecondaryCallStatus()
1507 ci = ((PhoneUtils.CallerInfoToken) o).currentInfo; in updatePhotoForCallState()
DCallNotifier.java570 onQueryComplete(0, this, cit.currentInfo); in startIncomingCallQuery()
1831 ci = ((PhoneUtils.CallerInfoToken) o).currentInfo; in onCdmaCallWaitingReject()
1900 CallerInfo ci = info.currentInfo; in showMissedCallNotification()
2092 ci = ((PhoneUtils.CallerInfoToken) o).currentInfo; in getCallerInfoFromConnection()
DManageConferenceUtils.java262 displayCallerInfoForConferenceRow(info.currentInfo, connection.getNumberPresentation(), in updateManageConferenceRow()
DNotificationMgr.java905 callerInfo = ((PhoneUtils.CallerInfoToken) o).currentInfo; in updateInCallNotification()
1013 expandedViewLine2 = PhoneUtils.getCompactNameFromCallerInfo(cit.currentInfo, mContext); in updateInCallNotification()