Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java300 setCallerDisplayName(mOriginalConnection.getCnapName(), in onAddedToCallService()
324 setCallerDisplayName(name, namePresentation); in updateAddress()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java693 setCallerDisplayName(mConferenceHost.getCallerDisplayName(), in setConferenceHost()
879 setCallerDisplayName(null, TelecomManager.PRESENTATION_UNKNOWN); in stopEmulatingSinglePartyCall()
926 setCallerDisplayName(entry.getCallerDisplayName(), in startEmulatingSinglePartyCall()
DConferenceParticipantConnection.java77 setCallerDisplayName(participant.getDisplayName(), presentation); in ConferenceParticipantConnection()
DTelephonyConnection.java1123 setCallerDisplayName(name, namePresentation); in updateAddress()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java101 connection.setCallerDisplayName(TEST_NAMES[random.nextInt(TEST_NAMES.length)], in createSelfManagedConnection()
DTestConnectionManager.java106 setCallerDisplayName(callerDisplayName, presentation);
DTestConnectionService.java598 connection.setCallerDisplayName("Hello World", TelecomManager.PRESENTATION_ALLOWED);
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java744 public void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() method in ConnectionServiceWrapper.Adapter
754 call.setCallerDisplayName(callerDisplayName, presentation); in setCallerDisplayName()
DCall.java1094 void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName() method in Call
1744 setCallerDisplayName( in handleCreateConnectionSuccess()
DCallsManager.java3555 call.setCallerDisplayName(connection.getCallerDisplayName(),
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java617 a.setCallerDisplayName( in sendSetCallerDisplayName()