Home
last modified time | relevance | path

Searched refs:CallException (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallControl.java19 import static android.telecom.CallException.TRANSACTION_EXCEPTION_KEY;
97 @NonNull OutcomeReceiver<Void, CallException> callback) { in setActive()
131 @NonNull OutcomeReceiver<Void, CallException> callback) { in answer()
165 @NonNull OutcomeReceiver<Void, CallException> callback) { in setInactive()
209 @NonNull OutcomeReceiver<Void, CallException> callback) { in disconnect()
245 @NonNull OutcomeReceiver<Void, CallException> callback) { in startCallStreaming()
278 @NonNull OutcomeReceiver<Void, CallException> callback) { in requestCallEndpointChange()
340 OutcomeReceiver<Void, CallException> clientCallback) { in CallControlResultReceiver()
367 private CallException getTransactionException(Bundle resultData) { in getTransactionException()
371 CallException.class); in getTransactionException()
[all …]
H A DCallException.java35 public final class CallException extends RuntimeException implements Parcelable { class
93 Parcelable.Creator<CallException> CREATOR = new Parcelable.Creator<>() {
95 public CallException createFromParcel(Parcel source) {
96 return new CallException(source.readString8(), source.readInt());
100 public CallException[] newArray(int size) {
101 return new CallException[size];
124 public CallException(@Nullable String message, @CallErrorCode int code) { in CallException() method in CallException
H A DCallException.aidl22 parcelable CallException;
H A DTelecomManager.java2764 @NonNull OutcomeReceiver<CallControl, CallException> pendingControl, in addCall()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DTransactionalCall.java24 import android.telecom.CallException;
36 private final OutcomeReceiver<CallControl, CallException> mPendingControl;
42 Executor executor, OutcomeReceiver<CallControl, CallException> pendingControl, in TransactionalCall()
74 public OutcomeReceiver<CallControl, CallException> getPendingControl() { in getPendingControl()
H A DClientTransactionalServiceWrapper.java30 import android.telecom.CallException;
97 OutcomeReceiver<CallControl, CallException> pendingControl, in trackCall()
131 mRepeaterReceiver.send(CallException.CODE_ERROR_UNKNOWN, null); in accept()
200 CallException transactionalException) {
205 OutcomeReceiver<CallControl, CallException> pendingControl =
H A DICallEventCallback.aidl25 import android.telecom.CallException;
35 in CallException exception); in onAddCallControl()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt42168 …rrent.Executor, @NonNull android.os.OutcomeReceiver<java.lang.Void,android.telecom.CallException>);
42169 …rrent.Executor, @NonNull android.os.OutcomeReceiver<java.lang.Void,android.telecom.CallException>);
42171 …rrent.Executor, @NonNull android.os.OutcomeReceiver<java.lang.Void,android.telecom.CallException>);
42173 …rrent.Executor, @NonNull android.os.OutcomeReceiver<java.lang.Void,android.telecom.CallException>);
42174 …rrent.Executor, @NonNull android.os.OutcomeReceiver<java.lang.Void,android.telecom.CallException>);
42175 …rrent.Executor, @NonNull android.os.OutcomeReceiver<java.lang.Void,android.telecom.CallException>);
42222 …public final class CallException extends java.lang.RuntimeException implements android.os.Parcelab…
42223 ctor public CallException(@Nullable String, int);
42233 …field @NonNull public static final android.os.Parcelable.Creator<android.telecom.CallException> CR…
42956 …ndroid.os.OutcomeReceiver<android.telecom.CallControl,android.telecom.CallException>, @NonNull and…