Searched defs:requestCallEndpointChange (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | ICallControl.aidl | 34 void requestCallEndpointChange(in CallEndpoint callEndpoint, in ResultReceiver callback); in requestCallEndpointChange() method
|
H A D | IInCallAdapter.aidl | 55 void requestCallEndpointChange(in CallEndpoint endpoint, in ResultReceiver callback); in requestCallEndpointChange() method
|
H A D | IConnectionServiceAdapter.aidl | 118 void requestCallEndpointChange(String callId, in CallEndpoint endpoint, in requestCallEndpointChange() method
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallControl.java | 276 public void requestCallEndpointChange(@NonNull CallEndpoint callEndpoint, in requestCallEndpointChange() method in CallControl
|
H A D | InCallAdapter.java | 240 public void requestCallEndpointChange(CallEndpoint endpoint, Executor executor, in requestCallEndpointChange() method in InCallAdapter
|
H A D | Phone.java | 393 public void requestCallEndpointChange(@NonNull CallEndpoint endpoint, in requestCallEndpointChange() method in Phone
|
H A D | ConnectionServiceAdapter.java | 585 void requestCallEndpointChange(String callId, CallEndpoint endpoint, Executor executor, in requestCallEndpointChange() method in ConnectionServiceAdapter
|
H A D | InCallService.java | 668 public final void requestCallEndpointChange(@NonNull CallEndpoint endpoint, in requestCallEndpointChange() method in InCallService
|
H A D | Connection.java | 3192 public final void requestCallEndpointChange(@NonNull CallEndpoint endpoint, in requestCallEndpointChange() method in Connection
|