/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 | 76 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()
|
D | RemoteConnection.java | 164 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()
|
D | Connection.java | 1081 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()
|
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 | 346 public void setCallerDisplayName(String callId, String callerDisplayName, 349 .setCallerDisplayName(callerDisplayName, presentation);
|
D | ConnectionServiceAdapterServant.java | 566 String connectionId, String callerDisplayName, int presentation, 570 args.arg2 = callerDisplayName;
|
D | Call.java | 1030 String callerDisplayName, in Details() argument 1049 mCallerDisplayName = callerDisplayName; in Details()
|
D | ConnectionService.java | 1573 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/ |
D | IConnectionServiceAdapter.aidl | 100 void setCallerDisplayName(String callId, String callerDisplayName, int presentation, in setCallerDisplayName() argument
|