Searched defs:callerDisplayName (Results 1 - 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java563 String callId, String callerDisplayName, int presentation) {
568 logIncoming("setCallerDisplayName %s %s %d", callId, callerDisplayName,
572 call.setCallerDisplayName(callerDisplayName, presentation);
562 setCallerDisplayName( String callId, String callerDisplayName, int presentation) argument
H A DCall.java768 void setCallerDisplayName(String callerDisplayName, int presentation) { argument
769 if (!TextUtils.equals(callerDisplayName, mCallerDisplayName) ||
771 mCallerDisplayName = callerDisplayName;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java311 String callerDisplayName; field in class:ConnectionServiceFixture.ConnectionInfo
502 mConnectionById.get(id).callerDisplayName,
559 c.callerDisplayName,
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java218 public final String callerDisplayName; field in class:PhoneInterfaceManager.IncomingThirdPartyCallArgs
221 String callerDisplayName) {
224 this.callerDisplayName = callerDisplayName;
220 IncomingThirdPartyCallArgs(ComponentName component, String callId, String callerDisplayName) argument

Completed in 31 milliseconds