/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | ICallControl.aidl | 34 void requestCallEndpointChange(in CallEndpoint callEndpoint, in ResultReceiver callback); in requestCallEndpointChange() method
|
D | IInCallAdapter.aidl | 55 void requestCallEndpointChange(in CallEndpoint endpoint, in ResultReceiver callback); in requestCallEndpointChange() method
|
D | IConnectionServiceAdapter.aidl | 118 void requestCallEndpointChange(String callId, in CallEndpoint endpoint, in requestCallEndpointChange() method
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallControl.java | 255 public void requestCallEndpointChange(@NonNull CallEndpoint callEndpoint, in requestCallEndpointChange() method in CallControl 262 mServerInterface.requestCallEndpointChange(callEndpoint, in requestCallEndpointChange()
|
D | InCallAdapter.java | 240 public void requestCallEndpointChange(CallEndpoint endpoint, Executor executor, in requestCallEndpointChange() method in InCallAdapter 243 mAdapter.requestCallEndpointChange(endpoint, new ResultReceiver(null) { in requestCallEndpointChange()
|
D | Phone.java | 396 public void requestCallEndpointChange(@NonNull CallEndpoint endpoint, in requestCallEndpointChange() method in Phone 399 mInCallAdapter.requestCallEndpointChange(endpoint, executor, callback); in requestCallEndpointChange()
|
D | InCallService.java | 673 public final void requestCallEndpointChange(@NonNull CallEndpoint endpoint, in requestCallEndpointChange() method in InCallService 677 mPhone.requestCallEndpointChange(endpoint, executor, callback); in requestCallEndpointChange()
|
D | ConnectionServiceAdapter.java | 585 void requestCallEndpointChange(String callId, CallEndpoint endpoint, Executor executor, in requestCallEndpointChange() method in ConnectionServiceAdapter 590 adapter.requestCallEndpointChange(callId, endpoint, new ResultReceiver(null) { in requestCallEndpointChange()
|
D | RemoteConnectionService.java | 518 public void requestCallEndpointChange(String callId, CallEndpoint endpoint,
|
D | ConnectionServiceAdapterServant.java | 711 public void requestCallEndpointChange(String callId, CallEndpoint endpoint,
|
D | Connection.java | 3176 public final void requestCallEndpointChange(@NonNull CallEndpoint endpoint, in requestCallEndpointChange() method in Connection
|
D | ConnectionService.java | 2245 mAdapter.requestCallEndpointChange(id, endpoint, executor, callback);
|
/frameworks/base/core/api/ |
D | current.txt | 42467 …method public void requestCallEndpointChange(@NonNull android.telecom.CallEndpoint, @NonNull java.… 42708 …method public final void requestCallEndpointChange(@NonNull android.telecom.CallEndpoint, @NonNull… 42986 …method public final void requestCallEndpointChange(@NonNull android.telecom.CallEndpoint, @NonNull…
|