Searched refs:callerDisplayName (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConnection.java | 64 String callerDisplayName, in ParcelableConnection() argument 82 mCallerDisplayName = callerDisplayName; in ParcelableConnection() 206 String callerDisplayName = source.readString(); 230 callerDisplayName,
|
D | ParcelableCall.java | 72 String callerDisplayName, in ParcelableCall() argument 95 mCallerDisplayName = callerDisplayName; in ParcelableCall() 287 String callerDisplayName = source.readString(); 315 callerDisplayName,
|
D | RemoteConnection.java | 162 RemoteConnection connection, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument 1307 void setCallerDisplayName(final String callerDisplayName, final int presentation) { in setCallerDisplayName() argument 1308 mCallerDisplayName = callerDisplayName; in setCallerDisplayName() 1317 connection, callerDisplayName, presentation); in setCallerDisplayName()
|
D | ConnectionServiceAdapter.java | 368 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { in setCallerDisplayName() argument 371 adapter.setCallerDisplayName(callId, callerDisplayName, presentation); in setCallerDisplayName()
|
D | Connection.java | 716 Connection c, String callerDisplayName, int presentation) {} in onCallerDisplayNameChanged() argument 1745 public final void setCallerDisplayName(String callerDisplayName, int presentation) { in setCallerDisplayName() argument 1747 Log.d(this, "setCallerDisplayName %s", callerDisplayName); in setCallerDisplayName() 1748 mCallerDisplayName = callerDisplayName; in setCallerDisplayName() 1751 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation); in setCallerDisplayName()
|
D | RemoteConnectionService.java | 312 public void setCallerDisplayName(String callId, String callerDisplayName, 315 .setCallerDisplayName(callerDisplayName, presentation);
|
D | ConnectionServiceAdapterServant.java | 431 String connectionId, String callerDisplayName, int presentation) { 434 args.arg2 = callerDisplayName;
|
D | Call.java | 649 String callerDisplayName, in Details() argument 664 mCallerDisplayName = callerDisplayName; in Details()
|
D | ConnectionService.java | 599 Connection c, String callerDisplayName, int presentation) { 601 mAdapter.setCallerDisplayName(id, callerDisplayName, presentation);
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionServiceAdapter.aidl | 86 void setCallerDisplayName(String callId, String callerDisplayName, int presentation); in setCallerDisplayName() argument
|