Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableConnection.java68 String callerDisplayName, in ParcelableConnection() argument
84 addressPresentation, callerDisplayName, callerDisplayNamePresentation, in ParcelableConnection()
101 String callerDisplayName, in ParcelableConnection() argument
121 mCallerDisplayName = callerDisplayName; in ParcelableConnection()
269 String callerDisplayName = source.readString();
297 callerDisplayName,
DParcelableConference.java73 public Builder setCallerDisplayName(String callerDisplayName, in setCallerDisplayName() argument
75 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
173 String callerDisplayName, in ParcelableConference() argument
191 mCallerDisplayName = callerDisplayName; in ParcelableConference()
310 String callerDisplayName = source.readString();
319 callerDisplayName, callerDisplayNamePresentation, disconnectCause,
DParcelableCall.java123 public ParcelableCallBuilder setCallerDisplayName(String callerDisplayName) { in setCallerDisplayName() argument
124 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
342 String callerDisplayName, in ParcelableCall() argument
373 mCallerDisplayName = callerDisplayName; in ParcelableCall()
634 String callerDisplayName = source.readString();
669 .setCallerDisplayName(callerDisplayName)
DConference.java75 Conference c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
1153 public final void setCallerDisplayName(@NonNull String callerDisplayName, in setCallerDisplayName() argument
1155 Log.d(this, "setCallerDisplayName %s", callerDisplayName); in setCallerDisplayName()
1156 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
1159 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation); in setCallerDisplayName()
DRemoteConnection.java169 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
1533 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName() argument
1534 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
1543 connection, callerDisplayName, presentation); in setCallerDisplayName()
DConnection.java1216 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
2481 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName() argument
2483 Log.d(this, "setCallerDisplayName %s", callerDisplayName); in setCallerDisplayName()
2484 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
2487 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation); in setCallerDisplayName()
DConnectionServiceAdapter.java405 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName() argument
408 adapter.setCallerDisplayName(callId, callerDisplayName, presentation, in setCallerDisplayName()
DRemoteConnectionService.java349 public void setCallerDisplayName(String callId, String callerDisplayName,
352 .setCallerDisplayName(callerDisplayName, presentation);
DConnectionServiceAdapterServant.java566 String connectionId, String callerDisplayName, int presentation,
570 args.arg2 = callerDisplayName;
DCall.java1159 String callerDisplayName, in Details() argument
1179 mCallerDisplayName = callerDisplayName; in Details()
DConnectionService.java1669 public void onCallerDisplayNameChanged(Conference c, String callerDisplayName,
1673 mAdapter.setCallerDisplayName(id, callerDisplayName, presentation);
1745 Connection c, String callerDisplayName, int presentation) {
1747 mAdapter.setCallerDisplayName(id, callerDisplayName, presentation);
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl100 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() argument