Home
last modified time | relevance | path

Searched refs:getCallerDisplayNamePresentation (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java204 String callerDisplayName = call.getCallerDisplayNamePresentation() == in toParcelableCall()
242 call.getCallerDisplayNamePresentation(), in toParcelableCall()
DCall.java1090 public int getCallerDisplayNamePresentation() { in getCallerDisplayNamePresentation() method in Call
1745 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); in handleCreateConnectionSuccess()
DCallsManager.java3556 connection.getCallerDisplayNamePresentation());
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java694 mConferenceHost.getCallerDisplayNamePresentation()); in setConferenceHost()
927 entry.getCallerDisplayNamePresentation()); in startEmulatingSinglePartyCall()
DTelephonyConnection.java1121 namePresentation != getCallerDisplayNamePresentation()) { in updateAddress()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java321 namePresentation != getCallerDisplayNamePresentation()) { in updateAddress()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java180 if (call.getCallerDisplayNamePresentation() == TelecomManager.PRESENTATION_ALLOWED) { in getNotificationName()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java916 return telecomCall == null ? -1 : telecomCall.getDetails().getCallerDisplayNamePresentation(); in getCnapNamePresentation()