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.java76 Conference c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
1159 public final void setCallerDisplayName(@NonNull String callerDisplayName, in setCallerDisplayName() argument
1161 Log.d(this, "setCallerDisplayName %s", callerDisplayName); in setCallerDisplayName()
1162 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
1165 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation); in setCallerDisplayName()
DRemoteConnection.java164 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
1410 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName() argument
1411 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
1420 connection, callerDisplayName, presentation); in setCallerDisplayName()
DConnection.java1081 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument
2350 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName() argument
2352 Log.d(this, "setCallerDisplayName %s", callerDisplayName); in setCallerDisplayName()
2353 mCallerDisplayName = callerDisplayName; in setCallerDisplayName()
2356 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.java346 public void setCallerDisplayName(String callId, String callerDisplayName,
349 .setCallerDisplayName(callerDisplayName, presentation);
DConnectionServiceAdapterServant.java566 String connectionId, String callerDisplayName, int presentation,
570 args.arg2 = callerDisplayName;
DCall.java1030 String callerDisplayName, in Details() argument
1049 mCallerDisplayName = callerDisplayName; in Details()
DConnectionService.java1573 public void onCallerDisplayNameChanged(Conference c, String callerDisplayName,
1577 mAdapter.setCallerDisplayName(id, callerDisplayName, presentation);
1649 Connection c, String callerDisplayName, int presentation) {
1651 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