Home
last modified time | relevance | path

Searched refs:callerDisplayName (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DTestConnectionManager.java99 RemoteConnection connection, String callerDisplayName, int presentation) {
100 setCallerDisplayName(callerDisplayName, presentation);
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java533 void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName() argument
534 if (!TextUtils.equals(callerDisplayName, mCallerDisplayName) || in setCallerDisplayName()
536 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
DConnectionServiceWrapper.java586 String callId, String callerDisplayName, int presentation) { in setCallerDisplayName() argument
587 logIncoming("setCallerDisplayName %s %s %d", callId, callerDisplayName, presentation); in setCallerDisplayName()
591 args.arg2 = callerDisplayName; in setCallerDisplayName()
DInCallController.java519 String callerDisplayName = call.getCallerDisplayNamePresentation() == in toParcelableCall() local
542 callerDisplayName, in toParcelableCall()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java184 public final String callerDisplayName; field in PhoneInterfaceManager.IncomingThirdPartyCallArgs
187 String callerDisplayName) { in IncomingThirdPartyCallArgs() argument
190 this.callerDisplayName = callerDisplayName; in IncomingThirdPartyCallArgs()