Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java102 connection.setCallerDisplayName(TEST_NAMES[random.nextInt(TEST_NAMES.length)], in createSelfManagedConnection()
DTestConnectionManager.java105 setCallerDisplayName(callerDisplayName, presentation);
DTestConnectionService.java584 connection.setCallerDisplayName("Hello World", TelecomManager.PRESENTATION_ALLOWED);
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DVoipCallHelper.kt157 connection.setCallerDisplayName( in createConnection()
/packages/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java97 setCallerDisplayName(participant.getDisplayName(), presentation); in ConferenceParticipantConnection()
DImsConference.java934 setCallerDisplayName(mConferenceHost.getCallerDisplayName(), in setConferenceHost()
1169 setCallerDisplayName(null, TelecomManager.PRESENTATION_UNKNOWN); in stopEmulatingSinglePartyCall()
1216 setCallerDisplayName(entry.getCallerDisplayName(), in startEmulatingSinglePartyCall()
DTelephonyConnection.java1558 setCallerDisplayName(name, namePresentation); in updateAddress()
DTelephonyConnectionService.java1023 conference.setCallerDisplayName(connection.getCallerDisplayName(), in prepareConference()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java245 .setCallerDisplayName(callerDisplayName) in toParcelableCall()
322 .setCallerDisplayName(null) in toParcelableCallForScreening()
DConnectionServiceWrapper.java929 public void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() method in ConnectionServiceWrapper.Adapter
939 call.setCallerDisplayName(callerDisplayName, presentation); in setCallerDisplayName()
1106 alreadyAddedConnection.setCallerDisplayName(connection in addExistingConnection()
DCall.java1726 void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName() method in Call
2720 setCallerDisplayName( in handleCreateConnectionSuccess()
DCallsManager.java1679 call.setCallerDisplayName(displayName.toString(), in processIncomingCallIntent()
2086 call.setCallerDisplayName(displayName.toString(), in startOutgoingCall()
5876 call.setCallerDisplayName(connection.getCallerDisplayName(),
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java704 a.setCallerDisplayName( in sendSetCallerDisplayName()