Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java196 String callerDisplayName = call.getCallerDisplayNamePresentation() == in toParcelableCall()
239 .setCallerDisplayNamePresentation(call.getCallerDisplayNamePresentation()) in toParcelableCall()
DCall.java1404 public int getCallerDisplayNamePresentation() { in getCallerDisplayNamePresentation() method in Call
2227 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); in handleCreateConnectionSuccess()
DCallsManager.java4488 connection.getCallerDisplayNamePresentation());
/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.java189 if (call.getCallerDisplayNamePresentation() == TelecomManager.PRESENTATION_ALLOWED) { in getNotificationName()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java896 mConferenceHost.getCallerDisplayNamePresentation()); in setConferenceHost()
1167 entry.getCallerDisplayNamePresentation()); in startEmulatingSinglePartyCall()
DTelephonyConnectionService.java571 connection.getCallerDisplayNamePresentation()); in prepareConference()
DTelephonyConnection.java1519 namePresentation != getCallerDisplayNamePresentation()) { in updateAddress()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java921 return telecomCall == null ? -1 : telecomCall.getDetails().getCallerDisplayNamePresentation(); in getCnapNamePresentation()