Home
last modified time | relevance | path

Searched refs:getNumberPresentation (Results 1 – 11 of 11) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCallLogger.java176 int presentation = conn.getNumberPresentation(); in getLogNumber()
202 presentation = conn.getNumberPresentation(); in getPresentation()
206 conn.getNumberPresentation()); in getPresentation()
DPhoneUtils.java1416 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo()
1493 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo()
1531 cit.currentInfo.numberPresentation = c.getNumberPresentation(); in startGetCallerInfo()
1599 ci.numberPresentation = conn.getNumberPresentation();
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java189 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED && in addNewUnknownCall()
228 if (connection.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED && in sendIncomingCallIntent()
DTelephonyConnection.java676 int presentation = mOriginalConnection.getNumberPresentation(); in updateAddress()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCallLogInteraction.java171 public Integer getNumberPresentation() { in getNumberPresentation() method in CallLogInteraction
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactInfoCache.java109 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation(), in buildCacheEntryFromCall()
217 int presentationMode = call.getNumberPresentation(); in findInfoQueryComplete()
DCallerInfoUtils.java64 info.numberPresentation = call.getNumberPresentation(); in buildCallerInfo()
DCall.java650 public int getNumberPresentation() { in getNumberPresentation() method in Call
DStatusBarNotifier.java509 call.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED) { in getContentString()
DCallCardPresenter.java1118 call.getNumberPresentation() == TelecomManager.PRESENTATION_ALLOWED && in shouldShowCallSubject()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java298 int presentation = mOriginalConnection.getNumberPresentation(); in updateAddress()