Searched defs:callerDisplayName (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java344 void setCallerDisplayName(String callId, String callerDisplayName, int presentation) { argument
347 adapter.setCallerDisplayName(callId, callerDisplayName, presentation);
H A DParcelableConnection.java60 String callerDisplayName,
76 mCallerDisplayName = callerDisplayName;
179 String callerDisplayName = source.readString();
199 callerDisplayName,
54 ParcelableConnection( PhoneAccountHandle phoneAccount, int state, int capabilities, Uri address, int addressPresentation, String callerDisplayName, int callerDisplayNamePresentation, IVideoProvider videoProvider, int videoState, boolean ringbackRequested, boolean isVoipAudioMode, long connectTimeMillis, StatusHints statusHints, DisconnectCause disconnectCause, List<String> conferenceableConnectionIds, Bundle extras) argument
H A DParcelableCall.java70 String callerDisplayName,
92 mCallerDisplayName = callerDisplayName;
278 String callerDisplayName = source.readString();
304 callerDisplayName,
60 ParcelableCall( String id, int state, DisconnectCause disconnectCause, List<String> cannedSmsResponses, int capabilities, int properties, long connectTimeMillis, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, GatewayInfo gatewayInfo, PhoneAccountHandle accountHandle, boolean isVideoCallProviderChanged, IVideoProvider videoCallProvider, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle intentExtras, Bundle extras) argument
H A DRemoteConnection.java146 * @param callerDisplayName The new caller display name of the {@code RemoteConnection}.
151 RemoteConnection connection, String callerDisplayName, int presentation) {}
1229 void setCallerDisplayName(final String callerDisplayName, final int presentation) { argument
1230 mCallerDisplayName = callerDisplayName;
1239 connection, callerDisplayName, presentation);
150 onCallerDisplayNameChanged( RemoteConnection connection, String callerDisplayName, int presentation) argument
H A DCall.java544 String callerDisplayName,
558 mCallerDisplayName = callerDisplayName;
541 Details( Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, PhoneAccountHandle accountHandle, int capabilities, int properties, DisconnectCause disconnectCause, long connectTimeMillis, GatewayInfo gatewayInfo, int videoState, StatusHints statusHints, Bundle extras, Bundle intentExtras) argument
H A DConnection.java400 Connection c, String callerDisplayName, int presentation) {}
1317 * @param callerDisplayName The new display name.
1321 public final void setCallerDisplayName(String callerDisplayName, int presentation) { argument
1323 Log.d(this, "setCallerDisplayName %s", callerDisplayName);
1324 mCallerDisplayName = callerDisplayName;
1327 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation);
399 onCallerDisplayNameChanged( Connection c, String callerDisplayName, int presentation) argument

Completed in 418 milliseconds