Searched refs:CallControl (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | TransactionalCall.java | 21 import android.telecom.CallControl; 36 private final OutcomeReceiver<CallControl, CallException> mPendingControl; 39 private CallControl mCallControl; 42 Executor executor, OutcomeReceiver<CallControl, CallException> pendingControl, in TransactionalCall() argument 54 public void setCallControl(CallControl callControl) { in setCallControl() 58 public CallControl getCallControl() { in getCallControl() 74 public OutcomeReceiver<CallControl, CallException> getPendingControl() { in getPendingControl()
|
H A D | ClientTransactionalServiceWrapper.java | 26 import android.telecom.CallControl; 75 CallControl control = call.getCallControl(); in untrackCall() 97 OutcomeReceiver<CallControl, CallException> pendingControl, in trackCall() argument 205 OutcomeReceiver<CallControl, CallException> pendingControl = 211 CallControl control = new CallControl(callId, callControl, mRepository,
|
H A D | ICallControl.aidl | 20 import android.telecom.CallControl;
|
H A D | ICallEventCallback.aidl | 20 import android.telecom.CallControl;
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallControl.java | 51 public final class CallControl { class 52 private static final String TAG = CallControl.class.getSimpleName(); 60 public CallControl(@NonNull String callId, @Nullable ICallControl serverInterface, in CallControl() method in CallControl 349 Log.d(CallControl.TAG, "%s: oRR: resultCode=[%s]", mCallingMethod, resultCode); in onReceiveResult()
|
H A D | CallControl.aidl | 22 parcelable CallControl;
|
H A D | TelecomManager.java | 2764 @NonNull OutcomeReceiver<CallControl, CallException> pendingControl, in addCall() argument
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 42167 public final class CallControl { 42956 …ncurrent.Executor, @NonNull android.os.OutcomeReceiver<android.telecom.CallControl,android.telecom…
|