/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConnection.java | 68 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,
|
D | ParcelableConference.java | 73 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,
|
D | ParcelableCall.java | 123 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)
|
D | Conference.java | 75 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()
|
D | RemoteConnection.java | 169 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()
|
D | Connection.java | 1216 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()
|
D | ConnectionServiceAdapter.java | 405 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName() argument 408 adapter.setCallerDisplayName(callId, callerDisplayName, presentation, in setCallerDisplayName()
|
D | RemoteConnectionService.java | 349 public void setCallerDisplayName(String callId, String callerDisplayName, 352 .setCallerDisplayName(callerDisplayName, presentation);
|
D | ConnectionServiceAdapterServant.java | 566 String connectionId, String callerDisplayName, int presentation, 570 args.arg2 = callerDisplayName;
|
D | Call.java | 1159 String callerDisplayName, in Details() argument 1179 mCallerDisplayName = callerDisplayName; in Details()
|
D | ConnectionService.java | 1669 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/ |
D | IConnectionServiceAdapter.aidl | 100 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() argument
|