Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java288 mOriginalConnection.getCnapNamePresentation()); in onAddedToCallService()
306 int namePresentation = mOriginalConnection.getCnapNamePresentation(); in updateAddress()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfoUtils.java65 info.namePresentation = call.getCnapNamePresentation(); in buildCallerInfo()
DCall.java654 public int getCnapNamePresentation() { in getCnapNamePresentation() method in Call
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1417 cit.currentInfo.namePresentation = c.getCnapNamePresentation(); in startGetCallerInfo()
1494 cit.currentInfo.namePresentation = c.getCnapNamePresentation(); in startGetCallerInfo()
1532 cit.currentInfo.namePresentation = c.getCnapNamePresentation(); in startGetCallerInfo()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java684 int namePresentation = mOriginalConnection.getCnapNamePresentation(); in updateAddress()