Searched refs:pendingControl (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | ClientTransactionalServiceWrapper.java | 97 OutcomeReceiver<CallControl, CallException> pendingControl, in trackCall() argument 105 executor, pendingControl, handshakes, events)); in trackCall() 205 OutcomeReceiver<CallControl, CallException> pendingControl = 214 pendingControl.onResult(control); 219 pendingControl.onError(transactionalException);
|
H A D | TransactionalCall.java | 42 Executor executor, OutcomeReceiver<CallControl, CallException> pendingControl, in TransactionalCall() argument 48 mPendingControl = pendingControl; in TransactionalCall()
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | TelecomManager.java | 2764 @NonNull OutcomeReceiver<CallControl, CallException> pendingControl, in addCall() argument 2769 Objects.requireNonNull(pendingControl); in addCall() 2783 pendingControl, handshakes, events); in addCall()
|