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.java201 String callerDisplayName = call.getCallerDisplayNamePresentation() == in toParcelableCall()
246 .setCallerDisplayNamePresentation(call.getCallerDisplayNamePresentation()) in toParcelableCall()
DConnectionServiceWrapper.java1070 connection.getCallerDisplayNamePresentation(), in addExistingConnection()
1104 connection.getCallerDisplayNamePresentation()); in addExistingConnection()
DCall.java1651 public int getCallerDisplayNamePresentation() { in getCallerDisplayNamePresentation() method in Call
2627 connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); in handleCreateConnectionSuccess()
DCallsManager.java5584 connection.getCallerDisplayNamePresentation());
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java194 if (call.getCallerDisplayNamePresentation() == TelecomManager.PRESENTATION_ALLOWED) { in getNotificationName()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java935 mConferenceHost.getCallerDisplayNamePresentation()); in setConferenceHost()
1217 entry.getCallerDisplayNamePresentation()); in startEmulatingSinglePartyCall()
DTelephonyConnection.java1554 namePresentation != getCallerDisplayNamePresentation()) { in updateAddress()
DTelephonyConnectionService.java974 connection.getCallerDisplayNamePresentation()); in prepareConference()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java921 return telecomCall == null ? -1 : telecomCall.getDetails().getCallerDisplayNamePresentation(); in getCnapNamePresentation()