Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java319 int namePresentation = mOriginalConnection.getCnapNamePresentation(); in updateAddress() local
321 namePresentation != getCallerDisplayNamePresentation()) { in updateAddress()
324 setCallerDisplayName(name, namePresentation); in updateAddress()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java92 public int namePresentation; field in CallerInfo
526 .append("\nnamePresentation: " + namePresentation) in toString()
DCallerInfoUtils.java87 info.namePresentation = call.getCnapNamePresentation(); in buildCallerInfo()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java833 cit.currentInfo.namePresentation = c.getCnapNamePresentation(); in startGetCallerInfo()
910 cit.currentInfo.namePresentation = c.getCnapNamePresentation(); in startGetCallerInfo()
948 cit.currentInfo.namePresentation = c.getCnapNamePresentation(); in startGetCallerInfo()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1119 int namePresentation = mOriginalConnection.getCnapNamePresentation(); in updateAddress() local
1121 namePresentation != getCallerDisplayNamePresentation()) { in updateAddress()
1123 setCallerDisplayName(name, namePresentation); in updateAddress()