Home
last modified time | relevance | path

Searched refs:pendingControl (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DClientTransactionalServiceWrapper.java97 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 DTransactionalCall.java42 Executor executor, OutcomeReceiver<CallControl, CallException> pendingControl, in TransactionalCall() argument
48 mPendingControl = pendingControl; in TransactionalCall()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java2764 @NonNull OutcomeReceiver<CallControl, CallException> pendingControl, in addCall() argument
2769 Objects.requireNonNull(pendingControl); in addCall()
2783 pendingControl, handshakes, events); in addCall()