blob: 9fec96b7f54952521fbe2d8b029bc43676545cc2 [file] [log] [blame]
Ihab Awad542e0ea2014-05-16 10:22:16 -07001/*
2 * Copyright (C) 2014 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Tyler Gunnef9f6f92014-09-12 22:16:17 -070017package android.telecom;
Ihab Awad542e0ea2014-05-16 10:22:16 -070018
Tyler Gunnc9503d62020-01-27 10:30:51 -080019import static android.Manifest.permission.MODIFY_PHONE_STATE;
20
Hall Liu49cabcc2021-01-15 11:41:48 -080021import android.Manifest;
Tyler Gunnc9503d62020-01-27 10:30:51 -080022import android.annotation.ElapsedRealtimeLong;
Tyler Gunnd57d76c2019-09-24 14:53:23 -070023import android.annotation.IntDef;
Tyler Gunnc9503d62020-01-27 10:30:51 -080024import android.annotation.IntRange;
Tyler Gunndee56a82016-03-23 16:06:34 -070025import android.annotation.NonNull;
Santos Cordon6b7f9552015-05-27 17:21:45 -070026import android.annotation.Nullable;
Tyler Gunnc9503d62020-01-27 10:30:51 -080027import android.annotation.RequiresPermission;
Yorke Lee4af59352015-05-13 14:14:54 -070028import android.annotation.SystemApi;
Tyler Gunn159f35c2017-03-02 09:28:37 -080029import android.app.Notification;
Hall Liua98f58b52017-11-07 17:59:28 -080030import android.bluetooth.BluetoothDevice;
Artur Satayev53ada2a2019-12-10 17:47:56 +000031import android.compat.annotation.UnsupportedAppUsage;
Hall Liu73903142021-02-18 18:41:41 -080032import android.content.ComponentName;
Tyler Gunn159f35c2017-03-02 09:28:37 -080033import android.content.Intent;
Tyler Gunnb702ef82015-05-29 11:51:53 -070034import android.hardware.camera2.CameraManager;
Ihab Awad542e0ea2014-05-16 10:22:16 -070035import android.net.Uri;
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -080036import android.os.Binder;
Santos Cordon6b7f9552015-05-27 17:21:45 -070037import android.os.Bundle;
Ihab Awadb19a0bc2014-08-07 19:46:01 -070038import android.os.Handler;
39import android.os.IBinder;
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -070040import android.os.Looper;
Ihab Awadb19a0bc2014-08-07 19:46:01 -070041import android.os.Message;
Hall Liu73903142021-02-18 18:41:41 -080042import android.os.Parcel;
Hall Liu95d55872017-01-25 17:12:49 -080043import android.os.ParcelFileDescriptor;
Hall Liu73903142021-02-18 18:41:41 -080044import android.os.Parcelable;
Ihab Awadb19a0bc2014-08-07 19:46:01 -070045import android.os.RemoteException;
Tyler Gunn3fa819c2017-08-04 09:27:26 -070046import android.os.SystemClock;
Tyler Gunn0a1c6d12021-03-12 15:44:08 -080047import android.telephony.CallQuality;
allenwtsu2aca9892019-11-25 14:38:21 +080048import android.telephony.ims.ImsStreamMediaProfile;
Tyler Gunndee56a82016-03-23 16:06:34 -070049import android.util.ArraySet;
Ihab Awadb19a0bc2014-08-07 19:46:01 -070050import android.view.Surface;
Ihab Awad542e0ea2014-05-16 10:22:16 -070051
Youming Yed6de26e2019-01-30 11:20:35 -080052import com.android.internal.os.SomeArgs;
53import com.android.internal.telecom.IVideoCallback;
54import com.android.internal.telecom.IVideoProvider;
55
Hall Liua549fed2018-02-09 16:40:03 -080056import java.io.FileInputStream;
57import java.io.FileOutputStream;
Hall Liu95d55872017-01-25 17:12:49 -080058import java.io.IOException;
59import java.io.InputStreamReader;
60import java.io.OutputStreamWriter;
Tyler Gunnd57d76c2019-09-24 14:53:23 -070061import java.lang.annotation.Retention;
62import java.lang.annotation.RetentionPolicy;
Hall Liu730a2592018-06-25 19:48:33 -070063import java.nio.channels.Channels;
Santos Cordonb6939982014-06-04 20:20:58 -070064import java.util.ArrayList;
Tyler Gunn071be6f2016-05-10 14:52:33 -070065import java.util.Arrays;
Ihab Awadb19a0bc2014-08-07 19:46:01 -070066import java.util.Collections;
Santos Cordonb6939982014-06-04 20:20:58 -070067import java.util.List;
Ihab Awad542e0ea2014-05-16 10:22:16 -070068import java.util.Set;
Jay Shrauner229e3822014-08-15 09:23:07 -070069import java.util.concurrent.ConcurrentHashMap;
Ihab Awad542e0ea2014-05-16 10:22:16 -070070
71/**
Santos Cordon895d4b82015-06-25 16:41:48 -070072 * Represents a phone call or connection to a remote endpoint that carries voice and/or video
73 * traffic.
Ihab Awad6107bab2014-08-18 09:23:25 -070074 * <p>
75 * Implementations create a custom subclass of {@code Connection} and return it to the framework
76 * as the return value of
77 * {@link ConnectionService#onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest)}
78 * or
79 * {@link ConnectionService#onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}.
80 * Implementations are then responsible for updating the state of the {@code Connection}, and
81 * must call {@link #destroy()} to signal to the framework that the {@code Connection} is no
82 * longer used and associated resources may be recovered.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -070083 * <p>
84 * Subclasses of {@code Connection} override the {@code on*} methods to provide the the
85 * {@link ConnectionService}'s implementation of calling functionality. The {@code on*} methods are
86 * called by Telecom to inform an instance of a {@code Connection} of actions specific to that
87 * {@code Connection} instance.
88 * <p>
89 * Basic call support requires overriding the following methods: {@link #onAnswer()},
90 * {@link #onDisconnect()}, {@link #onReject()}, {@link #onAbort()}
91 * <p>
92 * Where a {@code Connection} has {@link #CAPABILITY_SUPPORT_HOLD}, the {@link #onHold()} and
93 * {@link #onUnhold()} methods should be overridden to provide hold support for the
94 * {@code Connection}.
95 * <p>
96 * Where a {@code Connection} supports a variation of video calling (e.g. the
97 * {@code CAPABILITY_SUPPORTS_VT_*} capability bits), {@link #onAnswer(int)} should be overridden
98 * to support answering a call as a video call.
99 * <p>
100 * Where a {@code Connection} has {@link #PROPERTY_IS_EXTERNAL_CALL} and
101 * {@link #CAPABILITY_CAN_PULL_CALL}, {@link #onPullExternalCall()} should be overridden to provide
102 * support for pulling the external call.
103 * <p>
104 * Where a {@code Connection} supports conference calling {@link #onSeparate()} should be
105 * overridden.
106 * <p>
107 * There are a number of other {@code on*} methods which a {@code Connection} can choose to
108 * implement, depending on whether it is concerned with the associated calls from Telecom. If,
109 * for example, call events from a {@link InCallService} are handled,
110 * {@link #onCallEvent(String, Bundle)} should be overridden. Another example is
111 * {@link #onExtrasChanged(Bundle)}, which should be overridden if the {@code Connection} wishes to
112 * make use of extra information provided via the {@link Call#putExtras(Bundle)} and
113 * {@link Call#removeExtras(String...)} methods.
Ihab Awad542e0ea2014-05-16 10:22:16 -0700114 */
Yorke Leeabfcfdc2015-05-13 18:55:18 -0700115public abstract class Connection extends Conferenceable {
Ihab Awad542e0ea2014-05-16 10:22:16 -0700116
Tyler Gunn50d437f2021-01-12 16:34:59 -0800117 /**@hide*/
118 @Retention(RetentionPolicy.SOURCE)
119 @IntDef(prefix = "STATE_", value = {
120 STATE_INITIALIZING,
121 STATE_NEW,
122 STATE_RINGING,
123 STATE_DIALING,
124 STATE_ACTIVE,
125 STATE_HOLDING,
126 STATE_DISCONNECTED,
127 STATE_PULLING_CALL
128 })
129 public @interface ConnectionState {}
130
Santos Cordon895d4b82015-06-25 16:41:48 -0700131 /**
132 * The connection is initializing. This is generally the first state for a {@code Connection}
133 * returned by a {@link ConnectionService}.
134 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -0700135 public static final int STATE_INITIALIZING = 0;
136
Santos Cordon895d4b82015-06-25 16:41:48 -0700137 /**
138 * The connection is new and not connected.
139 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -0700140 public static final int STATE_NEW = 1;
141
Santos Cordon895d4b82015-06-25 16:41:48 -0700142 /**
143 * An incoming connection is in the ringing state. During this state, the user's ringer or
144 * vibration feature will be activated.
145 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -0700146 public static final int STATE_RINGING = 2;
147
Santos Cordon895d4b82015-06-25 16:41:48 -0700148 /**
149 * An outgoing connection is in the dialing state. In this state the other party has not yet
150 * answered the call and the user traditionally hears a ringback tone.
151 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -0700152 public static final int STATE_DIALING = 3;
153
Santos Cordon895d4b82015-06-25 16:41:48 -0700154 /**
155 * A connection is active. Both parties are connected to the call and can actively communicate.
156 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -0700157 public static final int STATE_ACTIVE = 4;
158
Santos Cordon895d4b82015-06-25 16:41:48 -0700159 /**
160 * A connection is on hold.
161 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -0700162 public static final int STATE_HOLDING = 5;
163
Santos Cordon895d4b82015-06-25 16:41:48 -0700164 /**
165 * A connection has been disconnected. This is the final state once the user has been
166 * disconnected from a call either locally, remotely or by an error in the service.
167 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -0700168 public static final int STATE_DISCONNECTED = 6;
169
Santos Cordon895d4b82015-06-25 16:41:48 -0700170 /**
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700171 * The state of an external connection which is in the process of being pulled from a remote
172 * device to the local device.
173 * <p>
Tyler Gunn720c6642016-03-22 09:02:47 -0700174 * A connection can only be in this state if the {@link #PROPERTY_IS_EXTERNAL_CALL} property and
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700175 * {@link #CAPABILITY_CAN_PULL_CALL} capability bits are set on the connection.
176 */
177 public static final int STATE_PULLING_CALL = 7;
178
179 /**
Tyler Gunnd57d76c2019-09-24 14:53:23 -0700180 * Indicates that the network could not perform verification.
181 */
182 public static final int VERIFICATION_STATUS_NOT_VERIFIED = 0;
183
184 /**
185 * Indicates that verification by the network passed. This indicates there is a high likelihood
186 * that the call originated from a valid source.
187 */
188 public static final int VERIFICATION_STATUS_PASSED = 1;
189
190 /**
191 * Indicates that verification by the network failed. This indicates there is a high likelihood
192 * that the call did not originate from a valid source.
193 */
194 public static final int VERIFICATION_STATUS_FAILED = 2;
195
196 /**@hide*/
197 @Retention(RetentionPolicy.SOURCE)
198 @IntDef(prefix = "VERIFICATION_STATUS_", value = {
199 VERIFICATION_STATUS_NOT_VERIFIED,
200 VERIFICATION_STATUS_PASSED,
201 VERIFICATION_STATUS_FAILED
202 })
203 public @interface VerificationStatus {}
204
205 /**
Santos Cordon895d4b82015-06-25 16:41:48 -0700206 * Connection can currently be put on hold or unheld. This is distinct from
207 * {@link #CAPABILITY_SUPPORT_HOLD} in that although a connection may support 'hold' most times,
208 * it does not at the moment support the function. This can be true while the call is in the
209 * state {@link #STATE_DIALING}, for example. During this condition, an in-call UI may
210 * display a disabled 'hold' button.
211 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800212 public static final int CAPABILITY_HOLD = 0x00000001;
213
214 /** Connection supports the hold feature. */
215 public static final int CAPABILITY_SUPPORT_HOLD = 0x00000002;
216
217 /**
218 * Connections within a conference can be merged. A {@link ConnectionService} has the option to
219 * add a {@link Conference} before the child {@link Connection}s are merged. This is how
220 * CDMA-based {@link Connection}s are implemented. For these unmerged {@link Conference}s, this
221 * capability allows a merge button to be shown while the conference is in the foreground
222 * of the in-call UI.
223 * <p>
224 * This is only intended for use by a {@link Conference}.
225 */
226 public static final int CAPABILITY_MERGE_CONFERENCE = 0x00000004;
227
228 /**
229 * Connections within a conference can be swapped between foreground and background.
230 * See {@link #CAPABILITY_MERGE_CONFERENCE} for additional information.
231 * <p>
232 * This is only intended for use by a {@link Conference}.
233 */
234 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008;
235
236 /**
237 * @hide
238 */
239 public static final int CAPABILITY_UNUSED = 0x00000010;
240
241 /** Connection supports responding via text option. */
242 public static final int CAPABILITY_RESPOND_VIA_TEXT = 0x00000020;
243
244 /** Connection can be muted. */
245 public static final int CAPABILITY_MUTE = 0x00000040;
246
247 /**
248 * Connection supports conference management. This capability only applies to
249 * {@link Conference}s which can have {@link Connection}s as children.
250 */
251 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
252
253 /**
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700254 * Local device supports receiving video.
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800255 */
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700256 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_RX = 0x00000100;
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800257
258 /**
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700259 * Local device supports transmitting video.
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800260 */
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700261 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_TX = 0x00000200;
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800262
263 /**
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700264 * Local device supports bidirectional video calling.
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800265 */
Andrew Lee9a8f9ce2015-04-10 18:09:46 -0700266 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL =
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700267 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800268
269 /**
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700270 * Remote device supports receiving video.
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800271 */
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700272 public static final int CAPABILITY_SUPPORTS_VT_REMOTE_RX = 0x00000400;
273
274 /**
275 * Remote device supports transmitting video.
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700276 */
277 public static final int CAPABILITY_SUPPORTS_VT_REMOTE_TX = 0x00000800;
278
279 /**
280 * Remote device supports bidirectional video calling.
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700281 */
Andrew Lee9a8f9ce2015-04-10 18:09:46 -0700282 public static final int CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL =
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700283 CAPABILITY_SUPPORTS_VT_REMOTE_RX | CAPABILITY_SUPPORTS_VT_REMOTE_TX;
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800284
285 /**
286 * Connection is able to be separated from its parent {@code Conference}, if any.
287 */
288 public static final int CAPABILITY_SEPARATE_FROM_CONFERENCE = 0x00001000;
289
290 /**
291 * Connection is able to be individually disconnected when in a {@code Conference}.
292 */
293 public static final int CAPABILITY_DISCONNECT_FROM_CONFERENCE = 0x00002000;
294
295 /**
Tyler Gunn720c6642016-03-22 09:02:47 -0700296 * Un-used.
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800297 * @hide
298 */
Tyler Gunn720c6642016-03-22 09:02:47 -0700299 public static final int CAPABILITY_UNUSED_2 = 0x00004000;
Ihab Awad5c9c86e2014-11-12 13:41:16 -0800300
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700301 /**
Tyler Gunn720c6642016-03-22 09:02:47 -0700302 * Un-used.
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700303 * @hide
304 */
Tyler Gunn720c6642016-03-22 09:02:47 -0700305 public static final int CAPABILITY_UNUSED_3 = 0x00008000;
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700306
307 /**
Tyler Gunn720c6642016-03-22 09:02:47 -0700308 * Un-used.
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700309 * @hide
310 */
Tyler Gunn720c6642016-03-22 09:02:47 -0700311 public static final int CAPABILITY_UNUSED_4 = 0x00010000;
Andrew Lee5e9e8bb2015-03-10 13:58:24 -0700312
Tyler Gunn068085b2015-02-06 13:56:52 -0800313 /**
Tyler Gunn720c6642016-03-22 09:02:47 -0700314 * Un-used.
Tyler Gunn068085b2015-02-06 13:56:52 -0800315 * @hide
316 */
Tyler Gunn720c6642016-03-22 09:02:47 -0700317 public static final int CAPABILITY_UNUSED_5 = 0x00020000;
Tyler Gunn068085b2015-02-06 13:56:52 -0800318
Tyler Gunn96d6c402015-03-18 12:39:23 -0700319 /**
Dong Zhou89f41eb2015-03-15 11:59:49 -0500320 * Speed up audio setup for MT call.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700321 * <p>
322 * Used for IMS calls to indicate that mobile-terminated (incoming) call audio setup should take
323 * place as soon as the device answers the call, but prior to it being connected. This is an
324 * optimization some IMS stacks depend on to ensure prompt setup of call audio.
Dong Zhou89f41eb2015-03-15 11:59:49 -0500325 * @hide
Tyler Gunn96d6c402015-03-18 12:39:23 -0700326 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700327 @SystemApi
Tyler Gunn96d6c402015-03-18 12:39:23 -0700328 public static final int CAPABILITY_SPEED_UP_MT_AUDIO = 0x00040000;
Tyler Gunn068085b2015-02-06 13:56:52 -0800329
Rekha Kumar07366812015-03-24 16:42:31 -0700330 /**
Tyler Gunnb5e0cfb2015-04-07 16:10:51 -0700331 * Call can be upgraded to a video call.
Tyler Gunn6e3ecc42018-11-12 11:30:56 -0800332 * @deprecated Use {@link #CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL} and
333 * {@link #CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL} to indicate for a call whether or not
334 * video calling is supported.
Rekha Kumar07366812015-03-24 16:42:31 -0700335 */
336 public static final int CAPABILITY_CAN_UPGRADE_TO_VIDEO = 0x00080000;
337
Tyler Gunnb5e0cfb2015-04-07 16:10:51 -0700338 /**
339 * For video calls, indicates whether the outgoing video for the call can be paused using
Yorke Lee32f24732015-05-12 16:18:03 -0700340 * the {@link android.telecom.VideoProfile#STATE_PAUSED} VideoState.
Tyler Gunnb5e0cfb2015-04-07 16:10:51 -0700341 */
342 public static final int CAPABILITY_CAN_PAUSE_VIDEO = 0x00100000;
343
Tyler Gunnd4091732015-06-29 09:15:37 -0700344 /**
345 * For a conference, indicates the conference will not have child connections.
346 * <p>
347 * An example of a conference with child connections is a GSM conference call, where the radio
348 * retains connections to the individual participants of the conference. Another example is an
349 * IMS conference call where conference event package functionality is supported; in this case
350 * the conference server ensures the radio is aware of the participants in the conference, which
351 * are represented by child connections.
352 * <p>
353 * An example of a conference with no child connections is an IMS conference call with no
354 * conference event package support. Such a conference is represented by the radio as a single
355 * connection to the IMS conference server.
356 * <p>
357 * Indicating whether a conference has children or not is important to help user interfaces
358 * visually represent a conference. A conference with no children, for example, will have the
359 * conference connection shown in the list of calls on a Bluetooth device, where if the
360 * conference has children, only the children will be shown in the list of calls on a Bluetooth
361 * device.
362 * @hide
363 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700364 @SystemApi
Tyler Gunnd4091732015-06-29 09:15:37 -0700365 public static final int CAPABILITY_CONFERENCE_HAS_NO_CHILDREN = 0x00200000;
366
Bryce Lee81901682015-08-28 16:38:02 -0700367 /**
368 * Indicates that the connection itself wants to handle any sort of reply response, rather than
369 * relying on SMS.
Bryce Lee81901682015-08-28 16:38:02 -0700370 */
371 public static final int CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION = 0x00400000;
372
Tyler Gunnf97a0092016-01-19 15:59:34 -0800373 /**
374 * When set, prevents a video call from being downgraded to an audio-only call.
375 * <p>
376 * Should be set when the VideoState has the {@link VideoProfile#STATE_TX_ENABLED} or
377 * {@link VideoProfile#STATE_RX_ENABLED} bits set to indicate that the connection cannot be
378 * downgraded from a video call back to a VideoState of
379 * {@link VideoProfile#STATE_AUDIO_ONLY}.
380 * <p>
381 * Intuitively, a call which can be downgraded to audio should also have local and remote
382 * video
383 * capabilities (see {@link #CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL} and
384 * {@link #CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL}).
385 */
386 public static final int CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO = 0x00800000;
387
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700388 /**
Tyler Gunn720c6642016-03-22 09:02:47 -0700389 * When set for an external connection, indicates that this {@code Connection} can be pulled
390 * from a remote device to the current device.
391 * <p>
392 * Should only be set on a {@code Connection} where {@link #PROPERTY_IS_EXTERNAL_CALL}
393 * is set.
394 */
395 public static final int CAPABILITY_CAN_PULL_CALL = 0x01000000;
396
Pooja Jaind34698d2017-12-28 14:15:31 +0530397 /** Call supports the deflect feature. */
398 public static final int CAPABILITY_SUPPORT_DEFLECT = 0x02000000;
399
Ravi Paluri404babb2020-01-23 19:02:44 +0530400 /**
401 * When set, indicates that this {@link Connection} supports initiation of a conference call
Grace Jia8587ee52020-07-10 15:42:32 -0700402 * by directly adding participants using {@link #onAddConferenceParticipants(List)}. When
403 * participants are added to a {@link Connection}, it will be replaced by a {@link Conference}
404 * instance with {@link #PROPERTY_IS_ADHOC_CONFERENCE} set to indicate that it is an adhoc
405 * conference call.
Ravi Paluri404babb2020-01-23 19:02:44 +0530406 */
407 public static final int CAPABILITY_ADD_PARTICIPANT = 0x04000000;
Ravi Palurif4b38e72020-02-05 12:35:41 +0530408
409 /**
410 * Indicates that this {@code Connection} can be transferred to another
411 * number.
Tyler Gunn460360d2020-07-29 10:21:45 -0700412 * Connection supports the confirmed and unconfirmed call transfer feature.
Ravi Palurif4b38e72020-02-05 12:35:41 +0530413 * @hide
414 */
415 public static final int CAPABILITY_TRANSFER = 0x08000000;
416
417 /**
418 * Indicates that this {@code Connection} can be transferred to another
419 * ongoing {@code Connection}.
420 * Connection supports the consultative call transfer feature.
421 * @hide
422 */
423 public static final int CAPABILITY_TRANSFER_CONSULTATIVE = 0x10000000;
424
Alvin Dey2f37d772018-05-18 23:16:10 +0530425 /**
426 * Indicates whether the remote party supports RTT or not to the UI.
427 */
428
429 public static final int CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT = 0x20000000;
430
Tyler Gunn720c6642016-03-22 09:02:47 -0700431 //**********************************************************************************************
Alvin Dey2f37d772018-05-18 23:16:10 +0530432 // Next CAPABILITY value: 0x40000000
Tyler Gunn720c6642016-03-22 09:02:47 -0700433 //**********************************************************************************************
434
435 /**
436 * Indicates that the current device callback number should be shown.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700437 * <p>
438 * Supports Telephony calls where CDMA emergency callback mode is active.
Tyler Gunn720c6642016-03-22 09:02:47 -0700439 * @hide
440 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700441 @SystemApi
Hall Liu25c7c4d2016-08-30 13:41:02 -0700442 public static final int PROPERTY_EMERGENCY_CALLBACK_MODE = 1<<0;
Tyler Gunn720c6642016-03-22 09:02:47 -0700443
444 /**
445 * Whether the call is a generic conference, where we do not know the precise state of
446 * participants in the conference (eg. on CDMA).
Tyler Gunnc63f9082019-10-15 13:19:26 -0700447 * <p>
448 * Supports legacy telephony CDMA calls.
Tyler Gunn720c6642016-03-22 09:02:47 -0700449 * @hide
450 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700451 @SystemApi
Tyler Gunn720c6642016-03-22 09:02:47 -0700452 public static final int PROPERTY_GENERIC_CONFERENCE = 1<<1;
453
454 /**
455 * Connection is using high definition audio.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700456 * <p>
457 * Indicates that the {@link Connection} is using a "high definition" audio codec. This usually
458 * implies something like AMR wideband, but the interpretation of when a call is considered high
459 * definition is left to the {@link ConnectionService} to decide.
460 * <p>
461 * Translates to {@link android.telecom.Call.Details#PROPERTY_HIGH_DEF_AUDIO}.
Tyler Gunn720c6642016-03-22 09:02:47 -0700462 */
463 public static final int PROPERTY_HIGH_DEF_AUDIO = 1<<2;
464
465 /**
466 * Connection is using WIFI.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700467 * <p>
468 * Used to indicate that a call is taking place over WIFI versus a carrier network.
469 * <p>
470 * Translates to {@link android.telecom.Call.Details#PROPERTY_WIFI}.
Tyler Gunn720c6642016-03-22 09:02:47 -0700471 */
472 public static final int PROPERTY_WIFI = 1<<3;
473
474 /**
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700475 * When set, indicates that the {@code Connection} does not actually exist locally for the
476 * {@link ConnectionService}.
477 * <p>
478 * Consider, for example, a scenario where a user has two devices with the same phone number.
479 * When a user places a call on one devices, the telephony stack can represent that call on the
480 * other device by adding is to the {@link ConnectionService} with the
Tyler Gunn720c6642016-03-22 09:02:47 -0700481 * {@link #PROPERTY_IS_EXTERNAL_CALL} capability set.
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700482 * <p>
483 * An {@link ConnectionService} should not assume that all {@link InCallService}s will handle
484 * external connections. Only those {@link InCallService}s which have the
485 * {@link TelecomManager#METADATA_INCLUDE_EXTERNAL_CALLS} metadata set to {@code true} in its
486 * manifest will see external connections.
487 */
Tyler Gunn720c6642016-03-22 09:02:47 -0700488 public static final int PROPERTY_IS_EXTERNAL_CALL = 1<<4;
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700489
Brad Ebinger15847072016-05-18 11:08:36 -0700490 /**
491 * Indicates that the connection has CDMA Enhanced Voice Privacy enabled.
492 */
493 public static final int PROPERTY_HAS_CDMA_VOICE_PRIVACY = 1<<5;
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700494
Hall Liu9f332c72016-07-14 15:37:37 -0700495 /**
496 * Indicates that the connection represents a downgraded IMS conference.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700497 * <p>
498 * This property is set when an IMS conference undergoes SRVCC and is re-added to Telecom as a
499 * new entity to indicate that the new connection was a conference.
Hall Liu9f332c72016-07-14 15:37:37 -0700500 * @hide
501 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700502 @SystemApi
Hall Liu9f332c72016-07-14 15:37:37 -0700503 public static final int PROPERTY_IS_DOWNGRADED_CONFERENCE = 1<<6;
504
Tyler Gunnf5035432017-01-09 09:43:12 -0800505 /**
506 * Set by the framework to indicate that the {@link Connection} originated from a self-managed
507 * {@link ConnectionService}.
508 * <p>
509 * See {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.
510 */
511 public static final int PROPERTY_SELF_MANAGED = 1<<7;
512
Hall Liu95d55872017-01-25 17:12:49 -0800513 /**
Hall Liuffa4a812017-03-02 16:11:00 -0800514 * Set by the framework to indicate that a connection has an active RTT session associated with
515 * it.
Hall Liu95d55872017-01-25 17:12:49 -0800516 */
517 public static final int PROPERTY_IS_RTT = 1 << 8;
518
Eric Erfanian62706c52017-12-06 16:27:53 -0800519 /**
520 * Set by the framework to indicate that a connection is using assisted dialing.
Tyler Gunn5567d742019-10-31 13:04:37 -0700521 * <p>
522 * This is used for outgoing calls.
523 *
524 * @see TelecomManager#EXTRA_USE_ASSISTED_DIALING
Eric Erfanian62706c52017-12-06 16:27:53 -0800525 */
Tyler Gunnc9503d62020-01-27 10:30:51 -0800526 public static final int PROPERTY_ASSISTED_DIALING = 1 << 9;
Eric Erfanian62706c52017-12-06 16:27:53 -0800527
Tyler Gunn5bd90852018-09-21 09:37:07 -0700528 /**
529 * Set by the framework to indicate that the network has identified a Connection as an emergency
530 * call.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700531 * <p>
532 * This is used for incoming (mobile-terminated) calls to indicate the call is from emergency
533 * services.
Tyler Gunn5bd90852018-09-21 09:37:07 -0700534 */
535 public static final int PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL = 1 << 10;
536
Tyler Gunnac60f952019-05-31 07:23:16 -0700537 /**
538 * Set by the framework to indicate that a Conference or Connection is hosted by a device other
539 * than the current one. Used in scenarios where the conference originator is the remote device
540 * and the current device is a participant of that conference.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700541 * <p>
542 * This property is specific to IMS conference calls originating in Telephony.
Tyler Gunnac60f952019-05-31 07:23:16 -0700543 * @hide
544 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700545 @SystemApi
Tyler Gunnac60f952019-05-31 07:23:16 -0700546 public static final int PROPERTY_REMOTELY_HOSTED = 1 << 11;
547
Ravi Paluri80aa2142019-12-02 11:57:37 +0530548 /**
Grace Jia8587ee52020-07-10 15:42:32 -0700549 * Set by the framework to indicate that a call is an adhoc conference call.
Ravi Paluri80aa2142019-12-02 11:57:37 +0530550 * <p>
Grace Jia8587ee52020-07-10 15:42:32 -0700551 * This is used for outgoing and incoming conference calls.
Ravi Paluri80aa2142019-12-02 11:57:37 +0530552 */
553 public static final int PROPERTY_IS_ADHOC_CONFERENCE = 1 << 12;
554
Sooraj Sasindran64f05b12020-11-18 12:07:10 -0800555 /**
556 * Connection is using cross sim technology.
557 * <p>
558 * Indicates that the {@link Connection} is using a cross sim technology which would
559 * register IMS over internet APN of default data subscription.
560 * <p>
561 */
562 public static final int PROPERTY_CROSS_SIM = 1 << 13;
Ravi Paluri80aa2142019-12-02 11:57:37 +0530563
Tyler Gunn96d6c402015-03-18 12:39:23 -0700564 //**********************************************************************************************
Sooraj Sasindran64f05b12020-11-18 12:07:10 -0800565 // Next PROPERTY value: 1<<14
Tyler Gunn96d6c402015-03-18 12:39:23 -0700566 //**********************************************************************************************
Tyler Gunn068085b2015-02-06 13:56:52 -0800567
Tyler Gunn335ff2e2015-07-30 14:18:33 -0700568 /**
Tyler Gunn1c687622019-12-20 11:08:13 -0800569 * Indicates that the audio codec is currently not specified or is unknown.
allenwtsu2aca9892019-11-25 14:38:21 +0800570 */
allenwtsu2aca9892019-11-25 14:38:21 +0800571 public static final int AUDIO_CODEC_NONE = ImsStreamMediaProfile.AUDIO_QUALITY_NONE; // 0
Tyler Gunn1c687622019-12-20 11:08:13 -0800572 /**
573 * Adaptive Multi-rate audio codec.
574 */
allenwtsu2aca9892019-11-25 14:38:21 +0800575 public static final int AUDIO_CODEC_AMR = ImsStreamMediaProfile.AUDIO_QUALITY_AMR; // 1
Tyler Gunn1c687622019-12-20 11:08:13 -0800576 /**
577 * Adaptive Multi-rate wideband audio codec.
578 */
allenwtsu2aca9892019-11-25 14:38:21 +0800579 public static final int AUDIO_CODEC_AMR_WB = ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB; // 2
Tyler Gunn1c687622019-12-20 11:08:13 -0800580 /**
581 * Qualcomm code-excited linear prediction 13 kilobit audio codec.
582 */
allenwtsu2aca9892019-11-25 14:38:21 +0800583 public static final int AUDIO_CODEC_QCELP13K = ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K; //3
Tyler Gunn1c687622019-12-20 11:08:13 -0800584 /**
585 * Enhanced Variable Rate Codec. See 3GPP2 C.S0014-A.
586 */
allenwtsu2aca9892019-11-25 14:38:21 +0800587 public static final int AUDIO_CODEC_EVRC = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC; // 4
Tyler Gunn1c687622019-12-20 11:08:13 -0800588 /**
589 * Enhanced Variable Rate Codec B. Commonly used on CDMA networks.
590 */
allenwtsu2aca9892019-11-25 14:38:21 +0800591 public static final int AUDIO_CODEC_EVRC_B = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B; // 5
Tyler Gunn1c687622019-12-20 11:08:13 -0800592 /**
593 * Enhanced Variable Rate Wideband Codec. See RFC5188.
594 */
allenwtsu2aca9892019-11-25 14:38:21 +0800595 public static final int AUDIO_CODEC_EVRC_WB = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB; // 6
Tyler Gunn1c687622019-12-20 11:08:13 -0800596 /**
597 * Enhanced Variable Rate Narrowband-Wideband Codec.
598 */
allenwtsu2aca9892019-11-25 14:38:21 +0800599 public static final int AUDIO_CODEC_EVRC_NW = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW; // 7
Tyler Gunn1c687622019-12-20 11:08:13 -0800600 /**
601 * GSM Enhanced Full-Rate audio codec, also known as GSM-EFR, GSM 06.60, or simply EFR.
602 */
allenwtsu2aca9892019-11-25 14:38:21 +0800603 public static final int AUDIO_CODEC_GSM_EFR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR; // 8
Tyler Gunn1c687622019-12-20 11:08:13 -0800604 /**
605 * GSM Full-Rate audio codec, also known as GSM-FR, GSM 06.10, GSM, or simply FR.
606 */
allenwtsu2aca9892019-11-25 14:38:21 +0800607 public static final int AUDIO_CODEC_GSM_FR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_FR; // 9
Tyler Gunn1c687622019-12-20 11:08:13 -0800608 /**
609 * GSM Half Rate audio codec.
610 */
allenwtsu2aca9892019-11-25 14:38:21 +0800611 public static final int AUDIO_CODEC_GSM_HR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_HR; // 10
Tyler Gunn1c687622019-12-20 11:08:13 -0800612 /**
613 * ITU-T G711U audio codec.
614 */
allenwtsu2aca9892019-11-25 14:38:21 +0800615 public static final int AUDIO_CODEC_G711U = ImsStreamMediaProfile.AUDIO_QUALITY_G711U; // 11
Tyler Gunn1c687622019-12-20 11:08:13 -0800616 /**
617 * ITU-T G723 audio codec.
618 */
allenwtsu2aca9892019-11-25 14:38:21 +0800619 public static final int AUDIO_CODEC_G723 = ImsStreamMediaProfile.AUDIO_QUALITY_G723; // 12
Tyler Gunn1c687622019-12-20 11:08:13 -0800620 /**
621 * ITU-T G711A audio codec.
622 */
allenwtsu2aca9892019-11-25 14:38:21 +0800623 public static final int AUDIO_CODEC_G711A = ImsStreamMediaProfile.AUDIO_QUALITY_G711A; // 13
Tyler Gunn1c687622019-12-20 11:08:13 -0800624 /**
625 * ITU-T G722 audio codec.
626 */
allenwtsu2aca9892019-11-25 14:38:21 +0800627 public static final int AUDIO_CODEC_G722 = ImsStreamMediaProfile.AUDIO_QUALITY_G722; // 14
Tyler Gunn1c687622019-12-20 11:08:13 -0800628 /**
629 * ITU-T G711AB audio codec.
630 */
allenwtsu2aca9892019-11-25 14:38:21 +0800631 public static final int AUDIO_CODEC_G711AB = ImsStreamMediaProfile.AUDIO_QUALITY_G711AB; // 15
Tyler Gunn1c687622019-12-20 11:08:13 -0800632 /**
633 * ITU-T G729 audio codec.
634 */
allenwtsu2aca9892019-11-25 14:38:21 +0800635 public static final int AUDIO_CODEC_G729 = ImsStreamMediaProfile.AUDIO_QUALITY_G729; // 16
Tyler Gunn1c687622019-12-20 11:08:13 -0800636 /**
637 * Enhanced Voice Services Narrowband audio codec. See 3GPP TS 26.441.
638 */
allenwtsu2aca9892019-11-25 14:38:21 +0800639 public static final int AUDIO_CODEC_EVS_NB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_NB; // 17
Tyler Gunn1c687622019-12-20 11:08:13 -0800640 /**
641 * Enhanced Voice Services Wideband audio codec. See 3GPP TS 26.441.
642 */
allenwtsu2aca9892019-11-25 14:38:21 +0800643 public static final int AUDIO_CODEC_EVS_WB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_WB; // 18
Tyler Gunn1c687622019-12-20 11:08:13 -0800644 /**
645 * Enhanced Voice Services Super-Wideband audio codec. See 3GPP TS 26.441.
646 */
allenwtsu2aca9892019-11-25 14:38:21 +0800647 public static final int AUDIO_CODEC_EVS_SWB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB; // 19
Tyler Gunn1c687622019-12-20 11:08:13 -0800648 /**
649 * Enhanced Voice Services Fullband audio codec. See 3GPP TS 26.441.
650 */
allenwtsu2aca9892019-11-25 14:38:21 +0800651 public static final int AUDIO_CODEC_EVS_FB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_FB; // 20
652
Tyler Gunn1c687622019-12-20 11:08:13 -0800653 /**@hide*/
654 @Retention(RetentionPolicy.SOURCE)
655 @IntDef(prefix = "AUDIO_CODEC_", value = {
656 AUDIO_CODEC_NONE,
657 AUDIO_CODEC_AMR,
658 AUDIO_CODEC_AMR_WB,
659 AUDIO_CODEC_QCELP13K,
660 AUDIO_CODEC_EVRC,
661 AUDIO_CODEC_EVRC_B,
662 AUDIO_CODEC_EVRC_WB,
663 AUDIO_CODEC_EVRC_NW,
664 AUDIO_CODEC_GSM_EFR,
665 AUDIO_CODEC_GSM_FR,
666 AUDIO_CODEC_GSM_HR,
667 AUDIO_CODEC_G711U,
668 AUDIO_CODEC_G723,
669 AUDIO_CODEC_G711A,
670 AUDIO_CODEC_G722,
671 AUDIO_CODEC_G711AB,
672 AUDIO_CODEC_G729,
673 AUDIO_CODEC_EVS_NB,
674 AUDIO_CODEC_EVS_SWB,
675 AUDIO_CODEC_EVS_FB
676 })
677 public @interface AudioCodec {}
678
allenwtsu2aca9892019-11-25 14:38:21 +0800679 /**
Tyler Gunn60e5eb62021-07-01 16:55:32 -0700680 * Contains the same value as {@link #getCallerNumberVerificationStatus()}, except will be
681 * present in the {@link #getExtras()} using this key.
682 * @hide
683 */
684 public static final String EXTRA_CALLER_NUMBER_VERIFICATION_STATUS =
685 "android.telecom.extra.CALLER_NUMBER_VERIFICATION_STATUS";
686
687 /**
Tyler Gunn335ff2e2015-07-30 14:18:33 -0700688 * Connection extra key used to store the last forwarded number associated with the current
689 * connection. Used to communicate to the user interface that the connection was forwarded via
690 * the specified number.
691 */
692 public static final String EXTRA_LAST_FORWARDED_NUMBER =
693 "android.telecom.extra.LAST_FORWARDED_NUMBER";
694
695 /**
696 * Connection extra key used to store a child number associated with the current connection.
697 * Used to communicate to the user interface that the connection was received via
698 * a child address (i.e. phone number) associated with the {@link PhoneAccount}'s primary
699 * address.
700 */
701 public static final String EXTRA_CHILD_ADDRESS = "android.telecom.extra.CHILD_ADDRESS";
702
703 /**
704 * Connection extra key used to store the subject for an incoming call. The user interface can
705 * query this extra and display its contents for incoming calls. Will only be used if the
706 * {@link PhoneAccount} supports the capability {@link PhoneAccount#CAPABILITY_CALL_SUBJECT}.
707 */
708 public static final String EXTRA_CALL_SUBJECT = "android.telecom.extra.CALL_SUBJECT";
709
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800710 /**
Tyler Gunn4b6614e2016-06-22 10:35:13 -0700711 * Boolean connection extra key set on a {@link Connection} in
712 * {@link Connection#STATE_RINGING} state to indicate that answering the call will cause the
713 * current active foreground call to be dropped.
714 */
715 public static final String EXTRA_ANSWERING_DROPS_FG_CALL =
716 "android.telecom.extra.ANSWERING_DROPS_FG_CALL";
717
718 /**
Tyler Gunn37653562017-03-13 18:15:15 -0700719 * String connection extra key set on a {@link Connection} in {@link Connection#STATE_RINGING}
720 * state to indicate the name of the third-party app which is responsible for the current
721 * foreground call.
722 * <p>
723 * Used when {@link #EXTRA_ANSWERING_DROPS_FG_CALL} is true to ensure that the default Phone app
724 * is able to inform the user that answering the new incoming call will cause a call owned by
725 * another app to be dropped when the incoming call is answered.
726 */
727 public static final String EXTRA_ANSWERING_DROPS_FG_CALL_APP_NAME =
728 "android.telecom.extra.ANSWERING_DROPS_FG_CALL_APP_NAME";
729
730 /**
Hall Liu10208662016-06-15 17:55:00 -0700731 * Boolean connection extra key on a {@link Connection} which indicates that adding an
Hall Liuee6e86b2016-07-06 16:32:43 -0700732 * additional call is disallowed.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700733 * <p>
734 * Used for mobile-network calls to identify scenarios where carrier requirements preclude
735 * adding another call at the current time.
Hall Liu10208662016-06-15 17:55:00 -0700736 * @hide
737 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700738 @SystemApi
Hall Liuee6e86b2016-07-06 16:32:43 -0700739 public static final String EXTRA_DISABLE_ADD_CALL =
740 "android.telecom.extra.DISABLE_ADD_CALL";
Hall Liu10208662016-06-15 17:55:00 -0700741
742 /**
Tyler Gunncd6ccfd2016-10-17 15:48:19 -0700743 * String connection extra key on a {@link Connection} or {@link Conference} which contains the
744 * original Connection ID associated with the connection. Used in
745 * {@link RemoteConnectionService} to track the Connection ID which was originally assigned to a
746 * connection/conference added via
747 * {@link ConnectionService#addExistingConnection(PhoneAccountHandle, Connection)} and
748 * {@link ConnectionService#addConference(Conference)} APIs. This is important to pass to
749 * Telecom for when it deals with RemoteConnections. When the ConnectionManager wraps the
750 * {@link RemoteConnection} and {@link RemoteConference} and adds it to Telecom, there needs to
751 * be a way to ensure that we don't add the connection again as a duplicate.
752 * <p>
753 * For example, the TelephonyCS calls addExistingConnection for a Connection with ID
754 * {@code TelephonyCS@1}. The ConnectionManager learns of this via
755 * {@link ConnectionService#onRemoteExistingConnectionAdded(RemoteConnection)}, and wraps this
756 * in a new {@link Connection} which it adds to Telecom via
757 * {@link ConnectionService#addExistingConnection(PhoneAccountHandle, Connection)}. As part of
758 * this process, the wrapped RemoteConnection gets assigned a new ID (e.g. {@code ConnMan@1}).
759 * The TelephonyCS will ALSO try to add the existing connection to Telecom, except with the
760 * ID it originally referred to the connection as. Thus Telecom needs to know that the
761 * Connection with ID {@code ConnMan@1} is really the same as {@code TelephonyCS@1}.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700762 * <p>
763 * This is an internal Telecom framework concept and is not exposed outside of the Telecom
764 * framework.
Tyler Gunncd6ccfd2016-10-17 15:48:19 -0700765 * @hide
766 */
767 public static final String EXTRA_ORIGINAL_CONNECTION_ID =
768 "android.telecom.extra.ORIGINAL_CONNECTION_ID";
769
770 /**
Tyler Gunnc59fd0c2020-04-17 14:03:35 -0700771 * Extra key set on a {@link Connection} when it was created via a remote connection service.
772 * For example, if a connection manager requests a remote connection service to create a call
773 * using one of the remote connection service's phone account handle, this extra will be set so
774 * that Telecom knows that the wrapped remote connection originated in a remote connection
775 * service. We stash this in the extras since connection managers will typically copy the
776 * extras from a {@link RemoteConnection} to a {@link Connection} (there is ultimately not
777 * other way to relate a {@link RemoteConnection} to a {@link Connection}.
778 * @hide
779 */
780 public static final String EXTRA_REMOTE_PHONE_ACCOUNT_HANDLE =
781 "android.telecom.extra.REMOTE_PHONE_ACCOUNT_HANDLE";
782
783 /**
Tyler Gunnfdc4bff2021-06-24 11:25:07 -0700784 * The Telecom call ID of the conference an existing connection should be added to. This is
785 * required when {@link com.android.services.telephony.TelephonyConnectionService} adds a
786 * {@link Conference} to Telecom using the
787 * {@link ConnectionService#addExistingConnection(PhoneAccountHandle, Connection, Conference)}
788 * API. That API specifies a parent conference associated with the new existing connection
789 * being added, and there is no equivalent as part of the {@link RemoteConnectionService} API.
790 * This extra key is used to stack the ID of the conference to which the existing connection
791 * will be added so that Telecom can link it up correctly when the {@link RemoteConference}
792 * is added to Telecom by the connection manager.
793 * @hide
794 */
795 public static final String EXTRA_ADD_TO_CONFERENCE_ID =
796 "android.telecom.extra.ADD_TO_CONFERENCE_ID";
797
798 /**
Tyler Gunnc59fd0c2020-04-17 14:03:35 -0700799 * Extra key set from a {@link ConnectionService} when using the remote connection APIs
800 * (e.g. {@link RemoteConnectionService#createRemoteConnection(PhoneAccountHandle,
801 * ConnectionRequest, boolean)}) to create a remote connection. Provides the receiving
802 * {@link ConnectionService} with a means to know the package name of the requesting
803 * {@link ConnectionService} so that {@link #EXTRA_REMOTE_PHONE_ACCOUNT_HANDLE} can be set for
804 * better visibility in Telecom of where a connection ultimately originated.
805 * @hide
806 */
807 public static final String EXTRA_REMOTE_CONNECTION_ORIGINATING_PACKAGE_NAME =
808 "android.telecom.extra.REMOTE_CONNECTION_ORIGINATING_PACKAGE_NAME";
809
810 /**
Wileen Chiuf2ec2982018-07-01 14:21:50 -0700811 * Boolean connection extra key set on the extras passed to
812 * {@link Connection#sendConnectionEvent} which indicates that audio is present
813 * on the RTT call when the extra value is true.
814 */
815 public static final String EXTRA_IS_RTT_AUDIO_PRESENT =
816 "android.telecom.extra.IS_RTT_AUDIO_PRESENT";
817
818 /**
Tyler Gunn1c687622019-12-20 11:08:13 -0800819 * The audio codec in use for the current {@link Connection}, if known. Examples of valid
820 * values include {@link #AUDIO_CODEC_AMR_WB} and {@link #AUDIO_CODEC_EVS_WB}.
allenwtsu2aca9892019-11-25 14:38:21 +0800821 */
Tyler Gunn1c687622019-12-20 11:08:13 -0800822 public static final @AudioCodec String EXTRA_AUDIO_CODEC =
allenwtsu2aca9892019-11-25 14:38:21 +0800823 "android.telecom.extra.AUDIO_CODEC";
824
825 /**
allenwtsu6ec972a2020-11-10 17:32:46 +0800826 * Float connection extra key used to store the audio codec bitrate in kbps for the current
827 * {@link Connection}.
828 */
829 public static final String EXTRA_AUDIO_CODEC_BITRATE_KBPS =
830 "android.telecom.extra.AUDIO_CODEC_BITRATE_KBPS";
831
832 /**
833 * Float connection extra key used to store the audio codec bandwidth in khz for the current
834 * {@link Connection}.
835 */
836 public static final String EXTRA_AUDIO_CODEC_BANDWIDTH_KHZ =
837 "android.telecom.extra.AUDIO_CODEC_BANDWIDTH_KHZ";
Tyler Gunn78a59ff2021-05-07 16:41:19 -0700838
839 /**
840 * Boolean connection extra key used to indicate whether device to device communication is
841 * available for the current call.
842 * @hide
843 */
844 public static final String EXTRA_IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE =
845 "android.telecom.extra.IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE";
846
allenwtsu6ec972a2020-11-10 17:32:46 +0800847 /**
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800848 * Connection event used to inform Telecom that it should play the on hold tone. This is used
849 * to play a tone when the peer puts the current call on hold. Sent to Telecom via
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700850 * {@link #sendConnectionEvent(String, Bundle)}.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800851 */
852 public static final String EVENT_ON_HOLD_TONE_START =
853 "android.telecom.event.ON_HOLD_TONE_START";
854
855 /**
856 * Connection event used to inform Telecom that it should stop the on hold tone. This is used
857 * to stop a tone when the peer puts the current call on hold. Sent to Telecom via
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700858 * {@link #sendConnectionEvent(String, Bundle)}.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800859 */
860 public static final String EVENT_ON_HOLD_TONE_END =
861 "android.telecom.event.ON_HOLD_TONE_END";
862
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700863 /**
864 * Connection event used to inform {@link InCallService}s when pulling of an external call has
865 * failed. The user interface should inform the user of the error.
866 * <p>
867 * Expected to be used by the {@link ConnectionService} when the {@link Call#pullExternalCall()}
868 * API is called on a {@link Call} with the properties
869 * {@link Call.Details#PROPERTY_IS_EXTERNAL_CALL} and
870 * {@link Call.Details#CAPABILITY_CAN_PULL_CALL}, but the {@link ConnectionService} could not
871 * pull the external call due to an error condition.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700872 * <p>
873 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
874 * expected to be null when this connection event is used.
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700875 */
876 public static final String EVENT_CALL_PULL_FAILED = "android.telecom.event.CALL_PULL_FAILED";
877
Brad Ebinger2c1c16452016-05-27 15:58:10 -0700878 /**
879 * Connection event used to inform {@link InCallService}s when the merging of two calls has
880 * failed. The User Interface should use this message to inform the user of the error.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700881 * <p>
882 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
883 * expected to be null when this connection event is used.
Brad Ebinger2c1c16452016-05-27 15:58:10 -0700884 */
885 public static final String EVENT_CALL_MERGE_FAILED = "android.telecom.event.CALL_MERGE_FAILED";
886
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700887 /**
Hall Liu06ae75b2019-03-11 19:11:35 -0700888 * Connection event used to inform Telecom when a hold operation on a call has failed.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700889 * <p>
Hall Liu06ae75b2019-03-11 19:11:35 -0700890 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
891 * expected to be null when this connection event is used.
Hall Liu06ae75b2019-03-11 19:11:35 -0700892 */
893 public static final String EVENT_CALL_HOLD_FAILED = "android.telecom.event.CALL_HOLD_FAILED";
894
895 /**
Masaho Nishikawacb8fa742019-11-07 14:41:21 +0900896 * Connection event used to inform Telecom when a switch operation on a call has failed.
897 * <p>
898 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
899 * expected to be null when this connection event is used.
900 */
901 public static final String EVENT_CALL_SWITCH_FAILED =
902 "android.telecom.event.CALL_SWITCH_FAILED";
903
904 /**
Tyler Gunn78da7812017-05-09 14:34:57 -0700905 * Connection event used to inform {@link InCallService}s when the process of merging a
906 * Connection into a conference has begun.
907 * <p>
908 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
909 * expected to be null when this connection event is used.
Tyler Gunn78da7812017-05-09 14:34:57 -0700910 */
911 public static final String EVENT_MERGE_START = "android.telecom.event.MERGE_START";
912
913 /**
914 * Connection event used to inform {@link InCallService}s when the process of merging a
915 * Connection into a conference has completed.
916 * <p>
917 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
918 * expected to be null when this connection event is used.
Tyler Gunn78da7812017-05-09 14:34:57 -0700919 */
920 public static final String EVENT_MERGE_COMPLETE = "android.telecom.event.MERGE_COMPLETE";
921
922 /**
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700923 * Connection event used to inform {@link InCallService}s when a call has been put on hold by
924 * the remote party.
925 * <p>
926 * This is different than the {@link Connection#STATE_HOLDING} state which indicates that the
927 * call is being held locally on the device. When a capable {@link ConnectionService} receives
928 * signalling to indicate that the remote party has put the call on hold, it can send this
929 * connection event.
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700930 */
931 public static final String EVENT_CALL_REMOTELY_HELD =
932 "android.telecom.event.CALL_REMOTELY_HELD";
933
934 /**
935 * Connection event used to inform {@link InCallService}s when a call which was remotely held
936 * (see {@link #EVENT_CALL_REMOTELY_HELD}) has been un-held by the remote party.
937 * <p>
938 * This is different than the {@link Connection#STATE_HOLDING} state which indicates that the
939 * call is being held locally on the device. When a capable {@link ConnectionService} receives
940 * signalling to indicate that the remote party has taken the call off hold, it can send this
941 * connection event.
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700942 */
943 public static final String EVENT_CALL_REMOTELY_UNHELD =
944 "android.telecom.event.CALL_REMOTELY_UNHELD";
945
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700946 /**
947 * Connection event used to inform an {@link InCallService} which initiated a call handover via
948 * {@link Call#EVENT_REQUEST_HANDOVER} that the handover from this {@link Connection} has
949 * successfully completed.
950 * @hide
Tyler Gunn1a505fa2018-09-14 13:36:38 -0700951 * @deprecated Use {@link Call#handoverTo(PhoneAccountHandle, int, Bundle)} and its associated
952 * APIs instead.
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700953 */
954 public static final String EVENT_HANDOVER_COMPLETE =
955 "android.telecom.event.HANDOVER_COMPLETE";
956
957 /**
958 * Connection event used to inform an {@link InCallService} which initiated a call handover via
959 * {@link Call#EVENT_REQUEST_HANDOVER} that the handover from this {@link Connection} has failed
960 * to complete.
961 * @hide
Tyler Gunn1a505fa2018-09-14 13:36:38 -0700962 * @deprecated Use {@link Call#handoverTo(PhoneAccountHandle, int, Bundle)} and its associated
963 * APIs instead.
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700964 */
965 public static final String EVENT_HANDOVER_FAILED =
966 "android.telecom.event.HANDOVER_FAILED";
967
shilub7ec9a02018-11-09 15:52:04 -0800968 /**
Shi Lu528eb5b2019-02-08 05:09:11 +0000969 * String Connection extra key used to store SIP invite fields for an incoming call for IMS call
shilub7ec9a02018-11-09 15:52:04 -0800970 */
971 public static final String EXTRA_SIP_INVITE = "android.telecom.extra.SIP_INVITE";
972
Wileen Chiuf2ec2982018-07-01 14:21:50 -0700973 /**
974 * Connection event used to inform an {@link InCallService} that the RTT audio indication
975 * has changed.
976 */
977 public static final String EVENT_RTT_AUDIO_INDICATION_CHANGED =
978 "android.telecom.event.RTT_AUDIO_INDICATION_CHANGED";
979
Tyler Gunnd5821842021-02-05 11:12:57 -0800980 /**
981 * Connection event used to signal between the telephony {@link ConnectionService} and Telecom
982 * when device to device messages are sent/received.
983 * <p>
984 * Device to device messages originating from the network are sent by telephony using
985 * {@link Connection#sendConnectionEvent(String, Bundle)} and are routed up to any active
986 * {@link CallDiagnosticService} implementation which is active.
987 * <p>
988 * Likewise, if a {@link CallDiagnosticService} sends a message using
Tyler Gunn066de602021-03-16 09:58:07 -0700989 * {@link CallDiagnostics#sendDeviceToDeviceMessage(int, int)}, it will be routed to telephony
Tyler Gunnd5821842021-02-05 11:12:57 -0800990 * via {@link Connection#onCallEvent(String, Bundle)}. The telephony stack will relay the
991 * message to the other device.
992 * @hide
993 */
994 @SystemApi
995 public static final String EVENT_DEVICE_TO_DEVICE_MESSAGE =
996 "android.telecom.event.DEVICE_TO_DEVICE_MESSAGE";
997
998 /**
999 * Sent along with {@link #EVENT_DEVICE_TO_DEVICE_MESSAGE} to indicate the device to device
1000 * message type.
1001 *
Tyler Gunn066de602021-03-16 09:58:07 -07001002 * See {@link CallDiagnostics} for more information.
Tyler Gunnd5821842021-02-05 11:12:57 -08001003 * @hide
1004 */
1005 @SystemApi
1006 public static final String EXTRA_DEVICE_TO_DEVICE_MESSAGE_TYPE =
1007 "android.telecom.extra.DEVICE_TO_DEVICE_MESSAGE_TYPE";
1008
1009 /**
1010 * Sent along with {@link #EVENT_DEVICE_TO_DEVICE_MESSAGE} to indicate the device to device
1011 * message value.
1012 * <p>
Tyler Gunn066de602021-03-16 09:58:07 -07001013 * See {@link CallDiagnostics} for more information.
Tyler Gunnd5821842021-02-05 11:12:57 -08001014 * @hide
1015 */
1016 @SystemApi
1017 public static final String EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE =
1018 "android.telecom.extra.DEVICE_TO_DEVICE_MESSAGE_VALUE";
1019
Tyler Gunn0a1c6d12021-03-12 15:44:08 -08001020 /**
1021 * Connection event used to communicate a {@link android.telephony.CallQuality} report from
1022 * telephony to Telecom for relaying to
1023 * {@link DiagnosticCall#onCallQualityReceived(CallQuality)}.
1024 * @hide
1025 */
1026 public static final String EVENT_CALL_QUALITY_REPORT =
1027 "android.telecom.event.CALL_QUALITY_REPORT";
1028
1029 /**
1030 * Extra sent with {@link #EVENT_CALL_QUALITY_REPORT} containing the
1031 * {@link android.telephony.CallQuality} data.
1032 * @hide
1033 */
1034 public static final String EXTRA_CALL_QUALITY_REPORT =
1035 "android.telecom.extra.CALL_QUALITY_REPORT";
1036
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001037 // Flag controlling whether PII is emitted into the logs
1038 private static final boolean PII_DEBUG = Log.isLoggable(android.util.Log.DEBUG);
1039
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001040 /**
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07001041 * Renders a set of capability bits ({@code CAPABILITY_*}) as a human readable string.
1042 *
1043 * @param capabilities A capability bit field.
1044 * @return A human readable string representation.
1045 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001046 public static String capabilitiesToString(int capabilities) {
Santos Cordon1a749302016-07-26 16:08:53 -07001047 return capabilitiesToStringInternal(capabilities, true /* isLong */);
1048 }
1049
1050 /**
1051 * Renders a set of capability bits ({@code CAPABILITY_*}) as a *short* human readable
1052 * string.
1053 *
1054 * @param capabilities A capability bit field.
1055 * @return A human readable string representation.
1056 * @hide
1057 */
1058 public static String capabilitiesToStringShort(int capabilities) {
1059 return capabilitiesToStringInternal(capabilities, false /* isLong */);
1060 }
1061
1062 private static String capabilitiesToStringInternal(int capabilities, boolean isLong) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001063 StringBuilder builder = new StringBuilder();
Santos Cordon1a749302016-07-26 16:08:53 -07001064 builder.append("[");
1065 if (isLong) {
1066 builder.append("Capabilities:");
1067 }
1068
Tyler Gunnc63f9082019-10-15 13:19:26 -07001069 if ((capabilities & CAPABILITY_HOLD) == CAPABILITY_HOLD) {
Santos Cordon1a749302016-07-26 16:08:53 -07001070 builder.append(isLong ? " CAPABILITY_HOLD" : " hld");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001071 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001072 if ((capabilities & CAPABILITY_SUPPORT_HOLD) == CAPABILITY_SUPPORT_HOLD) {
Santos Cordon1a749302016-07-26 16:08:53 -07001073 builder.append(isLong ? " CAPABILITY_SUPPORT_HOLD" : " sup_hld");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001074 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001075 if ((capabilities & CAPABILITY_MERGE_CONFERENCE) == CAPABILITY_MERGE_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001076 builder.append(isLong ? " CAPABILITY_MERGE_CONFERENCE" : " mrg_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001077 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001078 if ((capabilities & CAPABILITY_SWAP_CONFERENCE) == CAPABILITY_SWAP_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001079 builder.append(isLong ? " CAPABILITY_SWAP_CONFERENCE" : " swp_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001080 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001081 if ((capabilities & CAPABILITY_RESPOND_VIA_TEXT) == CAPABILITY_RESPOND_VIA_TEXT) {
Santos Cordon1a749302016-07-26 16:08:53 -07001082 builder.append(isLong ? " CAPABILITY_RESPOND_VIA_TEXT" : " txt");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001083 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001084 if ((capabilities & CAPABILITY_MUTE) == CAPABILITY_MUTE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001085 builder.append(isLong ? " CAPABILITY_MUTE" : " mut");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001086 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001087 if ((capabilities & CAPABILITY_MANAGE_CONFERENCE) == CAPABILITY_MANAGE_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001088 builder.append(isLong ? " CAPABILITY_MANAGE_CONFERENCE" : " mng_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001089 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001090 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_RX) == CAPABILITY_SUPPORTS_VT_LOCAL_RX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001091 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_RX" : " VTlrx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001092 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001093 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_TX) == CAPABILITY_SUPPORTS_VT_LOCAL_TX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001094 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_TX" : " VTltx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001095 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001096 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL)
1097 == CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001098 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL" : " VTlbi");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001099 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001100 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_RX) == CAPABILITY_SUPPORTS_VT_REMOTE_RX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001101 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_RX" : " VTrrx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001102 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001103 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_TX) == CAPABILITY_SUPPORTS_VT_REMOTE_TX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001104 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_TX" : " VTrtx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001105 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001106 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL)
1107 == CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001108 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL" : " VTrbi");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001109 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001110 if ((capabilities & CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO)
1111 == CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001112 builder.append(isLong ? " CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO" : " !v2a");
Tyler Gunnf97a0092016-01-19 15:59:34 -08001113 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001114 if ((capabilities & CAPABILITY_SPEED_UP_MT_AUDIO) == CAPABILITY_SPEED_UP_MT_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001115 builder.append(isLong ? " CAPABILITY_SPEED_UP_MT_AUDIO" : " spd_aud");
Dong Zhou89f41eb2015-03-15 11:59:49 -05001116 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001117 if ((capabilities & CAPABILITY_CAN_UPGRADE_TO_VIDEO) == CAPABILITY_CAN_UPGRADE_TO_VIDEO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001118 builder.append(isLong ? " CAPABILITY_CAN_UPGRADE_TO_VIDEO" : " a2v");
Rekha Kumar07366812015-03-24 16:42:31 -07001119 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001120 if ((capabilities & CAPABILITY_CAN_PAUSE_VIDEO) == CAPABILITY_CAN_PAUSE_VIDEO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001121 builder.append(isLong ? " CAPABILITY_CAN_PAUSE_VIDEO" : " paus_VT");
Tyler Gunnb5e0cfb2015-04-07 16:10:51 -07001122 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001123 if ((capabilities & CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)
1124 == CAPABILITY_CONFERENCE_HAS_NO_CHILDREN) {
Santos Cordon1a749302016-07-26 16:08:53 -07001125 builder.append(isLong ? " CAPABILITY_SINGLE_PARTY_CONFERENCE" : " 1p_cnf");
Tyler Gunnd4091732015-06-29 09:15:37 -07001126 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001127 if ((capabilities & CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION)
1128 == CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION) {
Santos Cordon1a749302016-07-26 16:08:53 -07001129 builder.append(isLong ? " CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION" : " rsp_by_con");
Bryce Lee81901682015-08-28 16:38:02 -07001130 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001131 if ((capabilities & CAPABILITY_CAN_PULL_CALL) == CAPABILITY_CAN_PULL_CALL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001132 builder.append(isLong ? " CAPABILITY_CAN_PULL_CALL" : " pull");
Tyler Gunn876dbfb2016-03-14 15:18:07 -07001133 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001134 if ((capabilities & CAPABILITY_SUPPORT_DEFLECT) == CAPABILITY_SUPPORT_DEFLECT) {
Pooja Jaind34698d2017-12-28 14:15:31 +05301135 builder.append(isLong ? " CAPABILITY_SUPPORT_DEFLECT" : " sup_def");
1136 }
Ravi Paluri404babb2020-01-23 19:02:44 +05301137 if ((capabilities & CAPABILITY_ADD_PARTICIPANT) == CAPABILITY_ADD_PARTICIPANT) {
1138 builder.append(isLong ? " CAPABILITY_ADD_PARTICIPANT" : " add_participant");
1139 }
Ravi Palurif4b38e72020-02-05 12:35:41 +05301140 if ((capabilities & CAPABILITY_TRANSFER) == CAPABILITY_TRANSFER) {
1141 builder.append(isLong ? " CAPABILITY_TRANSFER" : " sup_trans");
1142 }
1143 if ((capabilities & CAPABILITY_TRANSFER_CONSULTATIVE)
1144 == CAPABILITY_TRANSFER_CONSULTATIVE) {
1145 builder.append(isLong ? " CAPABILITY_TRANSFER_CONSULTATIVE" : " sup_cTrans");
1146 }
Alvin Dey2f37d772018-05-18 23:16:10 +05301147 if ((capabilities & CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT)
1148 == CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT) {
1149 builder.append(isLong ? " CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT" : " sup_rtt");
1150 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001151 builder.append("]");
1152 return builder.toString();
1153 }
1154
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07001155 /**
1156 * Renders a set of property bits ({@code PROPERTY_*}) as a human readable string.
1157 *
1158 * @param properties A property bit field.
1159 * @return A human readable string representation.
1160 */
Tyler Gunn720c6642016-03-22 09:02:47 -07001161 public static String propertiesToString(int properties) {
Santos Cordon1a749302016-07-26 16:08:53 -07001162 return propertiesToStringInternal(properties, true /* isLong */);
1163 }
1164
1165 /**
1166 * Renders a set of property bits ({@code PROPERTY_*}) as a *short* human readable string.
1167 *
1168 * @param properties A property bit field.
1169 * @return A human readable string representation.
1170 * @hide
1171 */
1172 public static String propertiesToStringShort(int properties) {
1173 return propertiesToStringInternal(properties, false /* isLong */);
1174 }
1175
1176 private static String propertiesToStringInternal(int properties, boolean isLong) {
Tyler Gunn720c6642016-03-22 09:02:47 -07001177 StringBuilder builder = new StringBuilder();
Santos Cordon1a749302016-07-26 16:08:53 -07001178 builder.append("[");
1179 if (isLong) {
1180 builder.append("Properties:");
1181 }
Tyler Gunn720c6642016-03-22 09:02:47 -07001182
Tyler Gunnc63f9082019-10-15 13:19:26 -07001183 if ((properties & PROPERTY_SELF_MANAGED) == PROPERTY_SELF_MANAGED) {
Tyler Gunnf5035432017-01-09 09:43:12 -08001184 builder.append(isLong ? " PROPERTY_SELF_MANAGED" : " self_mng");
1185 }
1186
Tyler Gunnc63f9082019-10-15 13:19:26 -07001187 if ((properties & PROPERTY_EMERGENCY_CALLBACK_MODE) == PROPERTY_EMERGENCY_CALLBACK_MODE) {
Hall Liu25c7c4d2016-08-30 13:41:02 -07001188 builder.append(isLong ? " PROPERTY_EMERGENCY_CALLBACK_MODE" : " ecbm");
Tyler Gunn720c6642016-03-22 09:02:47 -07001189 }
1190
Tyler Gunnc63f9082019-10-15 13:19:26 -07001191 if ((properties & PROPERTY_HIGH_DEF_AUDIO) == PROPERTY_HIGH_DEF_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001192 builder.append(isLong ? " PROPERTY_HIGH_DEF_AUDIO" : " HD");
Tyler Gunn720c6642016-03-22 09:02:47 -07001193 }
1194
Tyler Gunnc63f9082019-10-15 13:19:26 -07001195 if ((properties & PROPERTY_WIFI) == PROPERTY_WIFI) {
Santos Cordon1a749302016-07-26 16:08:53 -07001196 builder.append(isLong ? " PROPERTY_WIFI" : " wifi");
Tyler Gunn720c6642016-03-22 09:02:47 -07001197 }
1198
Tyler Gunnc63f9082019-10-15 13:19:26 -07001199 if ((properties & PROPERTY_GENERIC_CONFERENCE) == PROPERTY_GENERIC_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001200 builder.append(isLong ? " PROPERTY_GENERIC_CONFERENCE" : " gen_conf");
Tyler Gunn720c6642016-03-22 09:02:47 -07001201 }
1202
Tyler Gunnc63f9082019-10-15 13:19:26 -07001203 if ((properties & PROPERTY_IS_EXTERNAL_CALL) == PROPERTY_IS_EXTERNAL_CALL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001204 builder.append(isLong ? " PROPERTY_IS_EXTERNAL_CALL" : " xtrnl");
Tyler Gunn720c6642016-03-22 09:02:47 -07001205 }
1206
Tyler Gunnc63f9082019-10-15 13:19:26 -07001207 if ((properties & PROPERTY_HAS_CDMA_VOICE_PRIVACY) == PROPERTY_HAS_CDMA_VOICE_PRIVACY) {
Santos Cordon1a749302016-07-26 16:08:53 -07001208 builder.append(isLong ? " PROPERTY_HAS_CDMA_VOICE_PRIVACY" : " priv");
Brad Ebinger15847072016-05-18 11:08:36 -07001209 }
1210
Tyler Gunnc63f9082019-10-15 13:19:26 -07001211 if ((properties & PROPERTY_IS_RTT) == PROPERTY_IS_RTT) {
Hall Liud4d2a8a2018-01-29 17:22:02 -08001212 builder.append(isLong ? " PROPERTY_IS_RTT" : " rtt");
1213 }
1214
Tyler Gunnc63f9082019-10-15 13:19:26 -07001215 if ((properties & PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL)
1216 == PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL) {
Tyler Gunn5bd90852018-09-21 09:37:07 -07001217 builder.append(isLong ? " PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL" : " ecall");
1218 }
1219
Tyler Gunnc63f9082019-10-15 13:19:26 -07001220 if ((properties & PROPERTY_REMOTELY_HOSTED) == PROPERTY_REMOTELY_HOSTED) {
Tyler Gunnac60f952019-05-31 07:23:16 -07001221 builder.append(isLong ? " PROPERTY_REMOTELY_HOSTED" : " remote_hst");
1222 }
1223
Ravi Paluri80aa2142019-12-02 11:57:37 +05301224 if ((properties & PROPERTY_IS_ADHOC_CONFERENCE) == PROPERTY_IS_ADHOC_CONFERENCE) {
1225 builder.append(isLong ? " PROPERTY_IS_ADHOC_CONFERENCE" : " adhoc_conf");
1226 }
1227
Hall Liue0f787c2020-07-08 11:25:56 -07001228 if ((properties & PROPERTY_IS_DOWNGRADED_CONFERENCE) == PROPERTY_IS_DOWNGRADED_CONFERENCE) {
1229 builder.append(isLong ? " PROPERTY_IS_DOWNGRADED_CONFERENCE" : " dngrd_conf");
1230 }
1231
Tyler Gunn720c6642016-03-22 09:02:47 -07001232 builder.append("]");
1233 return builder.toString();
1234 }
1235
Sailesh Nepal091768c2014-06-30 15:15:23 -07001236 /** @hide */
Tyler Gunn633e4c32019-10-24 15:40:48 -07001237 abstract static class Listener {
Ihab Awad542e0ea2014-05-16 10:22:16 -07001238 public void onStateChanged(Connection c, int state) {}
Andrew Lee100e2932014-09-08 15:34:24 -07001239 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {}
Sailesh Nepal61203862014-07-11 14:50:13 -07001240 public void onCallerDisplayNameChanged(
1241 Connection c, String callerDisplayName, int presentation) {}
Tyler Gunnaa07df82014-07-17 07:50:22 -07001242 public void onVideoStateChanged(Connection c, int videoState) {}
Andrew Lee7f3d41f2014-09-11 17:33:16 -07001243 public void onDisconnected(Connection c, DisconnectCause disconnectCause) {}
Sailesh Nepal091768c2014-06-30 15:15:23 -07001244 public void onPostDialWait(Connection c, String remaining) {}
Nancy Chen27d1c2d2014-12-15 16:12:50 -08001245 public void onPostDialChar(Connection c, char nextChar) {}
Andrew Lee100e2932014-09-08 15:34:24 -07001246 public void onRingbackRequested(Connection c, boolean ringback) {}
Sailesh Nepal61203862014-07-11 14:50:13 -07001247 public void onDestroyed(Connection c) {}
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001248 public void onConnectionCapabilitiesChanged(Connection c, int capabilities) {}
Tyler Gunn720c6642016-03-22 09:02:47 -07001249 public void onConnectionPropertiesChanged(Connection c, int properties) {}
Christine Hallstrom2830ce92016-11-30 16:06:42 -08001250 public void onSupportedAudioRoutesChanged(Connection c, int supportedAudioRoutes) {}
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001251 public void onVideoProviderChanged(
1252 Connection c, VideoProvider videoProvider) {}
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001253 public void onAudioModeIsVoipChanged(Connection c, boolean isVoip) {}
1254 public void onStatusHintsChanged(Connection c, StatusHints statusHints) {}
Tyler Gunn6d76ca02014-11-17 15:49:51 -08001255 public void onConferenceablesChanged(
Tyler Gunndf2cbc82015-04-20 09:13:01 -07001256 Connection c, List<Conferenceable> conferenceables) {}
Santos Cordon823fd3c2014-08-07 18:35:18 -07001257 public void onConferenceChanged(Connection c, Conference conference) {}
Anthony Lee17455a32015-04-24 15:25:29 -07001258 public void onConferenceMergeFailed(Connection c) {}
Santos Cordon6b7f9552015-05-27 17:21:45 -07001259 public void onExtrasChanged(Connection c, Bundle extras) {}
Tyler Gunndee56a82016-03-23 16:06:34 -07001260 public void onExtrasRemoved(Connection c, List<String> keys) {}
Tyler Gunn876dbfb2016-03-14 15:18:07 -07001261 public void onConnectionEvent(Connection c, String event, Bundle extras) {}
Hall Liua98f58b52017-11-07 17:59:28 -08001262 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) {}
Hall Liub64ac4c2017-02-06 10:49:48 -08001263 public void onRttInitiationSuccess(Connection c) {}
1264 public void onRttInitiationFailure(Connection c, int reason) {}
1265 public void onRttSessionRemotelyTerminated(Connection c) {}
1266 public void onRemoteRttRequest(Connection c) {}
Srikanth Chintalafcb15012017-05-04 20:58:34 +05301267 /** @hide */
1268 public void onPhoneAccountChanged(Connection c, PhoneAccountHandle pHandle) {}
Mengjun Leng25707742017-07-04 11:10:37 +08001269 public void onConnectionTimeReset(Connection c) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07001270 }
1271
Tyler Gunnb702ef82015-05-29 11:51:53 -07001272 /**
Hall Liu95d55872017-01-25 17:12:49 -08001273 * Provides methods to read and write RTT data to/from the in-call app.
Hall Liu95d55872017-01-25 17:12:49 -08001274 */
1275 public static final class RttTextStream {
1276 private static final int READ_BUFFER_SIZE = 1000;
1277 private final InputStreamReader mPipeFromInCall;
1278 private final OutputStreamWriter mPipeToInCall;
Hall Liub64ac4c2017-02-06 10:49:48 -08001279 private final ParcelFileDescriptor mFdFromInCall;
1280 private final ParcelFileDescriptor mFdToInCall;
Hall Liu17eb1bd2018-07-03 15:17:41 -07001281
1282 private final FileInputStream mFromInCallFileInputStream;
Hall Liu95d55872017-01-25 17:12:49 -08001283 private char[] mReadBuffer = new char[READ_BUFFER_SIZE];
1284
1285 /**
1286 * @hide
1287 */
1288 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) {
Hall Liub64ac4c2017-02-06 10:49:48 -08001289 mFdFromInCall = fromInCall;
1290 mFdToInCall = toInCall;
Hall Liu17eb1bd2018-07-03 15:17:41 -07001291 mFromInCallFileInputStream = new FileInputStream(fromInCall.getFileDescriptor());
Hall Liu730a2592018-06-25 19:48:33 -07001292
1293 // Wrap the FileInputStream in a Channel so that it's interruptible.
Hall Liu95d55872017-01-25 17:12:49 -08001294 mPipeFromInCall = new InputStreamReader(
Hall Liu17eb1bd2018-07-03 15:17:41 -07001295 Channels.newInputStream(Channels.newChannel(mFromInCallFileInputStream)));
Hall Liu95d55872017-01-25 17:12:49 -08001296 mPipeToInCall = new OutputStreamWriter(
Hall Liua549fed2018-02-09 16:40:03 -08001297 new FileOutputStream(toInCall.getFileDescriptor()));
Hall Liu95d55872017-01-25 17:12:49 -08001298 }
1299
1300 /**
1301 * Writes the string {@param input} into the text stream to the UI for this RTT call. Since
1302 * RTT transmits text in real-time, this method should be called as often as text snippets
1303 * are received from the remote user, even if it is only one character.
Hall Liua549fed2018-02-09 16:40:03 -08001304 * <p>
Hall Liu95d55872017-01-25 17:12:49 -08001305 * This method is not thread-safe -- calling it from multiple threads simultaneously may
1306 * lead to interleaved text.
Hall Liua549fed2018-02-09 16:40:03 -08001307 *
Hall Liu95d55872017-01-25 17:12:49 -08001308 * @param input The message to send to the in-call app.
1309 */
1310 public void write(String input) throws IOException {
1311 mPipeToInCall.write(input);
1312 mPipeToInCall.flush();
1313 }
1314
1315
1316 /**
1317 * Reads a string from the in-call app, blocking if there is no data available. Returns
1318 * {@code null} if the RTT conversation has been terminated and there is no further data
1319 * to read.
Hall Liua549fed2018-02-09 16:40:03 -08001320 * <p>
Hall Liu95d55872017-01-25 17:12:49 -08001321 * This method is not thread-safe -- calling it from multiple threads simultaneously may
1322 * lead to interleaved text.
Hall Liua549fed2018-02-09 16:40:03 -08001323 *
Hall Liu95d55872017-01-25 17:12:49 -08001324 * @return A string containing text entered by the user, or {@code null} if the
1325 * conversation has been terminated or if there was an error while reading.
1326 */
Hall Liuffa4a812017-03-02 16:11:00 -08001327 public String read() throws IOException {
1328 int numRead = mPipeFromInCall.read(mReadBuffer, 0, READ_BUFFER_SIZE);
1329 if (numRead < 0) {
1330 return null;
1331 }
1332 return new String(mReadBuffer, 0, numRead);
1333 }
1334
1335 /**
1336 * Non-blocking version of {@link #read()}. Returns {@code null} if there is nothing to
1337 * be read.
Hall Liua549fed2018-02-09 16:40:03 -08001338 *
Hall Liuffa4a812017-03-02 16:11:00 -08001339 * @return A string containing text entered by the user, or {@code null} if the user has
1340 * not entered any new text yet.
1341 */
1342 public String readImmediately() throws IOException {
Hall Liu17eb1bd2018-07-03 15:17:41 -07001343 if (mFromInCallFileInputStream.available() > 0) {
Hall Liuffa4a812017-03-02 16:11:00 -08001344 return read();
1345 } else {
Hall Liu95d55872017-01-25 17:12:49 -08001346 return null;
1347 }
1348 }
Hall Liub64ac4c2017-02-06 10:49:48 -08001349
1350 /** @hide */
1351 public ParcelFileDescriptor getFdFromInCall() {
1352 return mFdFromInCall;
1353 }
1354
1355 /** @hide */
1356 public ParcelFileDescriptor getFdToInCall() {
1357 return mFdToInCall;
1358 }
1359 }
1360
1361 /**
1362 * Provides constants to represent the results of responses to session modify requests sent via
1363 * {@link Call#sendRttRequest()}
1364 */
1365 public static final class RttModifyStatus {
Hall Liu8dd49082017-04-21 14:33:12 -07001366 private RttModifyStatus() {}
Hall Liub64ac4c2017-02-06 10:49:48 -08001367 /**
1368 * Session modify request was successful.
1369 */
1370 public static final int SESSION_MODIFY_REQUEST_SUCCESS = 1;
1371
1372 /**
1373 * Session modify request failed.
1374 */
1375 public static final int SESSION_MODIFY_REQUEST_FAIL = 2;
1376
1377 /**
1378 * Session modify request ignored due to invalid parameters.
1379 */
1380 public static final int SESSION_MODIFY_REQUEST_INVALID = 3;
1381
1382 /**
1383 * Session modify request timed out.
1384 */
1385 public static final int SESSION_MODIFY_REQUEST_TIMED_OUT = 4;
1386
1387 /**
1388 * Session modify request rejected by remote user.
1389 */
1390 public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5;
Hall Liu95d55872017-01-25 17:12:49 -08001391 }
1392
1393 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001394 * Provides a means of controlling the video session associated with a {@link Connection}.
1395 * <p>
1396 * Implementations create a custom subclass of {@link VideoProvider} and the
1397 * {@link ConnectionService} creates an instance sets it on the {@link Connection} using
1398 * {@link Connection#setVideoProvider(VideoProvider)}. Any connection which supports video
1399 * should set the {@link VideoProvider}.
1400 * <p>
1401 * The {@link VideoProvider} serves two primary purposes: it provides a means for Telecom and
1402 * {@link InCallService} implementations to issue requests related to the video session;
1403 * it provides a means for the {@link ConnectionService} to report events and information
1404 * related to the video session to Telecom and the {@link InCallService} implementations.
1405 * <p>
1406 * {@link InCallService} implementations interact with the {@link VideoProvider} via
1407 * {@link android.telecom.InCallService.VideoCall}.
1408 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001409 public static abstract class VideoProvider {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001410 /**
1411 * Video is not being received (no protocol pause was issued).
Tyler Gunnb702ef82015-05-29 11:51:53 -07001412 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001413 */
1414 public static final int SESSION_EVENT_RX_PAUSE = 1;
Evan Charltonbf11f982014-07-20 22:06:28 -07001415
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001416 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001417 * Video reception has resumed after a {@link #SESSION_EVENT_RX_PAUSE}.
1418 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001419 */
1420 public static final int SESSION_EVENT_RX_RESUME = 2;
1421
1422 /**
1423 * Video transmission has begun. This occurs after a negotiated start of video transmission
1424 * when the underlying protocol has actually begun transmitting video to the remote party.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001425 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001426 */
1427 public static final int SESSION_EVENT_TX_START = 3;
1428
1429 /**
1430 * Video transmission has stopped. This occurs after a negotiated stop of video transmission
1431 * when the underlying protocol has actually stopped transmitting video to the remote party.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001432 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001433 */
1434 public static final int SESSION_EVENT_TX_STOP = 4;
1435
1436 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001437 * A camera failure has occurred for the selected camera. The {@link VideoProvider} can use
Tyler Gunnb702ef82015-05-29 11:51:53 -07001438 * this as a cue to inform the user the camera is not available.
1439 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001440 */
1441 public static final int SESSION_EVENT_CAMERA_FAILURE = 5;
1442
1443 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001444 * Issued after {@link #SESSION_EVENT_CAMERA_FAILURE} when the camera is once again ready
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001445 * for operation. The {@link VideoProvider} can use this as a cue to inform the user that
Tyler Gunnb702ef82015-05-29 11:51:53 -07001446 * the camera has become available again.
1447 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001448 */
1449 public static final int SESSION_EVENT_CAMERA_READY = 6;
1450
1451 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001452 * Session event raised by Telecom when
1453 * {@link android.telecom.InCallService.VideoCall#setCamera(String)} is called and the
1454 * caller does not have the necessary {@link android.Manifest.permission#CAMERA} permission.
1455 * @see #handleCallSessionEvent(int)
1456 */
1457 public static final int SESSION_EVENT_CAMERA_PERMISSION_ERROR = 7;
1458
1459 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001460 * Session modify request was successful.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001461 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001462 */
1463 public static final int SESSION_MODIFY_REQUEST_SUCCESS = 1;
1464
1465 /**
1466 * Session modify request failed.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001467 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001468 */
1469 public static final int SESSION_MODIFY_REQUEST_FAIL = 2;
1470
1471 /**
1472 * Session modify request ignored due to invalid parameters.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001473 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001474 */
1475 public static final int SESSION_MODIFY_REQUEST_INVALID = 3;
1476
Rekha Kumar07366812015-03-24 16:42:31 -07001477 /**
1478 * Session modify request timed out.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001479 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Rekha Kumar07366812015-03-24 16:42:31 -07001480 */
1481 public static final int SESSION_MODIFY_REQUEST_TIMED_OUT = 4;
1482
1483 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001484 * Session modify request rejected by remote user.
1485 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Rekha Kumar07366812015-03-24 16:42:31 -07001486 */
1487 public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5;
1488
Tyler Gunn75958422015-04-15 14:23:42 -07001489 private static final int MSG_ADD_VIDEO_CALLBACK = 1;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001490 private static final int MSG_SET_CAMERA = 2;
1491 private static final int MSG_SET_PREVIEW_SURFACE = 3;
1492 private static final int MSG_SET_DISPLAY_SURFACE = 4;
1493 private static final int MSG_SET_DEVICE_ORIENTATION = 5;
1494 private static final int MSG_SET_ZOOM = 6;
1495 private static final int MSG_SEND_SESSION_MODIFY_REQUEST = 7;
1496 private static final int MSG_SEND_SESSION_MODIFY_RESPONSE = 8;
1497 private static final int MSG_REQUEST_CAMERA_CAPABILITIES = 9;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001498 private static final int MSG_REQUEST_CONNECTION_DATA_USAGE = 10;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001499 private static final int MSG_SET_PAUSE_IMAGE = 11;
Tyler Gunn75958422015-04-15 14:23:42 -07001500 private static final int MSG_REMOVE_VIDEO_CALLBACK = 12;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001501
Tyler Gunn6f657ee2016-09-02 09:55:25 -07001502 private static final String SESSION_EVENT_RX_PAUSE_STR = "RX_PAUSE";
1503 private static final String SESSION_EVENT_RX_RESUME_STR = "RX_RESUME";
1504 private static final String SESSION_EVENT_TX_START_STR = "TX_START";
1505 private static final String SESSION_EVENT_TX_STOP_STR = "TX_STOP";
1506 private static final String SESSION_EVENT_CAMERA_FAILURE_STR = "CAMERA_FAIL";
1507 private static final String SESSION_EVENT_CAMERA_READY_STR = "CAMERA_READY";
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001508 private static final String SESSION_EVENT_CAMERA_PERMISSION_ERROR_STR =
1509 "CAMERA_PERMISSION_ERROR";
Tyler Gunn6f657ee2016-09-02 09:55:25 -07001510 private static final String SESSION_EVENT_UNKNOWN_STR = "UNKNOWN";
1511
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001512 private VideoProvider.VideoProviderHandler mMessageHandler;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001513 private final VideoProvider.VideoProviderBinder mBinder;
Tyler Gunn75958422015-04-15 14:23:42 -07001514
1515 /**
1516 * Stores a list of the video callbacks, keyed by IBinder.
Tyler Gunn84f381b2015-06-12 09:26:45 -07001517 *
1518 * ConcurrentHashMap constructor params: 8 is initial table size, 0.9f is
1519 * load factor before resizing, 1 means we only expect a single thread to
1520 * access the map so make only a single shard
Tyler Gunn75958422015-04-15 14:23:42 -07001521 */
Tyler Gunn84f381b2015-06-12 09:26:45 -07001522 private ConcurrentHashMap<IBinder, IVideoCallback> mVideoCallbacks =
1523 new ConcurrentHashMap<IBinder, IVideoCallback>(8, 0.9f, 1);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001524
1525 /**
1526 * Default handler used to consolidate binder method calls onto a single thread.
1527 */
1528 private final class VideoProviderHandler extends Handler {
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001529 public VideoProviderHandler() {
1530 super();
1531 }
1532
1533 public VideoProviderHandler(Looper looper) {
1534 super(looper);
1535 }
1536
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001537 @Override
1538 public void handleMessage(Message msg) {
1539 switch (msg.what) {
Tyler Gunn75958422015-04-15 14:23:42 -07001540 case MSG_ADD_VIDEO_CALLBACK: {
1541 IBinder binder = (IBinder) msg.obj;
1542 IVideoCallback callback = IVideoCallback.Stub
1543 .asInterface((IBinder) msg.obj);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001544 if (callback == null) {
1545 Log.w(this, "addVideoProvider - skipped; callback is null.");
1546 break;
1547 }
1548
Tyler Gunn75958422015-04-15 14:23:42 -07001549 if (mVideoCallbacks.containsKey(binder)) {
1550 Log.i(this, "addVideoProvider - skipped; already present.");
1551 break;
1552 }
1553 mVideoCallbacks.put(binder, callback);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001554 break;
Tyler Gunn75958422015-04-15 14:23:42 -07001555 }
1556 case MSG_REMOVE_VIDEO_CALLBACK: {
1557 IBinder binder = (IBinder) msg.obj;
1558 IVideoCallback callback = IVideoCallback.Stub
1559 .asInterface((IBinder) msg.obj);
1560 if (!mVideoCallbacks.containsKey(binder)) {
1561 Log.i(this, "removeVideoProvider - skipped; not present.");
1562 break;
1563 }
1564 mVideoCallbacks.remove(binder);
1565 break;
1566 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001567 case MSG_SET_CAMERA:
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001568 {
1569 SomeArgs args = (SomeArgs) msg.obj;
1570 try {
1571 onSetCamera((String) args.arg1);
1572 onSetCamera((String) args.arg1, (String) args.arg2, args.argi1,
Tyler Gunn159f35c2017-03-02 09:28:37 -08001573 args.argi2, args.argi3);
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001574 } finally {
1575 args.recycle();
1576 }
1577 }
1578 break;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001579 case MSG_SET_PREVIEW_SURFACE:
1580 onSetPreviewSurface((Surface) msg.obj);
1581 break;
1582 case MSG_SET_DISPLAY_SURFACE:
1583 onSetDisplaySurface((Surface) msg.obj);
1584 break;
1585 case MSG_SET_DEVICE_ORIENTATION:
1586 onSetDeviceOrientation(msg.arg1);
1587 break;
1588 case MSG_SET_ZOOM:
1589 onSetZoom((Float) msg.obj);
1590 break;
Tyler Gunn45382162015-05-06 08:52:27 -07001591 case MSG_SEND_SESSION_MODIFY_REQUEST: {
1592 SomeArgs args = (SomeArgs) msg.obj;
1593 try {
1594 onSendSessionModifyRequest((VideoProfile) args.arg1,
1595 (VideoProfile) args.arg2);
1596 } finally {
1597 args.recycle();
1598 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001599 break;
Tyler Gunn45382162015-05-06 08:52:27 -07001600 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001601 case MSG_SEND_SESSION_MODIFY_RESPONSE:
1602 onSendSessionModifyResponse((VideoProfile) msg.obj);
1603 break;
1604 case MSG_REQUEST_CAMERA_CAPABILITIES:
1605 onRequestCameraCapabilities();
1606 break;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001607 case MSG_REQUEST_CONNECTION_DATA_USAGE:
1608 onRequestConnectionDataUsage();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001609 break;
1610 case MSG_SET_PAUSE_IMAGE:
Yorke Lee32f24732015-05-12 16:18:03 -07001611 onSetPauseImage((Uri) msg.obj);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001612 break;
1613 default:
1614 break;
1615 }
1616 }
1617 }
1618
1619 /**
1620 * IVideoProvider stub implementation.
1621 */
1622 private final class VideoProviderBinder extends IVideoProvider.Stub {
Tyler Gunn75958422015-04-15 14:23:42 -07001623 public void addVideoCallback(IBinder videoCallbackBinder) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001624 mMessageHandler.obtainMessage(
Tyler Gunn75958422015-04-15 14:23:42 -07001625 MSG_ADD_VIDEO_CALLBACK, videoCallbackBinder).sendToTarget();
1626 }
1627
1628 public void removeVideoCallback(IBinder videoCallbackBinder) {
1629 mMessageHandler.obtainMessage(
1630 MSG_REMOVE_VIDEO_CALLBACK, videoCallbackBinder).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001631 }
1632
Tyler Gunn159f35c2017-03-02 09:28:37 -08001633 public void setCamera(String cameraId, String callingPackageName,
1634 int targetSdkVersion) {
1635
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001636 SomeArgs args = SomeArgs.obtain();
1637 args.arg1 = cameraId;
1638 // Propagate the calling package; originally determined in
1639 // android.telecom.InCallService.VideoCall#setCamera(String) from the calling
1640 // process.
1641 args.arg2 = callingPackageName;
1642 // Pass along the uid and pid of the calling app; this gets lost when we put the
1643 // message onto the handler. These are required for Telecom to perform a permission
1644 // check to see if the calling app is able to use the camera.
1645 args.argi1 = Binder.getCallingUid();
1646 args.argi2 = Binder.getCallingPid();
Tyler Gunn159f35c2017-03-02 09:28:37 -08001647 // Pass along the target SDK version of the calling InCallService. This is used to
1648 // maintain backwards compatibility of the API for older callers.
1649 args.argi3 = targetSdkVersion;
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001650 mMessageHandler.obtainMessage(MSG_SET_CAMERA, args).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001651 }
1652
1653 public void setPreviewSurface(Surface surface) {
1654 mMessageHandler.obtainMessage(MSG_SET_PREVIEW_SURFACE, surface).sendToTarget();
1655 }
1656
1657 public void setDisplaySurface(Surface surface) {
1658 mMessageHandler.obtainMessage(MSG_SET_DISPLAY_SURFACE, surface).sendToTarget();
1659 }
1660
1661 public void setDeviceOrientation(int rotation) {
Rekha Kumar07366812015-03-24 16:42:31 -07001662 mMessageHandler.obtainMessage(
1663 MSG_SET_DEVICE_ORIENTATION, rotation, 0).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001664 }
1665
1666 public void setZoom(float value) {
1667 mMessageHandler.obtainMessage(MSG_SET_ZOOM, value).sendToTarget();
1668 }
1669
Tyler Gunn45382162015-05-06 08:52:27 -07001670 public void sendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) {
1671 SomeArgs args = SomeArgs.obtain();
1672 args.arg1 = fromProfile;
1673 args.arg2 = toProfile;
1674 mMessageHandler.obtainMessage(MSG_SEND_SESSION_MODIFY_REQUEST, args).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001675 }
1676
1677 public void sendSessionModifyResponse(VideoProfile responseProfile) {
1678 mMessageHandler.obtainMessage(
1679 MSG_SEND_SESSION_MODIFY_RESPONSE, responseProfile).sendToTarget();
1680 }
1681
1682 public void requestCameraCapabilities() {
1683 mMessageHandler.obtainMessage(MSG_REQUEST_CAMERA_CAPABILITIES).sendToTarget();
1684 }
1685
1686 public void requestCallDataUsage() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001687 mMessageHandler.obtainMessage(MSG_REQUEST_CONNECTION_DATA_USAGE).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001688 }
1689
Yorke Lee32f24732015-05-12 16:18:03 -07001690 public void setPauseImage(Uri uri) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001691 mMessageHandler.obtainMessage(MSG_SET_PAUSE_IMAGE, uri).sendToTarget();
1692 }
1693 }
1694
1695 public VideoProvider() {
1696 mBinder = new VideoProvider.VideoProviderBinder();
Tyler Gunn84f381b2015-06-12 09:26:45 -07001697 mMessageHandler = new VideoProvider.VideoProviderHandler(Looper.getMainLooper());
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001698 }
1699
1700 /**
1701 * Creates an instance of the {@link VideoProvider}, specifying the looper to use.
1702 *
1703 * @param looper The looper.
1704 * @hide
1705 */
Mathew Inwood42346d12018-08-01 11:33:05 +01001706 @UnsupportedAppUsage
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001707 public VideoProvider(Looper looper) {
1708 mBinder = new VideoProvider.VideoProviderBinder();
1709 mMessageHandler = new VideoProvider.VideoProviderHandler(looper);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001710 }
1711
1712 /**
1713 * Returns binder object which can be used across IPC methods.
1714 * @hide
1715 */
1716 public final IVideoProvider getInterface() {
1717 return mBinder;
1718 }
1719
1720 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001721 * Sets the camera to be used for the outgoing video.
1722 * <p>
1723 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1724 * camera via
1725 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1726 * <p>
1727 * Sent from the {@link InCallService} via
1728 * {@link InCallService.VideoCall#setCamera(String)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001729 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001730 * @param cameraId The id of the camera (use ids as reported by
1731 * {@link CameraManager#getCameraIdList()}).
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001732 */
1733 public abstract void onSetCamera(String cameraId);
1734
1735 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001736 * Sets the camera to be used for the outgoing video.
1737 * <p>
1738 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1739 * camera via
1740 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1741 * <p>
1742 * This prototype is used internally to ensure that the calling package name, UID and PID
1743 * are sent to Telecom so that can perform a camera permission check on the caller.
1744 * <p>
1745 * Sent from the {@link InCallService} via
1746 * {@link InCallService.VideoCall#setCamera(String)}.
1747 *
1748 * @param cameraId The id of the camera (use ids as reported by
1749 * {@link CameraManager#getCameraIdList()}).
1750 * @param callingPackageName The AppOpps package name of the caller.
1751 * @param callingUid The UID of the caller.
1752 * @param callingPid The PID of the caller.
Tyler Gunn159f35c2017-03-02 09:28:37 -08001753 * @param targetSdkVersion The target SDK version of the caller.
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001754 * @hide
1755 */
1756 public void onSetCamera(String cameraId, String callingPackageName, int callingUid,
Tyler Gunn159f35c2017-03-02 09:28:37 -08001757 int callingPid, int targetSdkVersion) {}
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001758
1759 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001760 * Sets the surface to be used for displaying a preview of what the user's camera is
1761 * currently capturing. When video transmission is enabled, this is the video signal which
1762 * is sent to the remote device.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001763 * <p>
1764 * Sent from the {@link InCallService} via
1765 * {@link InCallService.VideoCall#setPreviewSurface(Surface)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001766 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001767 * @param surface The {@link Surface}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001768 */
1769 public abstract void onSetPreviewSurface(Surface surface);
1770
1771 /**
1772 * Sets the surface to be used for displaying the video received from the remote device.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001773 * <p>
1774 * Sent from the {@link InCallService} via
1775 * {@link InCallService.VideoCall#setDisplaySurface(Surface)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001776 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001777 * @param surface The {@link Surface}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001778 */
1779 public abstract void onSetDisplaySurface(Surface surface);
1780
1781 /**
1782 * Sets the device orientation, in degrees. Assumes that a standard portrait orientation of
1783 * the device is 0 degrees.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001784 * <p>
1785 * Sent from the {@link InCallService} via
1786 * {@link InCallService.VideoCall#setDeviceOrientation(int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001787 *
1788 * @param rotation The device orientation, in degrees.
1789 */
1790 public abstract void onSetDeviceOrientation(int rotation);
1791
1792 /**
Tyler Gunnc603b462021-06-14 17:24:40 -07001793 * Sets the camera zoom ratio.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001794 * <p>
1795 * Sent from the {@link InCallService} via {@link InCallService.VideoCall#setZoom(float)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001796 *
Tyler Gunnc603b462021-06-14 17:24:40 -07001797 * @param value The camera zoom ratio; for the current camera, should be a value in the
1798 * range defined by
1799 * {@link android.hardware.camera2.CameraCharacteristics#CONTROL_ZOOM_RATIO_RANGE}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001800 */
1801 public abstract void onSetZoom(float value);
1802
1803 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001804 * Issues a request to modify the properties of the current video session.
1805 * <p>
1806 * Example scenarios include: requesting an audio-only call to be upgraded to a
1807 * bi-directional video call, turning on or off the user's camera, sending a pause signal
1808 * when the {@link InCallService} is no longer the foreground application.
1809 * <p>
1810 * If the {@link VideoProvider} determines a request to be invalid, it should call
1811 * {@link #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)} to report the
1812 * invalid request back to the {@link InCallService}.
1813 * <p>
1814 * Where a request requires confirmation from the user of the peer device, the
1815 * {@link VideoProvider} must communicate the request to the peer device and handle the
1816 * user's response. {@link #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)}
1817 * is used to inform the {@link InCallService} of the result of the request.
1818 * <p>
1819 * Sent from the {@link InCallService} via
1820 * {@link InCallService.VideoCall#sendSessionModifyRequest(VideoProfile)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001821 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001822 * @param fromProfile The video profile prior to the request.
1823 * @param toProfile The video profile with the requested changes made.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001824 */
Tyler Gunn45382162015-05-06 08:52:27 -07001825 public abstract void onSendSessionModifyRequest(VideoProfile fromProfile,
1826 VideoProfile toProfile);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001827
Tyler Gunnb702ef82015-05-29 11:51:53 -07001828 /**
1829 * Provides a response to a request to change the current video session properties.
1830 * <p>
1831 * For example, if the peer requests and upgrade from an audio-only call to a bi-directional
1832 * video call, could decline the request and keep the call as audio-only.
1833 * In such a scenario, the {@code responseProfile} would have a video state of
1834 * {@link VideoProfile#STATE_AUDIO_ONLY}. If the user had decided to accept the request,
1835 * the video state would be {@link VideoProfile#STATE_BIDIRECTIONAL}.
1836 * <p>
1837 * Sent from the {@link InCallService} via
1838 * {@link InCallService.VideoCall#sendSessionModifyResponse(VideoProfile)} in response to
1839 * a {@link InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile)}
1840 * callback.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001841 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001842 * @param responseProfile The response video profile.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001843 */
1844 public abstract void onSendSessionModifyResponse(VideoProfile responseProfile);
1845
1846 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001847 * Issues a request to the {@link VideoProvider} to retrieve the camera capabilities.
1848 * <p>
1849 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1850 * camera via
1851 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1852 * <p>
1853 * Sent from the {@link InCallService} via
1854 * {@link InCallService.VideoCall#requestCameraCapabilities()}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001855 */
1856 public abstract void onRequestCameraCapabilities();
1857
1858 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001859 * Issues a request to the {@link VideoProvider} to retrieve the current data usage for the
1860 * video component of the current {@link Connection}.
1861 * <p>
1862 * The {@link VideoProvider} should respond by communicating current data usage, in bytes,
1863 * via {@link VideoProvider#setCallDataUsage(long)}.
1864 * <p>
1865 * Sent from the {@link InCallService} via
1866 * {@link InCallService.VideoCall#requestCallDataUsage()}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001867 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001868 public abstract void onRequestConnectionDataUsage();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001869
1870 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001871 * Provides the {@link VideoProvider} with the {@link Uri} of an image to be displayed to
1872 * the peer device when the video signal is paused.
1873 * <p>
1874 * Sent from the {@link InCallService} via
1875 * {@link InCallService.VideoCall#setPauseImage(Uri)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001876 *
1877 * @param uri URI of image to display.
1878 */
Yorke Lee32f24732015-05-12 16:18:03 -07001879 public abstract void onSetPauseImage(Uri uri);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001880
1881 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001882 * Used to inform listening {@link InCallService} implementations when the
1883 * {@link VideoProvider} receives a session modification request.
1884 * <p>
1885 * Received by the {@link InCallService} via
1886 * {@link InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile)},
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001887 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001888 * @param videoProfile The requested video profile.
1889 * @see #onSendSessionModifyRequest(VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001890 */
1891 public void receiveSessionModifyRequest(VideoProfile videoProfile) {
Tyler Gunn75958422015-04-15 14:23:42 -07001892 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001893 for (IVideoCallback callback : mVideoCallbacks.values()) {
1894 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001895 callback.receiveSessionModifyRequest(videoProfile);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001896 } catch (RemoteException ignored) {
1897 Log.w(this, "receiveSessionModifyRequest callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001898 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001899 }
1900 }
1901 }
1902
1903 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001904 * Used to inform listening {@link InCallService} implementations when the
1905 * {@link VideoProvider} receives a response to a session modification request.
1906 * <p>
1907 * Received by the {@link InCallService} via
1908 * {@link InCallService.VideoCall.Callback#onSessionModifyResponseReceived(int,
1909 * VideoProfile, VideoProfile)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001910 *
1911 * @param status Status of the session modify request. Valid values are
1912 * {@link VideoProvider#SESSION_MODIFY_REQUEST_SUCCESS},
1913 * {@link VideoProvider#SESSION_MODIFY_REQUEST_FAIL},
Tyler Gunnb702ef82015-05-29 11:51:53 -07001914 * {@link VideoProvider#SESSION_MODIFY_REQUEST_INVALID},
1915 * {@link VideoProvider#SESSION_MODIFY_REQUEST_TIMED_OUT},
1916 * {@link VideoProvider#SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE}
1917 * @param requestedProfile The original request which was sent to the peer device.
1918 * @param responseProfile The actual profile changes agreed to by the peer device.
1919 * @see #onSendSessionModifyRequest(VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001920 */
1921 public void receiveSessionModifyResponse(int status,
1922 VideoProfile requestedProfile, VideoProfile responseProfile) {
Tyler Gunn75958422015-04-15 14:23:42 -07001923 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001924 for (IVideoCallback callback : mVideoCallbacks.values()) {
1925 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001926 callback.receiveSessionModifyResponse(status, requestedProfile,
1927 responseProfile);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001928 } catch (RemoteException ignored) {
1929 Log.w(this, "receiveSessionModifyResponse callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001930 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001931 }
1932 }
1933 }
1934
1935 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001936 * Used to inform listening {@link InCallService} implementations when the
1937 * {@link VideoProvider} reports a call session event.
1938 * <p>
1939 * Received by the {@link InCallService} via
1940 * {@link InCallService.VideoCall.Callback#onCallSessionEvent(int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001941 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001942 * @param event The event. Valid values are: {@link VideoProvider#SESSION_EVENT_RX_PAUSE},
1943 * {@link VideoProvider#SESSION_EVENT_RX_RESUME},
1944 * {@link VideoProvider#SESSION_EVENT_TX_START},
1945 * {@link VideoProvider#SESSION_EVENT_TX_STOP},
1946 * {@link VideoProvider#SESSION_EVENT_CAMERA_FAILURE},
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001947 * {@link VideoProvider#SESSION_EVENT_CAMERA_READY},
1948 * {@link VideoProvider#SESSION_EVENT_CAMERA_FAILURE}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001949 */
1950 public void handleCallSessionEvent(int event) {
Tyler Gunn75958422015-04-15 14:23:42 -07001951 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001952 for (IVideoCallback callback : mVideoCallbacks.values()) {
1953 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001954 callback.handleCallSessionEvent(event);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001955 } catch (RemoteException ignored) {
1956 Log.w(this, "handleCallSessionEvent callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001957 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001958 }
1959 }
1960 }
1961
1962 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001963 * Used to inform listening {@link InCallService} implementations when the dimensions of the
1964 * peer's video have changed.
1965 * <p>
1966 * This could occur if, for example, the peer rotates their device, changing the aspect
1967 * ratio of the video, or if the user switches between the back and front cameras.
1968 * <p>
1969 * Received by the {@link InCallService} via
1970 * {@link InCallService.VideoCall.Callback#onPeerDimensionsChanged(int, int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001971 *
1972 * @param width The updated peer video width.
1973 * @param height The updated peer video height.
1974 */
1975 public void changePeerDimensions(int width, int height) {
Tyler Gunn75958422015-04-15 14:23:42 -07001976 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001977 for (IVideoCallback callback : mVideoCallbacks.values()) {
1978 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001979 callback.changePeerDimensions(width, height);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001980 } catch (RemoteException ignored) {
1981 Log.w(this, "changePeerDimensions callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001982 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001983 }
1984 }
1985 }
1986
1987 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001988 * Used to inform listening {@link InCallService} implementations when the data usage of the
1989 * video associated with the current {@link Connection} has changed.
1990 * <p>
1991 * This could be in response to a preview request via
1992 * {@link #onRequestConnectionDataUsage()}, or as a periodic update by the
Tyler Gunn295f5d72015-06-04 11:08:54 -07001993 * {@link VideoProvider}. Where periodic updates of data usage are provided, they should be
1994 * provided at most for every 1 MB of data transferred and no more than once every 10 sec.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001995 * <p>
1996 * Received by the {@link InCallService} via
1997 * {@link InCallService.VideoCall.Callback#onCallDataUsageChanged(long)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001998 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001999 * @param dataUsage The updated data usage (in bytes). Reported as the cumulative bytes
2000 * used since the start of the call.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002001 */
Yorke Lee32f24732015-05-12 16:18:03 -07002002 public void setCallDataUsage(long dataUsage) {
Tyler Gunn75958422015-04-15 14:23:42 -07002003 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002004 for (IVideoCallback callback : mVideoCallbacks.values()) {
2005 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002006 callback.changeCallDataUsage(dataUsage);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002007 } catch (RemoteException ignored) {
2008 Log.w(this, "setCallDataUsage callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002009 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002010 }
2011 }
2012 }
2013
2014 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07002015 * @see #setCallDataUsage(long)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002016 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002017 * @param dataUsage The updated data usage (in byes).
Yorke Lee32f24732015-05-12 16:18:03 -07002018 * @deprecated - Use {@link #setCallDataUsage(long)} instead.
2019 * @hide
2020 */
2021 public void changeCallDataUsage(long dataUsage) {
2022 setCallDataUsage(dataUsage);
2023 }
2024
2025 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07002026 * Used to inform listening {@link InCallService} implementations when the capabilities of
2027 * the current camera have changed.
2028 * <p>
2029 * The {@link VideoProvider} should call this in response to
2030 * {@link VideoProvider#onRequestCameraCapabilities()}, or when the current camera is
2031 * changed via {@link VideoProvider#onSetCamera(String)}.
2032 * <p>
2033 * Received by the {@link InCallService} via
2034 * {@link InCallService.VideoCall.Callback#onCameraCapabilitiesChanged(
2035 * VideoProfile.CameraCapabilities)}.
Yorke Lee32f24732015-05-12 16:18:03 -07002036 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002037 * @param cameraCapabilities The new camera capabilities.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002038 */
Yorke Lee400470f2015-05-12 13:31:25 -07002039 public void changeCameraCapabilities(VideoProfile.CameraCapabilities cameraCapabilities) {
Tyler Gunn75958422015-04-15 14:23:42 -07002040 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002041 for (IVideoCallback callback : mVideoCallbacks.values()) {
2042 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002043 callback.changeCameraCapabilities(cameraCapabilities);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002044 } catch (RemoteException ignored) {
2045 Log.w(this, "changeCameraCapabilities callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002046 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002047 }
2048 }
2049 }
Rekha Kumar07366812015-03-24 16:42:31 -07002050
2051 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07002052 * Used to inform listening {@link InCallService} implementations when the video quality
2053 * of the call has changed.
2054 * <p>
2055 * Received by the {@link InCallService} via
2056 * {@link InCallService.VideoCall.Callback#onVideoQualityChanged(int)}.
Rekha Kumar07366812015-03-24 16:42:31 -07002057 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002058 * @param videoQuality The updated video quality. Valid values:
2059 * {@link VideoProfile#QUALITY_HIGH},
2060 * {@link VideoProfile#QUALITY_MEDIUM},
2061 * {@link VideoProfile#QUALITY_LOW},
2062 * {@link VideoProfile#QUALITY_DEFAULT}.
Rekha Kumar07366812015-03-24 16:42:31 -07002063 */
2064 public void changeVideoQuality(int videoQuality) {
Tyler Gunn75958422015-04-15 14:23:42 -07002065 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002066 for (IVideoCallback callback : mVideoCallbacks.values()) {
2067 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002068 callback.changeVideoQuality(videoQuality);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002069 } catch (RemoteException ignored) {
2070 Log.w(this, "changeVideoQuality callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002071 }
Rekha Kumar07366812015-03-24 16:42:31 -07002072 }
2073 }
2074 }
Tyler Gunn6f657ee2016-09-02 09:55:25 -07002075
2076 /**
2077 * Returns a string representation of a call session event.
2078 *
2079 * @param event A call session event passed to {@link #handleCallSessionEvent(int)}.
2080 * @return String representation of the call session event.
2081 * @hide
2082 */
2083 public static String sessionEventToString(int event) {
2084 switch (event) {
2085 case SESSION_EVENT_CAMERA_FAILURE:
2086 return SESSION_EVENT_CAMERA_FAILURE_STR;
2087 case SESSION_EVENT_CAMERA_READY:
2088 return SESSION_EVENT_CAMERA_READY_STR;
2089 case SESSION_EVENT_RX_PAUSE:
2090 return SESSION_EVENT_RX_PAUSE_STR;
2091 case SESSION_EVENT_RX_RESUME:
2092 return SESSION_EVENT_RX_RESUME_STR;
2093 case SESSION_EVENT_TX_START:
2094 return SESSION_EVENT_TX_START_STR;
2095 case SESSION_EVENT_TX_STOP:
2096 return SESSION_EVENT_TX_STOP_STR;
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08002097 case SESSION_EVENT_CAMERA_PERMISSION_ERROR:
2098 return SESSION_EVENT_CAMERA_PERMISSION_ERROR_STR;
Tyler Gunn6f657ee2016-09-02 09:55:25 -07002099 default:
2100 return SESSION_EVENT_UNKNOWN_STR + " " + event;
2101 }
2102 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002103 }
2104
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002105 private final Listener mConnectionDeathListener = new Listener() {
2106 @Override
2107 public void onDestroyed(Connection c) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002108 if (mConferenceables.remove(c)) {
2109 fireOnConferenceableConnectionsChanged();
2110 }
2111 }
2112 };
2113
2114 private final Conference.Listener mConferenceDeathListener = new Conference.Listener() {
2115 @Override
2116 public void onDestroyed(Conference c) {
2117 if (mConferenceables.remove(c)) {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002118 fireOnConferenceableConnectionsChanged();
2119 }
2120 }
2121 };
2122
Jay Shrauner229e3822014-08-15 09:23:07 -07002123 /**
2124 * ConcurrentHashMap constructor params: 8 is initial table size, 0.9f is
2125 * load factor before resizing, 1 means we only expect a single thread to
2126 * access the map so make only a single shard
2127 */
2128 private final Set<Listener> mListeners = Collections.newSetFromMap(
2129 new ConcurrentHashMap<Listener, Boolean>(8, 0.9f, 1));
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002130 private final List<Conferenceable> mConferenceables = new ArrayList<>();
2131 private final List<Conferenceable> mUnmodifiableConferenceables =
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002132 Collections.unmodifiableList(mConferenceables);
Santos Cordonb6939982014-06-04 20:20:58 -07002133
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002134 // The internal telecom call ID associated with this connection.
2135 private String mTelecomCallId;
Pengquan Meng70c9885332017-10-02 18:09:03 -07002136 // The PhoneAccountHandle associated with this connection.
2137 private PhoneAccountHandle mPhoneAccountHandle;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002138 private int mState = STATE_NEW;
Yorke Lee4af59352015-05-13 14:14:54 -07002139 private CallAudioState mCallAudioState;
Andrew Lee100e2932014-09-08 15:34:24 -07002140 private Uri mAddress;
2141 private int mAddressPresentation;
Sailesh Nepal61203862014-07-11 14:50:13 -07002142 private String mCallerDisplayName;
2143 private int mCallerDisplayNamePresentation;
Andrew Lee100e2932014-09-08 15:34:24 -07002144 private boolean mRingbackRequested = false;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002145 private int mConnectionCapabilities;
Tyler Gunn720c6642016-03-22 09:02:47 -07002146 private int mConnectionProperties;
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002147 private int mSupportedAudioRoutes = CallAudioState.ROUTE_ALL;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002148 private VideoProvider mVideoProvider;
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002149 private boolean mAudioModeIsVoip;
Roshan Piuse927ec02015-07-15 15:47:21 -07002150 private long mConnectTimeMillis = Conference.CONNECT_TIME_NOT_SPECIFIED;
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002151 private long mConnectElapsedTimeMillis = Conference.CONNECT_TIME_NOT_SPECIFIED;
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002152 private StatusHints mStatusHints;
Tyler Gunnaa07df82014-07-17 07:50:22 -07002153 private int mVideoState;
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002154 private DisconnectCause mDisconnectCause;
Santos Cordon823fd3c2014-08-07 18:35:18 -07002155 private Conference mConference;
2156 private ConnectionService mConnectionService;
Santos Cordon6b7f9552015-05-27 17:21:45 -07002157 private Bundle mExtras;
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002158 private final Object mExtrasLock = new Object();
Tyler Gunn6986a632019-06-25 13:45:32 -07002159 /**
2160 * The direction of the connection; used where an existing connection is created and we need to
2161 * communicate to Telecom whether its incoming or outgoing.
2162 */
2163 private @Call.Details.CallDirection int mCallDirection = Call.Details.DIRECTION_UNKNOWN;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002164
2165 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002166 * Tracks the key set for the extras bundle provided on the last invocation of
2167 * {@link #setExtras(Bundle)}. Used so that on subsequent invocations we can remove any extras
2168 * keys which were set previously but are no longer present in the replacement Bundle.
2169 */
2170 private Set<String> mPreviousExtraKeys;
2171
2172 /**
Tyler Gunnd57d76c2019-09-24 14:53:23 -07002173 * The verification status for an incoming call's phone number.
2174 */
2175 private @VerificationStatus int mCallerNumberVerificationStatus;
2176
2177
2178 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002179 * Create a new Connection.
2180 */
Santos Cordonf2951102014-07-20 19:06:29 -07002181 public Connection() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07002182
2183 /**
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002184 * Returns the Telecom internal call ID associated with this connection. Should only be used
2185 * for debugging and tracing purposes.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002186 * <p>
2187 * Note: Access to the Telecom internal call ID is used for logging purposes only; this API is
2188 * provided to facilitate debugging of the Telephony stack only.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002189 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07002190 * @return The Telecom call ID, or {@code null} if it was not set.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002191 * @hide
2192 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002193 @SystemApi
2194 public final @Nullable String getTelecomCallId() {
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002195 return mTelecomCallId;
2196 }
2197
2198 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002199 * @return The address (e.g., phone number) to which this Connection is currently communicating.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002200 */
Andrew Lee100e2932014-09-08 15:34:24 -07002201 public final Uri getAddress() {
2202 return mAddress;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002203 }
2204
2205 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002206 * @return The presentation requirements for the address.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002207 * See {@link TelecomManager} for valid values.
Sailesh Nepal61203862014-07-11 14:50:13 -07002208 */
Andrew Lee100e2932014-09-08 15:34:24 -07002209 public final int getAddressPresentation() {
2210 return mAddressPresentation;
Sailesh Nepal61203862014-07-11 14:50:13 -07002211 }
2212
2213 /**
2214 * @return The caller display name (CNAP).
2215 */
2216 public final String getCallerDisplayName() {
2217 return mCallerDisplayName;
2218 }
2219
2220 /**
Nancy Chen9d568c02014-09-08 14:17:59 -07002221 * @return The presentation requirements for the handle.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002222 * See {@link TelecomManager} for valid values.
Sailesh Nepal61203862014-07-11 14:50:13 -07002223 */
2224 public final int getCallerDisplayNamePresentation() {
2225 return mCallerDisplayNamePresentation;
2226 }
2227
2228 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002229 * @return The state of this Connection.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002230 */
2231 public final int getState() {
2232 return mState;
2233 }
2234
2235 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002236 * Returns the video state of the connection.
Yorke Lee32f24732015-05-12 16:18:03 -07002237 * Valid values: {@link VideoProfile#STATE_AUDIO_ONLY},
2238 * {@link VideoProfile#STATE_BIDIRECTIONAL},
2239 * {@link VideoProfile#STATE_TX_ENABLED},
2240 * {@link VideoProfile#STATE_RX_ENABLED}.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002241 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002242 * @return The video state of the connection.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002243 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002244 public final @VideoProfile.VideoState int getVideoState() {
Tyler Gunnaa07df82014-07-17 07:50:22 -07002245 return mVideoState;
2246 }
2247
2248 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002249 * @return The audio state of the connection, describing how its audio is currently
Ihab Awad542e0ea2014-05-16 10:22:16 -07002250 * being routed by the system. This is {@code null} if this Connection
2251 * does not directly know about its audio state.
Yorke Lee4af59352015-05-13 14:14:54 -07002252 * @deprecated Use {@link #getCallAudioState()} instead.
2253 * @hide
Ihab Awad542e0ea2014-05-16 10:22:16 -07002254 */
Yorke Lee4af59352015-05-13 14:14:54 -07002255 @SystemApi
2256 @Deprecated
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002257 public final AudioState getAudioState() {
Sailesh Nepal000d38a2015-06-21 10:25:13 -07002258 if (mCallAudioState == null) {
2259 return null;
2260 }
Yorke Lee4af59352015-05-13 14:14:54 -07002261 return new AudioState(mCallAudioState);
2262 }
2263
2264 /**
2265 * @return The audio state of the connection, describing how its audio is currently
2266 * being routed by the system. This is {@code null} if this Connection
2267 * does not directly know about its audio state.
2268 */
2269 public final CallAudioState getCallAudioState() {
2270 return mCallAudioState;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002271 }
2272
2273 /**
Santos Cordon823fd3c2014-08-07 18:35:18 -07002274 * @return The conference that this connection is a part of. Null if it is not part of any
2275 * conference.
2276 */
2277 public final Conference getConference() {
2278 return mConference;
2279 }
2280
2281 /**
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002282 * Returns whether this connection is requesting that the system play a ringback tone
2283 * on its behalf.
2284 */
Andrew Lee100e2932014-09-08 15:34:24 -07002285 public final boolean isRingbackRequested() {
2286 return mRingbackRequested;
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002287 }
2288
2289 /**
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002290 * @return True if the connection's audio mode is VOIP.
2291 */
2292 public final boolean getAudioModeIsVoip() {
2293 return mAudioModeIsVoip;
2294 }
2295
2296 /**
Roshan Piuse927ec02015-07-15 15:47:21 -07002297 * Retrieves the connection start time of the {@code Connnection}, if specified. A value of
2298 * {@link Conference#CONNECT_TIME_NOT_SPECIFIED} indicates that Telecom should determine the
2299 * start time of the conference.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002300 * <p>
2301 * Note: This is an implementation detail specific to IMS conference calls over a mobile
2302 * network.
Roshan Piuse927ec02015-07-15 15:47:21 -07002303 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07002304 * @return The time at which the {@code Connnection} was connected. Will be a value as retrieved
2305 * from {@link System#currentTimeMillis()}.
Roshan Piuse927ec02015-07-15 15:47:21 -07002306 *
2307 * @hide
2308 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002309 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002310 public final @IntRange(from = 0) long getConnectTimeMillis() {
Roshan Piuse927ec02015-07-15 15:47:21 -07002311 return mConnectTimeMillis;
2312 }
2313
2314 /**
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002315 * Retrieves the connection start time of the {@link Connection}, if specified. A value of
2316 * {@link Conference#CONNECT_TIME_NOT_SPECIFIED} indicates that Telecom should determine the
Tyler Gunnc9503d62020-01-27 10:30:51 -08002317 * start time of the connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002318 * <p>
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002319 * Based on the value of {@link SystemClock#elapsedRealtime()}, which ensures that wall-clock
2320 * changes do not impact the call duration.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002321 * <p>
2322 * Used internally in Telephony when migrating conference participant data for IMS conferences.
Tyler Gunnc9503d62020-01-27 10:30:51 -08002323 * <p>
2324 * The value returned is the same one set using
2325 * {@link #setConnectionStartElapsedRealtimeMillis(long)}. This value is never updated from
2326 * the Telecom framework, so no permission enforcement occurs when retrieving the value with
2327 * this method.
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002328 *
2329 * @return The time at which the {@link Connection} was connected.
2330 *
2331 * @hide
2332 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002333 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002334 public final @ElapsedRealtimeLong long getConnectionStartElapsedRealtimeMillis() {
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002335 return mConnectElapsedTimeMillis;
2336 }
2337
2338 /**
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002339 * @return The status hints for this connection.
2340 */
2341 public final StatusHints getStatusHints() {
2342 return mStatusHints;
2343 }
2344
2345 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002346 * Returns the extras associated with this connection.
Tyler Gunn2cbe2b52016-05-04 15:48:10 +00002347 * <p>
2348 * Extras should be updated using {@link #putExtras(Bundle)}.
2349 * <p>
2350 * Telecom or an {@link InCallService} can also update the extras via
2351 * {@link android.telecom.Call#putExtras(Bundle)}, and
2352 * {@link Call#removeExtras(List)}.
2353 * <p>
2354 * The connection is notified of changes to the extras made by Telecom or an
2355 * {@link InCallService} by {@link #onExtrasChanged(Bundle)}.
Tyler Gunndee56a82016-03-23 16:06:34 -07002356 *
Santos Cordon6b7f9552015-05-27 17:21:45 -07002357 * @return The extras associated with this connection.
2358 */
2359 public final Bundle getExtras() {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002360 Bundle extras = null;
2361 synchronized (mExtrasLock) {
2362 if (mExtras != null) {
2363 extras = new Bundle(mExtras);
2364 }
2365 }
2366 return extras;
Santos Cordon6b7f9552015-05-27 17:21:45 -07002367 }
2368
2369 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002370 * Assign a listener to be notified of state changes.
2371 *
2372 * @param l A listener.
2373 * @return This Connection.
2374 *
2375 * @hide
2376 */
Tyler Gunn633e4c32019-10-24 15:40:48 -07002377 final Connection addConnectionListener(Listener l) {
Santos Cordond34e5712014-08-05 18:54:03 +00002378 mListeners.add(l);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002379 return this;
2380 }
2381
2382 /**
2383 * Remove a previously assigned listener that was being notified of state changes.
2384 *
2385 * @param l A Listener.
2386 * @return This Connection.
2387 *
2388 * @hide
2389 */
Tyler Gunn633e4c32019-10-24 15:40:48 -07002390 final Connection removeConnectionListener(Listener l) {
Jay Shrauner229e3822014-08-15 09:23:07 -07002391 if (l != null) {
2392 mListeners.remove(l);
2393 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002394 return this;
2395 }
2396
2397 /**
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07002398 * @return The {@link DisconnectCause} for this connection.
Evan Charltonbf11f982014-07-20 22:06:28 -07002399 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002400 public final DisconnectCause getDisconnectCause() {
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07002401 return mDisconnectCause;
Evan Charltonbf11f982014-07-20 22:06:28 -07002402 }
2403
2404 /**
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002405 * Sets the telecom call ID associated with this Connection. The Telecom Call ID should be used
2406 * ONLY for debugging purposes.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002407 * <p>
2408 * Note: Access to the Telecom internal call ID is used for logging purposes only; this API is
2409 * provided to facilitate debugging of the Telephony stack only. Changing the ID via this
2410 * method does NOT change any functionality in Telephony or Telecom and impacts only logging.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002411 *
2412 * @param callId The telecom call ID.
2413 * @hide
2414 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002415 @SystemApi
2416 public void setTelecomCallId(@NonNull String callId) {
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002417 mTelecomCallId = callId;
2418 }
2419
2420 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002421 * Inform this Connection that the state of its audio output has been changed externally.
2422 *
2423 * @param state The new audio state.
Sailesh Nepal400cc482014-06-26 12:04:00 -07002424 * @hide
Ihab Awad542e0ea2014-05-16 10:22:16 -07002425 */
Yorke Lee4af59352015-05-13 14:14:54 -07002426 final void setCallAudioState(CallAudioState state) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002427 checkImmutable();
Ihab Awad60ac30b2014-05-20 22:32:12 -07002428 Log.d(this, "setAudioState %s", state);
Yorke Lee4af59352015-05-13 14:14:54 -07002429 mCallAudioState = state;
2430 onAudioStateChanged(getAudioState());
2431 onCallAudioStateChanged(state);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002432 }
2433
2434 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002435 * @param state An integer value of a {@code STATE_*} constant.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002436 * @return A string representation of the value.
2437 */
2438 public static String stateToString(int state) {
2439 switch (state) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002440 case STATE_INITIALIZING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002441 return "INITIALIZING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002442 case STATE_NEW:
Yorke Leee911c8d2015-07-14 11:39:36 -07002443 return "NEW";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002444 case STATE_RINGING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002445 return "RINGING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002446 case STATE_DIALING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002447 return "DIALING";
Tyler Gunnc96b5e02016-07-07 22:53:57 -07002448 case STATE_PULLING_CALL:
2449 return "PULLING_CALL";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002450 case STATE_ACTIVE:
Yorke Leee911c8d2015-07-14 11:39:36 -07002451 return "ACTIVE";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002452 case STATE_HOLDING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002453 return "HOLDING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002454 case STATE_DISCONNECTED:
Ihab Awad542e0ea2014-05-16 10:22:16 -07002455 return "DISCONNECTED";
2456 default:
Ihab Awad60ac30b2014-05-20 22:32:12 -07002457 Log.wtf(Connection.class, "Unknown state %d", state);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002458 return "UNKNOWN";
2459 }
2460 }
2461
2462 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002463 * Returns the connection's capabilities, as a bit mask of the {@code CAPABILITY_*} constants.
Ihab Awad52a28f62014-06-18 10:26:34 -07002464 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002465 public final int getConnectionCapabilities() {
2466 return mConnectionCapabilities;
Ihab Awad52a28f62014-06-18 10:26:34 -07002467 }
2468
2469 /**
Tyler Gunn720c6642016-03-22 09:02:47 -07002470 * Returns the connection's properties, as a bit mask of the {@code PROPERTY_*} constants.
2471 */
2472 public final int getConnectionProperties() {
2473 return mConnectionProperties;
2474 }
2475
2476 /**
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002477 * Returns the connection's supported audio routes.
2478 *
2479 * @hide
2480 */
2481 public final int getSupportedAudioRoutes() {
2482 return mSupportedAudioRoutes;
2483 }
2484
2485 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002486 * Sets the value of the {@link #getAddress()} property.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002487 *
Andrew Lee100e2932014-09-08 15:34:24 -07002488 * @param address The new address.
2489 * @param presentation The presentation requirements for the address.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002490 * See {@link TelecomManager} for valid values.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002491 */
Andrew Lee100e2932014-09-08 15:34:24 -07002492 public final void setAddress(Uri address, int presentation) {
2493 Log.d(this, "setAddress %s", address);
2494 mAddress = address;
2495 mAddressPresentation = presentation;
Santos Cordond34e5712014-08-05 18:54:03 +00002496 for (Listener l : mListeners) {
Andrew Lee100e2932014-09-08 15:34:24 -07002497 l.onAddressChanged(this, address, presentation);
Santos Cordond34e5712014-08-05 18:54:03 +00002498 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002499 }
2500
2501 /**
Sailesh Nepal61203862014-07-11 14:50:13 -07002502 * Sets the caller display name (CNAP).
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002503 *
Sailesh Nepal61203862014-07-11 14:50:13 -07002504 * @param callerDisplayName The new display name.
Nancy Chen9d568c02014-09-08 14:17:59 -07002505 * @param presentation The presentation requirements for the handle.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002506 * See {@link TelecomManager} for valid values.
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002507 */
Sailesh Nepal61203862014-07-11 14:50:13 -07002508 public final void setCallerDisplayName(String callerDisplayName, int presentation) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002509 checkImmutable();
Sailesh Nepal61203862014-07-11 14:50:13 -07002510 Log.d(this, "setCallerDisplayName %s", callerDisplayName);
Santos Cordond34e5712014-08-05 18:54:03 +00002511 mCallerDisplayName = callerDisplayName;
2512 mCallerDisplayNamePresentation = presentation;
2513 for (Listener l : mListeners) {
2514 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation);
2515 }
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002516 }
2517
2518 /**
Tyler Gunnaa07df82014-07-17 07:50:22 -07002519 * Set the video state for the connection.
Yorke Lee32f24732015-05-12 16:18:03 -07002520 * Valid values: {@link VideoProfile#STATE_AUDIO_ONLY},
2521 * {@link VideoProfile#STATE_BIDIRECTIONAL},
2522 * {@link VideoProfile#STATE_TX_ENABLED},
2523 * {@link VideoProfile#STATE_RX_ENABLED}.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002524 *
2525 * @param videoState The new video state.
2526 */
2527 public final void setVideoState(int videoState) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002528 checkImmutable();
Tyler Gunnaa07df82014-07-17 07:50:22 -07002529 Log.d(this, "setVideoState %d", videoState);
Santos Cordond34e5712014-08-05 18:54:03 +00002530 mVideoState = videoState;
2531 for (Listener l : mListeners) {
2532 l.onVideoStateChanged(this, mVideoState);
2533 }
Tyler Gunnaa07df82014-07-17 07:50:22 -07002534 }
2535
2536 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002537 * Sets state to active (e.g., an ongoing connection where two or more parties can actively
Ihab Awad542e0ea2014-05-16 10:22:16 -07002538 * communicate).
2539 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002540 public final void setActive() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002541 checkImmutable();
Andrew Lee100e2932014-09-08 15:34:24 -07002542 setRingbackRequested(false);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002543 setState(STATE_ACTIVE);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002544 }
2545
2546 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002547 * Sets state to ringing (e.g., an inbound ringing connection).
Ihab Awad542e0ea2014-05-16 10:22:16 -07002548 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002549 public final void setRinging() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002550 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002551 setState(STATE_RINGING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002552 }
2553
2554 /**
Evan Charltonbf11f982014-07-20 22:06:28 -07002555 * Sets state to initializing (this Connection is not yet ready to be used).
2556 */
2557 public final void setInitializing() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002558 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002559 setState(STATE_INITIALIZING);
Evan Charltonbf11f982014-07-20 22:06:28 -07002560 }
2561
2562 /**
2563 * Sets state to initialized (the Connection has been set up and is now ready to be used).
2564 */
2565 public final void setInitialized() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002566 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002567 setState(STATE_NEW);
Evan Charltonbf11f982014-07-20 22:06:28 -07002568 }
2569
2570 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002571 * Sets state to dialing (e.g., dialing an outbound connection).
Ihab Awad542e0ea2014-05-16 10:22:16 -07002572 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002573 public final void setDialing() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002574 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002575 setState(STATE_DIALING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002576 }
2577
2578 /**
Tyler Gunnc242ceb2016-06-29 22:35:45 -07002579 * Sets state to pulling (e.g. the connection is being pulled to the local device from another
2580 * device). Only applicable for {@link Connection}s with
2581 * {@link Connection#PROPERTY_IS_EXTERNAL_CALL} and {@link Connection#CAPABILITY_CAN_PULL_CALL}.
2582 */
2583 public final void setPulling() {
2584 checkImmutable();
2585 setState(STATE_PULLING_CALL);
2586 }
2587
2588 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002589 * Sets state to be on hold.
2590 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002591 public final void setOnHold() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002592 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002593 setState(STATE_HOLDING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002594 }
2595
2596 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002597 * Sets the video connection provider.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002598 * @param videoProvider The video provider.
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002599 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002600 public final void setVideoProvider(VideoProvider videoProvider) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002601 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002602 mVideoProvider = videoProvider;
Santos Cordond34e5712014-08-05 18:54:03 +00002603 for (Listener l : mListeners) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002604 l.onVideoProviderChanged(this, videoProvider);
Santos Cordond34e5712014-08-05 18:54:03 +00002605 }
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002606 }
2607
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002608 public final VideoProvider getVideoProvider() {
2609 return mVideoProvider;
Andrew Leea27a1932014-07-09 17:07:13 -07002610 }
2611
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002612 /**
Sailesh Nepal091768c2014-06-30 15:15:23 -07002613 * Sets state to disconnected.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002614 *
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002615 * @param disconnectCause The reason for the disconnection, as specified by
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002616 * {@link DisconnectCause}.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002617 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002618 public final void setDisconnected(DisconnectCause disconnectCause) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002619 checkImmutable();
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002620 mDisconnectCause = disconnectCause;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002621 setState(STATE_DISCONNECTED);
mike dooleyf34519b2014-09-16 17:33:40 -07002622 Log.d(this, "Disconnected with cause %s", disconnectCause);
Santos Cordond34e5712014-08-05 18:54:03 +00002623 for (Listener l : mListeners) {
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002624 l.onDisconnected(this, disconnectCause);
Santos Cordond34e5712014-08-05 18:54:03 +00002625 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002626 }
2627
2628 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002629 * Informs listeners that this {@code Connection} is in a post-dial wait state. This is done
2630 * when (a) the {@code Connection} is issuing a DTMF sequence; (b) it has encountered a "wait"
2631 * character; and (c) it wishes to inform the In-Call app that it is waiting for the end-user
2632 * to send an {@link #onPostDialContinue(boolean)} signal.
2633 *
2634 * @param remaining The DTMF character sequence remaining to be emitted once the
2635 * {@link #onPostDialContinue(boolean)} is received, including any "wait" characters
2636 * that remaining sequence may contain.
Sailesh Nepal091768c2014-06-30 15:15:23 -07002637 */
2638 public final void setPostDialWait(String remaining) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002639 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002640 for (Listener l : mListeners) {
2641 l.onPostDialWait(this, remaining);
2642 }
Sailesh Nepal091768c2014-06-30 15:15:23 -07002643 }
2644
2645 /**
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002646 * Informs listeners that this {@code Connection} has processed a character in the post-dial
2647 * started state. This is done when (a) the {@code Connection} is issuing a DTMF sequence;
Sailesh Nepal1ed85612015-01-31 15:17:19 -08002648 * and (b) it wishes to signal Telecom to play the corresponding DTMF tone locally.
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002649 *
2650 * @param nextChar The DTMF character that was just processed by the {@code Connection}.
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002651 */
Sailesh Nepal1ed85612015-01-31 15:17:19 -08002652 public final void setNextPostDialChar(char nextChar) {
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002653 checkImmutable();
2654 for (Listener l : mListeners) {
2655 l.onPostDialChar(this, nextChar);
2656 }
2657 }
2658
2659 /**
Ihab Awadf8358972014-05-28 16:46:42 -07002660 * Requests that the framework play a ringback tone. This is to be invoked by implementations
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002661 * that do not play a ringback tone themselves in the connection's audio stream.
Ihab Awadf8358972014-05-28 16:46:42 -07002662 *
2663 * @param ringback Whether the ringback tone is to be played.
2664 */
Andrew Lee100e2932014-09-08 15:34:24 -07002665 public final void setRingbackRequested(boolean ringback) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002666 checkImmutable();
Andrew Lee100e2932014-09-08 15:34:24 -07002667 if (mRingbackRequested != ringback) {
2668 mRingbackRequested = ringback;
Santos Cordond34e5712014-08-05 18:54:03 +00002669 for (Listener l : mListeners) {
Andrew Lee100e2932014-09-08 15:34:24 -07002670 l.onRingbackRequested(this, ringback);
Santos Cordond34e5712014-08-05 18:54:03 +00002671 }
2672 }
Ihab Awadf8358972014-05-28 16:46:42 -07002673 }
2674
2675 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002676 * Sets the connection's capabilities as a bit mask of the {@code CAPABILITY_*} constants.
Sailesh Nepal1a7061b2014-07-09 21:03:20 -07002677 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002678 * @param connectionCapabilities The new connection capabilities.
Santos Cordonb6939982014-06-04 20:20:58 -07002679 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002680 public final void setConnectionCapabilities(int connectionCapabilities) {
2681 checkImmutable();
2682 if (mConnectionCapabilities != connectionCapabilities) {
2683 mConnectionCapabilities = connectionCapabilities;
Santos Cordond34e5712014-08-05 18:54:03 +00002684 for (Listener l : mListeners) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002685 l.onConnectionCapabilitiesChanged(this, mConnectionCapabilities);
Santos Cordond34e5712014-08-05 18:54:03 +00002686 }
2687 }
Santos Cordonb6939982014-06-04 20:20:58 -07002688 }
2689
2690 /**
Tyler Gunn720c6642016-03-22 09:02:47 -07002691 * Sets the connection's properties as a bit mask of the {@code PROPERTY_*} constants.
2692 *
2693 * @param connectionProperties The new connection properties.
2694 */
2695 public final void setConnectionProperties(int connectionProperties) {
2696 checkImmutable();
2697 if (mConnectionProperties != connectionProperties) {
2698 mConnectionProperties = connectionProperties;
2699 for (Listener l : mListeners) {
2700 l.onConnectionPropertiesChanged(this, mConnectionProperties);
2701 }
2702 }
2703 }
2704
2705 /**
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002706 * Sets the supported audio routes.
2707 *
2708 * @param supportedAudioRoutes the supported audio routes as a bitmask.
2709 * See {@link CallAudioState}
2710 * @hide
2711 */
2712 public final void setSupportedAudioRoutes(int supportedAudioRoutes) {
2713 if ((supportedAudioRoutes
2714 & (CallAudioState.ROUTE_EARPIECE | CallAudioState.ROUTE_SPEAKER)) == 0) {
2715 throw new IllegalArgumentException(
2716 "supported audio routes must include either speaker or earpiece");
2717 }
2718
2719 if (mSupportedAudioRoutes != supportedAudioRoutes) {
2720 mSupportedAudioRoutes = supportedAudioRoutes;
2721 for (Listener l : mListeners) {
2722 l.onSupportedAudioRoutesChanged(this, mSupportedAudioRoutes);
2723 }
2724 }
2725 }
2726
2727 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002728 * Tears down the Connection object.
Santos Cordonb6939982014-06-04 20:20:58 -07002729 */
Evan Charlton36a71342014-07-19 16:31:02 -07002730 public final void destroy() {
Jay Shrauner229e3822014-08-15 09:23:07 -07002731 for (Listener l : mListeners) {
2732 l.onDestroyed(this);
Santos Cordond34e5712014-08-05 18:54:03 +00002733 }
Santos Cordonb6939982014-06-04 20:20:58 -07002734 }
2735
2736 /**
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002737 * Requests that the framework use VOIP audio mode for this connection.
2738 *
2739 * @param isVoip True if the audio mode is VOIP.
2740 */
2741 public final void setAudioModeIsVoip(boolean isVoip) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002742 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002743 mAudioModeIsVoip = isVoip;
2744 for (Listener l : mListeners) {
2745 l.onAudioModeIsVoipChanged(this, isVoip);
2746 }
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002747 }
2748
2749 /**
Roshan Piuse927ec02015-07-15 15:47:21 -07002750 * Sets the time at which a call became active on this Connection. This is set only
2751 * when a conference call becomes active on this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002752 * <p>
Tyler Gunnc9503d62020-01-27 10:30:51 -08002753 * This time corresponds to the date/time of connection and is stored in the call log in
2754 * {@link android.provider.CallLog.Calls#DATE}.
2755 * <p>
Tyler Gunnc63f9082019-10-15 13:19:26 -07002756 * Used by telephony to maintain calls associated with an IMS Conference.
Roshan Piuse927ec02015-07-15 15:47:21 -07002757 *
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002758 * @param connectTimeMillis The connection time, in milliseconds. Should be set using a value
2759 * obtained from {@link System#currentTimeMillis()}.
Roshan Piuse927ec02015-07-15 15:47:21 -07002760 *
2761 * @hide
2762 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002763 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002764 @RequiresPermission(MODIFY_PHONE_STATE)
2765 public final void setConnectTimeMillis(@IntRange(from = 0) long connectTimeMillis) {
Roshan Piuse927ec02015-07-15 15:47:21 -07002766 mConnectTimeMillis = connectTimeMillis;
2767 }
2768
2769 /**
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002770 * Sets the time at which a call became active on this Connection. This is set only
2771 * when a conference call becomes active on this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002772 * <p>
Tyler Gunnc9503d62020-01-27 10:30:51 -08002773 * This time is used to establish the duration of a call. It uses
2774 * {@link SystemClock#elapsedRealtime()} to ensure that the call duration is not impacted by
2775 * time zone changes during a call. The difference between the current
2776 * {@link SystemClock#elapsedRealtime()} and the value set at the connection start time is used
2777 * to populate {@link android.provider.CallLog.Calls#DURATION} in the call log.
2778 * <p>
Tyler Gunnc63f9082019-10-15 13:19:26 -07002779 * Used by telephony to maintain calls associated with an IMS Conference.
Tyler Gunnc9503d62020-01-27 10:30:51 -08002780 *
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002781 * @param connectElapsedTimeMillis The connection time, in milliseconds. Stored in the format
2782 * {@link SystemClock#elapsedRealtime()}.
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002783 * @hide
2784 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002785 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002786 @RequiresPermission(MODIFY_PHONE_STATE)
2787 public final void setConnectionStartElapsedRealtimeMillis(
2788 @ElapsedRealtimeLong long connectElapsedTimeMillis) {
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002789 mConnectElapsedTimeMillis = connectElapsedTimeMillis;
2790 }
2791
2792 /**
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002793 * Sets the label and icon status to display in the in-call UI.
2794 *
2795 * @param statusHints The status label and icon to set.
2796 */
2797 public final void setStatusHints(StatusHints statusHints) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002798 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002799 mStatusHints = statusHints;
2800 for (Listener l : mListeners) {
2801 l.onStatusHintsChanged(this, statusHints);
2802 }
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002803 }
2804
2805 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002806 * Sets the connections with which this connection can be conferenced.
2807 *
2808 * @param conferenceableConnections The set of connections this connection can conference with.
2809 */
2810 public final void setConferenceableConnections(List<Connection> conferenceableConnections) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002811 checkImmutable();
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002812 clearConferenceableList();
2813 for (Connection c : conferenceableConnections) {
2814 // If statement checks for duplicates in input. It makes it N^2 but we're dealing with a
2815 // small amount of items here.
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002816 if (!mConferenceables.contains(c)) {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002817 c.addConnectionListener(mConnectionDeathListener);
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002818 mConferenceables.add(c);
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002819 }
2820 }
2821 fireOnConferenceableConnectionsChanged();
2822 }
2823
2824 /**
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002825 * Similar to {@link #setConferenceableConnections(java.util.List)}, sets a list of connections
2826 * or conferences with which this connection can be conferenced.
2827 *
2828 * @param conferenceables The conferenceables.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002829 */
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002830 public final void setConferenceables(List<Conferenceable> conferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002831 clearConferenceableList();
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002832 for (Conferenceable c : conferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002833 // If statement checks for duplicates in input. It makes it N^2 but we're dealing with a
2834 // small amount of items here.
2835 if (!mConferenceables.contains(c)) {
2836 if (c instanceof Connection) {
2837 Connection connection = (Connection) c;
2838 connection.addConnectionListener(mConnectionDeathListener);
2839 } else if (c instanceof Conference) {
2840 Conference conference = (Conference) c;
2841 conference.addListener(mConferenceDeathListener);
2842 }
2843 mConferenceables.add(c);
2844 }
2845 }
2846 fireOnConferenceableConnectionsChanged();
2847 }
2848
2849 /**
Tyler Gunnc63f9082019-10-15 13:19:26 -07002850 * Resets the CDMA connection time.
2851 * <p>
2852 * This is an implementation detail specific to legacy CDMA calls on mobile networks.
Mengjun Leng25707742017-07-04 11:10:37 +08002853 * @hide
Mengjun Leng25707742017-07-04 11:10:37 +08002854 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002855 @SystemApi
Mengjun Leng25707742017-07-04 11:10:37 +08002856 public final void resetConnectionTime() {
2857 for (Listener l : mListeners) {
2858 l.onConnectionTimeReset(this);
2859 }
2860 }
2861
2862 /**
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002863 * Returns the connections or conferences with which this connection can be conferenced.
2864 */
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002865 public final List<Conferenceable> getConferenceables() {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002866 return mUnmodifiableConferenceables;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002867 }
2868
Yorke Lee53463962015-08-04 16:07:19 -07002869 /**
Santos Cordon823fd3c2014-08-07 18:35:18 -07002870 * @hide
2871 */
2872 public final void setConnectionService(ConnectionService connectionService) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002873 checkImmutable();
Santos Cordon823fd3c2014-08-07 18:35:18 -07002874 if (mConnectionService != null) {
2875 Log.e(this, new Exception(), "Trying to set ConnectionService on a connection " +
2876 "which is already associated with another ConnectionService.");
2877 } else {
2878 mConnectionService = connectionService;
2879 }
2880 }
2881
2882 /**
2883 * @hide
2884 */
2885 public final void unsetConnectionService(ConnectionService connectionService) {
2886 if (mConnectionService != connectionService) {
2887 Log.e(this, new Exception(), "Trying to remove ConnectionService from a Connection " +
2888 "that does not belong to the ConnectionService.");
2889 } else {
2890 mConnectionService = null;
2891 }
2892 }
2893
2894 /**
2895 * Sets the conference that this connection is a part of. This will fail if the connection is
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002896 * already part of a conference. {@link #resetConference} to un-set the conference first.
Santos Cordon823fd3c2014-08-07 18:35:18 -07002897 *
2898 * @param conference The conference.
2899 * @return {@code true} if the conference was successfully set.
2900 * @hide
2901 */
2902 public final boolean setConference(Conference conference) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002903 checkImmutable();
Santos Cordon823fd3c2014-08-07 18:35:18 -07002904 // We check to see if it is already part of another conference.
Santos Cordon0159ac02014-08-21 14:28:11 -07002905 if (mConference == null) {
Santos Cordon823fd3c2014-08-07 18:35:18 -07002906 mConference = conference;
Santos Cordon0159ac02014-08-21 14:28:11 -07002907 if (mConnectionService != null && mConnectionService.containsConference(conference)) {
2908 fireConferenceChanged();
2909 }
Santos Cordon823fd3c2014-08-07 18:35:18 -07002910 return true;
2911 }
2912 return false;
2913 }
2914
2915 /**
2916 * Resets the conference that this connection is a part of.
2917 * @hide
2918 */
2919 public final void resetConference() {
2920 if (mConference != null) {
Santos Cordon0159ac02014-08-21 14:28:11 -07002921 Log.d(this, "Conference reset");
Santos Cordon823fd3c2014-08-07 18:35:18 -07002922 mConference = null;
2923 fireConferenceChanged();
2924 }
2925 }
2926
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002927 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002928 * Set some extras that can be associated with this {@code Connection}.
2929 * <p>
2930 * New or existing keys are replaced in the {@code Connection} extras. Keys which are no longer
2931 * in the new extras, but were present the last time {@code setExtras} was called are removed.
2932 * <p>
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07002933 * Alternatively you may use the {@link #putExtras(Bundle)}, and
2934 * {@link #removeExtras(String...)} methods to modify the extras.
2935 * <p>
Tyler Gunndee56a82016-03-23 16:06:34 -07002936 * No assumptions should be made as to how an In-Call UI or service will handle these extras.
Santos Cordon6b7f9552015-05-27 17:21:45 -07002937 * Keys should be fully qualified (e.g., com.example.MY_EXTRA) to avoid conflicts.
2938 *
2939 * @param extras The extras associated with this {@code Connection}.
2940 */
2941 public final void setExtras(@Nullable Bundle extras) {
2942 checkImmutable();
Tyler Gunndee56a82016-03-23 16:06:34 -07002943
2944 // Add/replace any new or changed extras values.
2945 putExtras(extras);
2946
2947 // If we have used "setExtras" in the past, compare the key set from the last invocation to
2948 // the current one and remove any keys that went away.
2949 if (mPreviousExtraKeys != null) {
2950 List<String> toRemove = new ArrayList<String>();
2951 for (String oldKey : mPreviousExtraKeys) {
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07002952 if (extras == null || !extras.containsKey(oldKey)) {
Tyler Gunndee56a82016-03-23 16:06:34 -07002953 toRemove.add(oldKey);
2954 }
2955 }
2956 if (!toRemove.isEmpty()) {
2957 removeExtras(toRemove);
2958 }
2959 }
2960
2961 // Track the keys the last time set called setExtras. This way, the next time setExtras is
2962 // called we can see if the caller has removed any extras values.
2963 if (mPreviousExtraKeys == null) {
2964 mPreviousExtraKeys = new ArraySet<String>();
2965 }
2966 mPreviousExtraKeys.clear();
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07002967 if (extras != null) {
2968 mPreviousExtraKeys.addAll(extras.keySet());
2969 }
Tyler Gunndee56a82016-03-23 16:06:34 -07002970 }
2971
2972 /**
2973 * Adds some extras to this {@code Connection}. Existing keys are replaced and new ones are
2974 * added.
2975 * <p>
2976 * No assumptions should be made as to how an In-Call UI or service will handle these extras.
2977 * Keys should be fully qualified (e.g., com.example.MY_EXTRA) to avoid conflicts.
2978 *
2979 * @param extras The extras to add.
2980 */
2981 public final void putExtras(@NonNull Bundle extras) {
2982 checkImmutable();
2983 if (extras == null) {
2984 return;
2985 }
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002986 // Creating a duplicate bundle so we don't have to synchronize on mExtrasLock while calling
2987 // the listeners.
2988 Bundle listenerExtras;
2989 synchronized (mExtrasLock) {
2990 if (mExtras == null) {
2991 mExtras = new Bundle();
2992 }
2993 mExtras.putAll(extras);
2994 listenerExtras = new Bundle(mExtras);
Tyler Gunndee56a82016-03-23 16:06:34 -07002995 }
Santos Cordon6b7f9552015-05-27 17:21:45 -07002996 for (Listener l : mListeners) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002997 // Create a new clone of the extras for each listener so that they don't clobber
2998 // each other
2999 l.onExtrasChanged(this, new Bundle(listenerExtras));
Santos Cordon6b7f9552015-05-27 17:21:45 -07003000 }
3001 }
3002
3003 /**
Tyler Gunn071be6f2016-05-10 14:52:33 -07003004 * Removes extras from this {@code Connection}.
Tyler Gunndee56a82016-03-23 16:06:34 -07003005 *
Tyler Gunn071be6f2016-05-10 14:52:33 -07003006 * @param keys The keys of the extras to remove.
Tyler Gunndee56a82016-03-23 16:06:34 -07003007 */
3008 public final void removeExtras(List<String> keys) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003009 synchronized (mExtrasLock) {
3010 if (mExtras != null) {
3011 for (String key : keys) {
3012 mExtras.remove(key);
3013 }
Tyler Gunndee56a82016-03-23 16:06:34 -07003014 }
3015 }
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003016 List<String> unmodifiableKeys = Collections.unmodifiableList(keys);
Tyler Gunndee56a82016-03-23 16:06:34 -07003017 for (Listener l : mListeners) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003018 l.onExtrasRemoved(this, unmodifiableKeys);
Tyler Gunndee56a82016-03-23 16:06:34 -07003019 }
3020 }
3021
3022 /**
Tyler Gunn071be6f2016-05-10 14:52:33 -07003023 * Removes extras from this {@code Connection}.
3024 *
3025 * @param keys The keys of the extras to remove.
3026 */
3027 public final void removeExtras(String ... keys) {
3028 removeExtras(Arrays.asList(keys));
3029 }
3030
3031 /**
Tyler Gunnf5035432017-01-09 09:43:12 -08003032 * Sets the audio route (speaker, bluetooth, etc...). When this request is honored, there will
3033 * be change to the {@link #getCallAudioState()}.
3034 * <p>
3035 * Used by self-managed {@link ConnectionService}s which wish to change the audio route for a
3036 * self-managed {@link Connection} (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.)
3037 * <p>
3038 * See also {@link InCallService#setAudioRoute(int)}.
3039 *
3040 * @param route The audio route to use (one of {@link CallAudioState#ROUTE_BLUETOOTH},
3041 * {@link CallAudioState#ROUTE_EARPIECE}, {@link CallAudioState#ROUTE_SPEAKER}, or
3042 * {@link CallAudioState#ROUTE_WIRED_HEADSET}).
3043 */
3044 public final void setAudioRoute(int route) {
3045 for (Listener l : mListeners) {
Hall Liua98f58b52017-11-07 17:59:28 -08003046 l.onAudioRouteChanged(this, route, null);
3047 }
3048 }
3049
3050 /**
Hall Liua98f58b52017-11-07 17:59:28 -08003051 * Request audio routing to a specific bluetooth device. Calling this method may result in
3052 * the device routing audio to a different bluetooth device than the one specified if the
3053 * bluetooth stack is unable to route audio to the requested device.
3054 * A list of available devices can be obtained via
3055 * {@link CallAudioState#getSupportedBluetoothDevices()}
3056 *
3057 * <p>
3058 * Used by self-managed {@link ConnectionService}s which wish to use bluetooth audio for a
3059 * self-managed {@link Connection} (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.)
3060 * <p>
Hall Liu2b6a6a32018-04-02 13:52:57 -07003061 * See also {@link InCallService#requestBluetoothAudio(BluetoothDevice)}
3062 * @param bluetoothDevice The bluetooth device to connect to.
Hall Liua98f58b52017-11-07 17:59:28 -08003063 */
Hall Liu2b6a6a32018-04-02 13:52:57 -07003064 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) {
Hall Liua98f58b52017-11-07 17:59:28 -08003065 for (Listener l : mListeners) {
Hall Liu2b6a6a32018-04-02 13:52:57 -07003066 l.onAudioRouteChanged(this, CallAudioState.ROUTE_BLUETOOTH,
3067 bluetoothDevice.getAddress());
Tyler Gunnf5035432017-01-09 09:43:12 -08003068 }
3069 }
3070
3071 /**
Hall Liub64ac4c2017-02-06 10:49:48 -08003072 * Informs listeners that a previously requested RTT session via
3073 * {@link ConnectionRequest#isRequestingRtt()} or
Hall Liu37dfdb02017-12-04 14:19:30 -08003074 * {@link #onStartRtt(RttTextStream)} has succeeded.
Hall Liub64ac4c2017-02-06 10:49:48 -08003075 */
3076 public final void sendRttInitiationSuccess() {
3077 mListeners.forEach((l) -> l.onRttInitiationSuccess(Connection.this));
3078 }
3079
3080 /**
3081 * Informs listeners that a previously requested RTT session via
Hall Liu37dfdb02017-12-04 14:19:30 -08003082 * {@link ConnectionRequest#isRequestingRtt()} or {@link #onStartRtt(RttTextStream)}
Hall Liub64ac4c2017-02-06 10:49:48 -08003083 * has failed.
3084 * @param reason One of the reason codes defined in {@link RttModifyStatus}, with the
3085 * exception of {@link RttModifyStatus#SESSION_MODIFY_REQUEST_SUCCESS}.
Hall Liub64ac4c2017-02-06 10:49:48 -08003086 */
3087 public final void sendRttInitiationFailure(int reason) {
3088 mListeners.forEach((l) -> l.onRttInitiationFailure(Connection.this, reason));
3089 }
3090
3091 /**
3092 * Informs listeners that a currently active RTT session has been terminated by the remote
3093 * side of the coll.
Hall Liub64ac4c2017-02-06 10:49:48 -08003094 */
3095 public final void sendRttSessionRemotelyTerminated() {
3096 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this));
3097 }
3098
3099 /**
3100 * Informs listeners that the remote side of the call has requested an upgrade to include an
3101 * RTT session in the call.
Hall Liub64ac4c2017-02-06 10:49:48 -08003102 */
3103 public final void sendRemoteRttRequest() {
3104 mListeners.forEach((l) -> l.onRemoteRttRequest(Connection.this));
3105 }
3106
3107 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003108 * Notifies this Connection that the {@link #getAudioState()} property has a new value.
Sailesh Nepal400cc482014-06-26 12:04:00 -07003109 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003110 * @param state The new connection audio state.
Yorke Lee4af59352015-05-13 14:14:54 -07003111 * @deprecated Use {@link #onCallAudioStateChanged(CallAudioState)} instead.
3112 * @hide
Sailesh Nepal400cc482014-06-26 12:04:00 -07003113 */
Yorke Lee4af59352015-05-13 14:14:54 -07003114 @SystemApi
3115 @Deprecated
Nancy Chen354b2bd2014-09-08 18:27:26 -07003116 public void onAudioStateChanged(AudioState state) {}
Sailesh Nepal400cc482014-06-26 12:04:00 -07003117
3118 /**
Yorke Lee4af59352015-05-13 14:14:54 -07003119 * Notifies this Connection that the {@link #getCallAudioState()} property has a new value.
3120 *
3121 * @param state The new connection audio state.
3122 */
3123 public void onCallAudioStateChanged(CallAudioState state) {}
3124
3125 /**
Grace Jiae99fde92021-01-19 14:58:01 -08003126 * Inform this Connection when it will or will not be tracked by an {@link InCallService} which
3127 * can provide an InCall UI.
3128 * This is primarily intended for use by Connections reported by self-managed
3129 * {@link ConnectionService} which typically maintain their own UI.
3130 *
3131 * @param isUsingAlternativeUi Indicates whether an InCallService that can provide InCall UI is
3132 * currently tracking the self-managed call.
3133 */
3134 public void onUsingAlternativeUi(boolean isUsingAlternativeUi) {}
3135
3136 /**
3137 * Inform this Conenection when it will or will not be tracked by an non-UI
3138 * {@link InCallService}.
3139 *
3140 * @param isTracked Indicates whether an non-UI InCallService is currently tracking the
3141 * self-managed call.
3142 */
3143 public void onTrackedByNonUiService(boolean isTracked) {}
3144
3145 /**
Evan Charltonbf11f982014-07-20 22:06:28 -07003146 * Notifies this Connection of an internal state change. This method is called after the
3147 * state is changed.
Ihab Awadf8358972014-05-28 16:46:42 -07003148 *
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003149 * @param state The new state, one of the {@code STATE_*} constants.
Ihab Awadf8358972014-05-28 16:46:42 -07003150 */
Nancy Chen354b2bd2014-09-08 18:27:26 -07003151 public void onStateChanged(int state) {}
Ihab Awadf8358972014-05-28 16:46:42 -07003152
3153 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07003154 * Notifies this Connection of a request to play a DTMF tone.
3155 *
3156 * @param c A DTMF character.
3157 */
Santos Cordonf2951102014-07-20 19:06:29 -07003158 public void onPlayDtmfTone(char c) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003159
3160 /**
3161 * Notifies this Connection of a request to stop any currently playing DTMF tones.
3162 */
Santos Cordonf2951102014-07-20 19:06:29 -07003163 public void onStopDtmfTone() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003164
3165 /**
3166 * Notifies this Connection of a request to disconnect.
3167 */
Santos Cordonf2951102014-07-20 19:06:29 -07003168 public void onDisconnect() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003169
3170 /**
Tyler Gunn3b4b1dc2014-11-04 14:53:37 -08003171 * Notifies this Connection of a request to disconnect a participant of the conference managed
3172 * by the connection.
3173 *
3174 * @param endpoint the {@link Uri} of the participant to disconnect.
3175 * @hide
3176 */
3177 public void onDisconnectConferenceParticipant(Uri endpoint) {}
3178
3179 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003180 * Notifies this Connection of a request to separate from its parent conference.
Santos Cordonb6939982014-06-04 20:20:58 -07003181 */
Santos Cordonf2951102014-07-20 19:06:29 -07003182 public void onSeparate() {}
Santos Cordonb6939982014-06-04 20:20:58 -07003183
3184 /**
Tyler Gunn0c62ef02020-02-11 14:39:43 -08003185 * Supports initiation of a conference call by directly adding participants to an ongoing call.
Ravi Paluri404babb2020-01-23 19:02:44 +05303186 *
3187 * @param participants with which conference call will be formed.
3188 */
3189 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {}
3190
3191 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07003192 * Notifies this Connection of a request to abort.
3193 */
Santos Cordonf2951102014-07-20 19:06:29 -07003194 public void onAbort() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003195
3196 /**
3197 * Notifies this Connection of a request to hold.
3198 */
Santos Cordonf2951102014-07-20 19:06:29 -07003199 public void onHold() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003200
3201 /**
3202 * Notifies this Connection of a request to exit a hold state.
3203 */
Santos Cordonf2951102014-07-20 19:06:29 -07003204 public void onUnhold() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003205
3206 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003207 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Santos Cordond34e5712014-08-05 18:54:03 +00003208 * a request to accept.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003209 * <p>
3210 * For managed {@link ConnectionService}s, this will be called when the user answers a call via
3211 * the default dialer's {@link InCallService}.
3212 * <p>
3213 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3214 * Telecom framework may request that the call is answered in the following circumstances:
3215 * <ul>
3216 * <li>The user chooses to answer an incoming call via a Bluetooth device.</li>
3217 * <li>A car mode {@link InCallService} is in use which has declared
3218 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3219 * {@link InCallService} will be able to see calls from self-managed
3220 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3221 * behalf.</li>
3222 * </ul>
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003223 * @param videoState The video state in which to answer the connection.
Ihab Awad542e0ea2014-05-16 10:22:16 -07003224 */
Santos Cordonf2951102014-07-20 19:06:29 -07003225 public void onAnswer(int videoState) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003226
3227 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003228 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Tyler Gunnbe74de02014-08-29 14:51:48 -07003229 * a request to accept.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003230 * <p>
3231 * For managed {@link ConnectionService}s, this will be called when the user answers a call via
3232 * the default dialer's {@link InCallService}.
3233 * <p>
3234 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3235 * Telecom framework may request that the call is answered in the following circumstances:
3236 * <ul>
3237 * <li>The user chooses to answer an incoming call via a Bluetooth device.</li>
3238 * <li>A car mode {@link InCallService} is in use which has declared
3239 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3240 * {@link InCallService} will be able to see calls from self-managed
3241 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3242 * behalf.</li>
3243 * </ul>
Tyler Gunnbe74de02014-08-29 14:51:48 -07003244 */
3245 public void onAnswer() {
Tyler Gunn87b73f32015-06-03 10:09:59 -07003246 onAnswer(VideoProfile.STATE_AUDIO_ONLY);
Tyler Gunnbe74de02014-08-29 14:51:48 -07003247 }
3248
3249 /**
3250 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Pooja Jaind34698d2017-12-28 14:15:31 +05303251 * a request to deflect.
3252 */
3253 public void onDeflect(Uri address) {}
3254
3255 /**
3256 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Santos Cordond34e5712014-08-05 18:54:03 +00003257 * a request to reject.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003258 * <p>
3259 * For managed {@link ConnectionService}s, this will be called when the user rejects a call via
3260 * the default dialer's {@link InCallService}.
3261 * <p>
3262 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3263 * Telecom framework may request that the call is rejected in the following circumstances:
3264 * <ul>
3265 * <li>The user chooses to reject an incoming call via a Bluetooth device.</li>
3266 * <li>A car mode {@link InCallService} is in use which has declared
3267 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3268 * {@link InCallService} will be able to see calls from self-managed
3269 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3270 * behalf.</li>
3271 * </ul>
Ihab Awad542e0ea2014-05-16 10:22:16 -07003272 */
Santos Cordonf2951102014-07-20 19:06:29 -07003273 public void onReject() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003274
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003275 /**
Tyler Gunnfacfdee2020-01-23 13:10:37 -08003276 * Notifies this Connection, which is in {@link #STATE_RINGING}, of a request to reject.
3277 * <p>
3278 * For managed {@link ConnectionService}s, this will be called when the user rejects a call via
3279 * the default dialer's {@link InCallService} using {@link Call#reject(int)}.
3280 * @param rejectReason the reason the user provided for rejecting the call.
3281 */
3282 public void onReject(@android.telecom.Call.RejectReason int rejectReason) {
3283 // to be implemented by ConnectionService.
3284 }
3285
3286 /**
Hall Liu712acbe2016-03-14 16:38:56 -07003287 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
3288 * a request to reject with a message.
Bryce Lee81901682015-08-28 16:38:02 -07003289 */
3290 public void onReject(String replyMessage) {}
3291
3292 /**
Ravi Palurif4b38e72020-02-05 12:35:41 +05303293 * Notifies this Connection, a request to transfer to a target number.
3294 * @param number the number to transfer this {@link Connection} to.
3295 * @param isConfirmationRequired when {@code true}, the {@link ConnectionService}
3296 * should wait until the transfer has successfully completed before disconnecting
3297 * the current {@link Connection}.
3298 * When {@code false}, the {@link ConnectionService} should signal the network to
3299 * perform the transfer, but should immediately disconnect the call regardless of
3300 * the outcome of the transfer.
3301 * @hide
3302 */
3303 public void onTransfer(@NonNull Uri number, boolean isConfirmationRequired) {}
3304
3305 /**
3306 * Notifies this Connection, a request to transfer to another Connection.
3307 * @param otherConnection the {@link Connection} to transfer this call to.
3308 * @hide
3309 */
3310 public void onTransfer(@NonNull Connection otherConnection) {}
3311
3312 /**
Tyler Gunn06f06162018-06-18 11:24:15 -07003313 * Notifies this Connection of a request to silence the ringer.
3314 * <p>
3315 * The ringer may be silenced by any of the following methods:
3316 * <ul>
3317 * <li>{@link TelecomManager#silenceRinger()}</li>
3318 * <li>The user presses the volume-down button while a call is ringing.</li>
3319 * </ul>
3320 * <p>
3321 * Self-managed {@link ConnectionService} implementations should override this method in their
3322 * {@link Connection} implementation and implement logic to silence their app's ringtone. If
3323 * your app set the ringtone as part of the incoming call {@link Notification} (see
3324 * {@link #onShowIncomingCallUi()}), it should re-post the notification now, except call
3325 * {@link android.app.Notification.Builder#setOnlyAlertOnce(boolean)} with {@code true}. This
3326 * will ensure the ringtone sound associated with your {@link android.app.NotificationChannel}
3327 * stops playing.
Bryce Leecac50772015-11-17 15:13:29 -08003328 */
3329 public void onSilence() {}
3330
3331 /**
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003332 * Notifies this Connection whether the user wishes to proceed with the post-dial DTMF codes.
3333 */
Santos Cordonf2951102014-07-20 19:06:29 -07003334 public void onPostDialContinue(boolean proceed) {}
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003335
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003336 /**
3337 * Notifies this Connection of a request to pull an external call to the local device.
3338 * <p>
3339 * The {@link InCallService} issues a request to pull an external call to the local device via
3340 * {@link Call#pullExternalCall()}.
3341 * <p>
Tyler Gunn720c6642016-03-22 09:02:47 -07003342 * For a Connection to be pulled, both the {@link Connection#CAPABILITY_CAN_PULL_CALL}
3343 * capability and {@link Connection#PROPERTY_IS_EXTERNAL_CALL} property bits must be set.
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003344 * <p>
Tyler Gunn720c6642016-03-22 09:02:47 -07003345 * For more information on external calls, see {@link Connection#PROPERTY_IS_EXTERNAL_CALL}.
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003346 */
3347 public void onPullExternalCall() {}
3348
3349 /**
3350 * Notifies this Connection of a {@link Call} event initiated from an {@link InCallService}.
3351 * <p>
3352 * The {@link InCallService} issues a Call event via {@link Call#sendCallEvent(String, Bundle)}.
3353 * <p>
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003354 * Where possible, the Connection should make an attempt to handle {@link Call} events which
3355 * are part of the {@code android.telecom.*} namespace. The Connection should ignore any events
3356 * it does not wish to handle. Unexpected events should be handled gracefully, as it is
3357 * possible that a {@link InCallService} has defined its own Call events which a Connection is
3358 * not aware of.
3359 * <p>
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003360 * See also {@link Call#sendCallEvent(String, Bundle)}.
3361 *
3362 * @param event The call event.
3363 * @param extras Extras associated with the call event.
3364 */
3365 public void onCallEvent(String event, Bundle extras) {}
3366
Tyler Gunndee56a82016-03-23 16:06:34 -07003367 /**
Tyler Gunn79bc1ec2018-01-22 15:17:54 -08003368 * Notifies this {@link Connection} that a handover has completed.
3369 * <p>
3370 * A handover is initiated with {@link android.telecom.Call#handoverTo(PhoneAccountHandle, int,
3371 * Bundle)} on the initiating side of the handover, and
3372 * {@link TelecomManager#acceptHandover(Uri, int, PhoneAccountHandle)}.
3373 */
3374 public void onHandoverComplete() {}
3375
3376 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07003377 * Notifies this {@link Connection} of a change to the extras made outside the
3378 * {@link ConnectionService}.
3379 * <p>
3380 * These extras changes can originate from Telecom itself, or from an {@link InCallService} via
3381 * the {@link android.telecom.Call#putExtras(Bundle)} and
3382 * {@link Call#removeExtras(List)}.
3383 *
3384 * @param extras The new extras bundle.
3385 */
3386 public void onExtrasChanged(Bundle extras) {}
3387
Tyler Gunnf5035432017-01-09 09:43:12 -08003388 /**
3389 * Notifies this {@link Connection} that its {@link ConnectionService} is responsible for
3390 * displaying its incoming call user interface for the {@link Connection}.
3391 * <p>
3392 * Will only be called for incoming calls added via a self-managed {@link ConnectionService}
3393 * (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}), where the {@link ConnectionService}
3394 * should show its own incoming call user interface.
3395 * <p>
3396 * Where there are ongoing calls in other self-managed {@link ConnectionService}s, or in a
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003397 * regular {@link ConnectionService}, and it is not possible to hold these other calls, the
3398 * Telecom framework will display its own incoming call user interface to allow the user to
3399 * choose whether to answer the new incoming call and disconnect other ongoing calls, or to
3400 * reject the new incoming call.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003401 * <p>
3402 * You should trigger the display of the incoming call user interface for your application by
3403 * showing a {@link Notification} with a full-screen {@link Intent} specified.
Tyler Gunn06f06162018-06-18 11:24:15 -07003404 *
3405 * In your application code, you should create a {@link android.app.NotificationChannel} for
3406 * incoming call notifications from your app:
3407 * <pre><code>
3408 * NotificationChannel channel = new NotificationChannel(YOUR_CHANNEL_ID, "Incoming Calls",
3409 * NotificationManager.IMPORTANCE_MAX);
3410 * // other channel setup stuff goes here.
3411 *
3412 * // We'll use the default system ringtone for our incoming call notification channel. You can
3413 * // use your own audio resource here.
3414 * Uri ringtoneUri = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_RINGTONE);
3415 * channel.setSound(ringtoneUri, new AudioAttributes.Builder()
3416 * // Setting the AudioAttributes is important as it identifies the purpose of your
3417 * // notification sound.
3418 * .setUsage(AudioAttributes.USAGE_NOTIFICATION_RINGTONE)
3419 * .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
3420 * .build());
3421 *
3422 * NotificationManager mgr = getSystemService(NotificationManager.class);
3423 * mgr.createNotificationChannel(channel);
3424 * </code></pre>
3425 * When it comes time to post a notification for your incoming call, ensure it uses your
3426 * incoming call {@link android.app.NotificationChannel}.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003427 * <pre><code>
3428 * // Create an intent which triggers your fullscreen incoming call user interface.
3429 * Intent intent = new Intent(Intent.ACTION_MAIN, null);
3430 * intent.setFlags(Intent.FLAG_ACTIVITY_NO_USER_ACTION | Intent.FLAG_ACTIVITY_NEW_TASK);
3431 * intent.setClass(context, YourIncomingCallActivity.class);
Ashwini Orugantif8191e82021-01-07 12:04:25 -08003432 * PendingIntent pendingIntent = PendingIntent.getActivity(context, 1, intent, PendingIntent.FLAG_MUTABLE_UNAUDITED);
Tyler Gunn159f35c2017-03-02 09:28:37 -08003433 *
3434 * // Build the notification as an ongoing high priority item; this ensures it will show as
3435 * // a heads up notification which slides down over top of the current content.
3436 * final Notification.Builder builder = new Notification.Builder(context);
3437 * builder.setOngoing(true);
3438 * builder.setPriority(Notification.PRIORITY_HIGH);
3439 *
3440 * // Set notification content intent to take user to fullscreen UI if user taps on the
3441 * // notification body.
3442 * builder.setContentIntent(pendingIntent);
3443 * // Set full screen intent to trigger display of the fullscreen UI when the notification
3444 * // manager deems it appropriate.
3445 * builder.setFullScreenIntent(pendingIntent, true);
3446 *
3447 * // Setup notification content.
3448 * builder.setSmallIcon( yourIconResourceId );
3449 * builder.setContentTitle("Your notification title");
3450 * builder.setContentText("Your notification content.");
3451 *
Tyler Gunn06f06162018-06-18 11:24:15 -07003452 * // Set notification as insistent to cause your ringtone to loop.
3453 * Notification notification = builder.build();
3454 * notification.flags |= Notification.FLAG_INSISTENT;
Tyler Gunn159f35c2017-03-02 09:28:37 -08003455 *
Tyler Gunn06f06162018-06-18 11:24:15 -07003456 * // Use builder.addAction(..) to add buttons to answer or reject the call.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003457 * NotificationManager notificationManager = mContext.getSystemService(
3458 * NotificationManager.class);
Tyler Gunn06f06162018-06-18 11:24:15 -07003459 * notificationManager.notify(YOUR_CHANNEL_ID, YOUR_TAG, YOUR_ID, notification);
Tyler Gunn159f35c2017-03-02 09:28:37 -08003460 * </code></pre>
Tyler Gunnf5035432017-01-09 09:43:12 -08003461 */
3462 public void onShowIncomingCallUi() {}
3463
Hall Liub64ac4c2017-02-06 10:49:48 -08003464 /**
3465 * Notifies this {@link Connection} that the user has requested an RTT session.
3466 * The connection service should call {@link #sendRttInitiationSuccess} or
3467 * {@link #sendRttInitiationFailure} to inform Telecom of the success or failure of the
3468 * request, respectively.
3469 * @param rttTextStream The object that should be used to send text to or receive text from
3470 * the in-call app.
Hall Liub64ac4c2017-02-06 10:49:48 -08003471 */
3472 public void onStartRtt(@NonNull RttTextStream rttTextStream) {}
3473
3474 /**
3475 * Notifies this {@link Connection} that it should terminate any existing RTT communication
3476 * channel. No response to Telecom is needed for this method.
Hall Liub64ac4c2017-02-06 10:49:48 -08003477 */
3478 public void onStopRtt() {}
3479
3480 /**
3481 * Notifies this connection of a response to a previous remotely-initiated RTT upgrade
3482 * request sent via {@link #sendRemoteRttRequest}. Acceptance of the request is
3483 * indicated by the supplied {@link RttTextStream} being non-null, and rejection is
3484 * indicated by {@code rttTextStream} being {@code null}
Hall Liub64ac4c2017-02-06 10:49:48 -08003485 * @param rttTextStream The object that should be used to send text to or receive text from
3486 * the in-call app.
3487 */
3488 public void handleRttUpgradeResponse(@Nullable RttTextStream rttTextStream) {}
3489
Hall Liu49cabcc2021-01-15 11:41:48 -08003490 /**
Hall Liu73903142021-02-18 18:41:41 -08003491 * Information provided to a {@link Connection} upon completion of call filtering in Telecom.
3492 *
3493 * @hide
3494 */
3495 @SystemApi
3496 public static final class CallFilteringCompletionInfo implements Parcelable {
3497 private final boolean mIsBlocked;
3498 private final boolean mIsInContacts;
3499 private final CallScreeningService.CallResponse mCallResponse;
3500 private final ComponentName mCallScreeningComponent;
3501
3502 /**
3503 * Constructor for {@link CallFilteringCompletionInfo}
3504 *
3505 * @param isBlocked Whether any part of the call filtering process indicated that this call
3506 * should be blocked.
3507 * @param isInContacts Whether the caller is in the user's contacts.
3508 * @param callResponse The instance of {@link CallScreeningService.CallResponse} provided
3509 * by the {@link CallScreeningService} that processed this call, or
3510 * {@code null} if no call screening service ran.
3511 * @param callScreeningComponent The component of the {@link CallScreeningService}
3512 * that processed this call, or {@link null} if no
3513 * call screening service ran.
3514 */
3515 public CallFilteringCompletionInfo(boolean isBlocked, boolean isInContacts,
3516 @Nullable CallScreeningService.CallResponse callResponse,
3517 @Nullable ComponentName callScreeningComponent) {
3518 mIsBlocked = isBlocked;
3519 mIsInContacts = isInContacts;
3520 mCallResponse = callResponse;
3521 mCallScreeningComponent = callScreeningComponent;
3522 }
3523
3524 /** @hide */
3525 protected CallFilteringCompletionInfo(Parcel in) {
3526 mIsBlocked = in.readByte() != 0;
3527 mIsInContacts = in.readByte() != 0;
3528 CallScreeningService.ParcelableCallResponse response
3529 = in.readParcelable(CallScreeningService.class.getClassLoader());
3530 mCallResponse = response == null ? null : response.toCallResponse();
3531 mCallScreeningComponent = in.readParcelable(ComponentName.class.getClassLoader());
3532 }
3533
3534 @NonNull
3535 public static final Creator<CallFilteringCompletionInfo> CREATOR =
3536 new Creator<CallFilteringCompletionInfo>() {
3537 @Override
3538 public CallFilteringCompletionInfo createFromParcel(Parcel in) {
3539 return new CallFilteringCompletionInfo(in);
3540 }
3541
3542 @Override
3543 public CallFilteringCompletionInfo[] newArray(int size) {
3544 return new CallFilteringCompletionInfo[size];
3545 }
3546 };
3547
3548 /**
3549 * @return Whether any part of the call filtering process indicated that this call should be
3550 * blocked.
3551 */
3552 public boolean isBlocked() {
3553 return mIsBlocked;
3554 }
3555
3556 /**
3557 * @return Whether the caller is in the user's contacts.
3558 */
3559 public boolean isInContacts() {
3560 return mIsInContacts;
3561 }
3562
3563 /**
3564 * @return The instance of {@link CallScreeningService.CallResponse} provided
3565 * by the {@link CallScreeningService} that processed this
3566 * call, or {@code null} if no call screening service ran.
3567 */
3568 public @Nullable CallScreeningService.CallResponse getCallResponse() {
3569 return mCallResponse;
3570 }
3571
3572 /**
3573 * @return The component of the {@link CallScreeningService}
3574 * that processed this call, or {@code null} if no call screening service ran.
3575 */
3576 public @Nullable ComponentName getCallScreeningComponent() {
3577 return mCallScreeningComponent;
3578 }
3579
3580 @Override
3581 public int describeContents() {
3582 return 0;
3583 }
3584
3585 @Override
3586 public String toString() {
3587 return "CallFilteringCompletionInfo{" +
3588 "mIsBlocked=" + mIsBlocked +
3589 ", mIsInContacts=" + mIsInContacts +
3590 ", mCallResponse=" + mCallResponse +
3591 ", mCallScreeningPackageName='" + mCallScreeningComponent + '\'' +
3592 '}';
3593 }
3594
3595 /** @hide */
3596 @Override
3597 public void writeToParcel(Parcel dest, int flags) {
3598 dest.writeByte((byte) (mIsBlocked ? 1 : 0));
3599 dest.writeByte((byte) (mIsInContacts ? 1 : 0));
3600 dest.writeParcelable(mCallResponse == null ? null : mCallResponse.toParcelable(), 0);
3601 dest.writeParcelable(mCallScreeningComponent, 0);
3602 }
3603 }
3604
3605 /**
Hall Liu49cabcc2021-01-15 11:41:48 -08003606 * Indicates that call filtering in Telecom is complete
3607 *
3608 * This method is called for a connection created via
3609 * {@link ConnectionService#onCreateIncomingConnection} when call filtering completes in
3610 * Telecom, including checking the blocked number db, per-contact settings, and custom call
3611 * filtering apps.
3612 *
Hall Liu73903142021-02-18 18:41:41 -08003613 * @param callFilteringCompletionInfo Info provided by Telecom on the results of call filtering.
Hall Liu49cabcc2021-01-15 11:41:48 -08003614 * @hide
3615 */
3616 @SystemApi
3617 @RequiresPermission(Manifest.permission.READ_CONTACTS)
Hall Liu73903142021-02-18 18:41:41 -08003618 public void onCallFilteringCompleted(
3619 @NonNull CallFilteringCompletionInfo callFilteringCompletionInfo) { }
Hall Liu49cabcc2021-01-15 11:41:48 -08003620
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003621 static String toLogSafePhoneNumber(String number) {
3622 // For unknown number, log empty string.
3623 if (number == null) {
3624 return "";
3625 }
3626
3627 if (PII_DEBUG) {
3628 // When PII_DEBUG is true we emit PII.
3629 return number;
3630 }
3631
3632 // Do exactly same thing as Uri#toSafeString() does, which will enable us to compare
3633 // sanitized phone numbers.
3634 StringBuilder builder = new StringBuilder();
3635 for (int i = 0; i < number.length(); i++) {
3636 char c = number.charAt(i);
3637 if (c == '-' || c == '@' || c == '.') {
3638 builder.append(c);
3639 } else {
3640 builder.append('x');
3641 }
3642 }
3643 return builder.toString();
3644 }
3645
Ihab Awad542e0ea2014-05-16 10:22:16 -07003646 private void setState(int state) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003647 checkImmutable();
Ihab Awad6107bab2014-08-18 09:23:25 -07003648 if (mState == STATE_DISCONNECTED && mState != state) {
3649 Log.d(this, "Connection already DISCONNECTED; cannot transition out of this state.");
Evan Charltonbf11f982014-07-20 22:06:28 -07003650 return;
Sailesh Nepal400cc482014-06-26 12:04:00 -07003651 }
Evan Charltonbf11f982014-07-20 22:06:28 -07003652 if (mState != state) {
3653 Log.d(this, "setState: %s", stateToString(state));
3654 mState = state;
Nancy Chen354b2bd2014-09-08 18:27:26 -07003655 onStateChanged(state);
Evan Charltonbf11f982014-07-20 22:06:28 -07003656 for (Listener l : mListeners) {
3657 l.onStateChanged(this, state);
3658 }
Evan Charltonbf11f982014-07-20 22:06:28 -07003659 }
3660 }
3661
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07003662 private static class FailureSignalingConnection extends Connection {
Ihab Awad90e34e32014-12-01 16:23:17 -08003663 private boolean mImmutable = false;
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003664 public FailureSignalingConnection(DisconnectCause disconnectCause) {
3665 setDisconnected(disconnectCause);
Tyler Gunn2915af72020-03-06 11:36:21 -08003666 mImmutable = true;
Ihab Awad6107bab2014-08-18 09:23:25 -07003667 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003668
3669 public void checkImmutable() {
Ihab Awad90e34e32014-12-01 16:23:17 -08003670 if (mImmutable) {
3671 throw new UnsupportedOperationException("Connection is immutable");
3672 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003673 }
Ihab Awad6107bab2014-08-18 09:23:25 -07003674 }
3675
Evan Charltonbf11f982014-07-20 22:06:28 -07003676 /**
Ihab Awad6107bab2014-08-18 09:23:25 -07003677 * Return a {@code Connection} which represents a failed connection attempt. The returned
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003678 * {@code Connection} will have a {@link android.telecom.DisconnectCause} and as specified,
3679 * and a {@link #getState()} of {@link #STATE_DISCONNECTED}.
Ihab Awad6107bab2014-08-18 09:23:25 -07003680 * <p>
3681 * The returned {@code Connection} can be assumed to {@link #destroy()} itself when appropriate,
3682 * so users of this method need not maintain a reference to its return value to destroy it.
Evan Charltonbf11f982014-07-20 22:06:28 -07003683 *
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003684 * @param disconnectCause The disconnect cause, ({@see android.telecomm.DisconnectCause}).
Ihab Awad6107bab2014-08-18 09:23:25 -07003685 * @return A {@code Connection} which indicates failure.
Evan Charltonbf11f982014-07-20 22:06:28 -07003686 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003687 public static Connection createFailedConnection(DisconnectCause disconnectCause) {
3688 return new FailureSignalingConnection(disconnectCause);
Evan Charltonbf11f982014-07-20 22:06:28 -07003689 }
3690
Evan Charltonbf11f982014-07-20 22:06:28 -07003691 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003692 * Override to throw an {@link UnsupportedOperationException} if this {@code Connection} is
3693 * not intended to be mutated, e.g., if it is a marker for failure. Only for framework use;
3694 * this should never be un-@hide-den.
3695 *
3696 * @hide
3697 */
3698 public void checkImmutable() {}
3699
3700 /**
Ihab Awad6107bab2014-08-18 09:23:25 -07003701 * Return a {@code Connection} which represents a canceled connection attempt. The returned
3702 * {@code Connection} will have state {@link #STATE_DISCONNECTED}, and cannot be moved out of
3703 * that state. This connection should not be used for anything, and no other
3704 * {@code Connection}s should be attempted.
3705 * <p>
Ihab Awad6107bab2014-08-18 09:23:25 -07003706 * so users of this method need not maintain a reference to its return value to destroy it.
Evan Charltonbf11f982014-07-20 22:06:28 -07003707 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003708 * @return A {@code Connection} which indicates that the underlying connection should
3709 * be canceled.
Evan Charltonbf11f982014-07-20 22:06:28 -07003710 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003711 public static Connection createCanceledConnection() {
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003712 return new FailureSignalingConnection(new DisconnectCause(DisconnectCause.CANCELED));
Ihab Awad542e0ea2014-05-16 10:22:16 -07003713 }
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003714
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003715 private final void fireOnConferenceableConnectionsChanged() {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003716 for (Listener l : mListeners) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003717 l.onConferenceablesChanged(this, getConferenceables());
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003718 }
3719 }
3720
Santos Cordon823fd3c2014-08-07 18:35:18 -07003721 private final void fireConferenceChanged() {
3722 for (Listener l : mListeners) {
3723 l.onConferenceChanged(this, mConference);
3724 }
3725 }
3726
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003727 private final void clearConferenceableList() {
Tyler Gunndf2cbc82015-04-20 09:13:01 -07003728 for (Conferenceable c : mConferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003729 if (c instanceof Connection) {
3730 Connection connection = (Connection) c;
3731 connection.removeConnectionListener(mConnectionDeathListener);
3732 } else if (c instanceof Conference) {
3733 Conference conference = (Conference) c;
3734 conference.removeListener(mConferenceDeathListener);
3735 }
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003736 }
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003737 mConferenceables.clear();
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003738 }
Tyler Gunn3bffcf72014-10-28 13:51:27 -07003739
3740 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07003741 * Handles a change to extras received from Telecom.
3742 *
3743 * @param extras The new extras.
3744 * @hide
3745 */
3746 final void handleExtrasChanged(Bundle extras) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003747 Bundle b = null;
3748 synchronized (mExtrasLock) {
3749 mExtras = extras;
3750 if (mExtras != null) {
3751 b = new Bundle(mExtras);
3752 }
3753 }
3754 onExtrasChanged(b);
Tyler Gunndee56a82016-03-23 16:06:34 -07003755 }
3756
3757 /**
Tyler Gunnc63f9082019-10-15 13:19:26 -07003758 * Called by a {@link ConnectionService} to notify Telecom that a {@link Conference#onMerge()}
3759 * request failed.
Anthony Lee17455a32015-04-24 15:25:29 -07003760 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003761 public final void notifyConferenceMergeFailed() {
Anthony Lee17455a32015-04-24 15:25:29 -07003762 for (Listener l : mListeners) {
3763 l.onConferenceMergeFailed(this);
3764 }
3765 }
3766
3767 /**
Srikanth Chintalafcb15012017-05-04 20:58:34 +05303768 * Notifies listeners when phone account is changed. For example, when the PhoneAccount is
3769 * changed due to an emergency call being redialed.
3770 * @param pHandle The new PhoneAccountHandle for this connection.
3771 * @hide
3772 */
3773 public void notifyPhoneAccountChanged(PhoneAccountHandle pHandle) {
3774 for (Listener l : mListeners) {
3775 l.onPhoneAccountChanged(this, pHandle);
3776 }
3777 }
3778
3779 /**
Pengquan Meng70c9885332017-10-02 18:09:03 -07003780 * Sets the {@link PhoneAccountHandle} associated with this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003781 * <p>
3782 * Used by the Telephony {@link ConnectionService} to handle changes to the {@link PhoneAccount}
3783 * which take place after call initiation (important for emergency calling scenarios).
Pengquan Meng70c9885332017-10-02 18:09:03 -07003784 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07003785 * @param phoneAccountHandle the phone account handle to set.
Pengquan Meng70c9885332017-10-02 18:09:03 -07003786 * @hide
3787 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003788 @SystemApi
3789 public void setPhoneAccountHandle(@NonNull PhoneAccountHandle phoneAccountHandle) {
Pengquan Meng70c9885332017-10-02 18:09:03 -07003790 if (mPhoneAccountHandle != phoneAccountHandle) {
3791 mPhoneAccountHandle = phoneAccountHandle;
3792 notifyPhoneAccountChanged(phoneAccountHandle);
3793 }
3794 }
3795
3796 /**
3797 * Returns the {@link PhoneAccountHandle} associated with this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003798 * <p>
3799 * Used by the Telephony {@link ConnectionService} to handle changes to the {@link PhoneAccount}
3800 * which take place after call initiation (important for emergency calling scenarios).
Pengquan Meng70c9885332017-10-02 18:09:03 -07003801 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07003802 * @return the phone account handle specified via
3803 * {@link #setPhoneAccountHandle(PhoneAccountHandle)}, or {@code null} if none was set.
Pengquan Meng70c9885332017-10-02 18:09:03 -07003804 * @hide
3805 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003806 @SystemApi
3807 public @Nullable PhoneAccountHandle getPhoneAccountHandle() {
Pengquan Meng70c9885332017-10-02 18:09:03 -07003808 return mPhoneAccountHandle;
3809 }
3810
3811 /**
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003812 * Sends an event associated with this {@code Connection} with associated event extras to the
3813 * {@link InCallService}.
3814 * <p>
3815 * Connection events are used to communicate point in time information from a
3816 * {@link ConnectionService} to a {@link InCallService} implementations. An example of a
3817 * custom connection event includes notifying the UI when a WIFI call has been handed over to
3818 * LTE, which the InCall UI might use to inform the user that billing charges may apply. The
3819 * Android Telephony framework will send the {@link #EVENT_CALL_MERGE_FAILED} connection event
3820 * when a call to {@link Call#mergeConference()} has failed to complete successfully. A
3821 * connection event could also be used to trigger UI in the {@link InCallService} which prompts
3822 * the user to make a choice (e.g. whether they want to incur roaming costs for making a call),
3823 * which is communicated back via {@link Call#sendCallEvent(String, Bundle)}.
3824 * <p>
3825 * Events are exposed to {@link InCallService} implementations via
3826 * {@link Call.Callback#onConnectionEvent(Call, String, Bundle)}.
3827 * <p>
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003828 * No assumptions should be made as to how an In-Call UI or service will handle these events.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003829 * The {@link ConnectionService} must assume that the In-Call UI could even chose to ignore
3830 * some events altogether.
3831 * <p>
3832 * Events should be fully qualified (e.g. {@code com.example.event.MY_EVENT}) to avoid
3833 * conflicts between {@link ConnectionService} implementations. Further, custom
3834 * {@link ConnectionService} implementations shall not re-purpose events in the
3835 * {@code android.*} namespace, nor shall they define new event types in this namespace. When
3836 * defining a custom event type, ensure the contents of the extras {@link Bundle} is clearly
3837 * defined. Extra keys for this bundle should be named similar to the event type (e.g.
3838 * {@code com.example.extra.MY_EXTRA}).
3839 * <p>
3840 * When defining events and the associated extras, it is important to keep their behavior
3841 * consistent when the associated {@link ConnectionService} is updated. Support for deprecated
3842 * events/extras should me maintained to ensure backwards compatibility with older
3843 * {@link InCallService} implementations which were built to support the older behavior.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003844 *
3845 * @param event The connection event.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003846 * @param extras Optional bundle containing extra information associated with the event.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003847 */
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003848 public void sendConnectionEvent(String event, Bundle extras) {
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003849 for (Listener l : mListeners) {
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07003850 l.onConnectionEvent(this, event, extras);
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003851 }
3852 }
Tyler Gunn6986a632019-06-25 13:45:32 -07003853
3854 /**
3855 * @return The direction of the call.
3856 * @hide
3857 */
3858 public final @Call.Details.CallDirection int getCallDirection() {
3859 return mCallDirection;
3860 }
3861
3862 /**
3863 * Sets the direction of this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003864 * <p>
3865 * Used when calling {@link ConnectionService#addExistingConnection} to specify the existing
3866 * call direction.
3867 *
Tyler Gunn6986a632019-06-25 13:45:32 -07003868 * @param callDirection The direction of this connection.
3869 * @hide
3870 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003871 @SystemApi
Tyler Gunn6986a632019-06-25 13:45:32 -07003872 public void setCallDirection(@Call.Details.CallDirection int callDirection) {
3873 mCallDirection = callDirection;
3874 }
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003875
3876 /**
3877 * Gets the verification status for the phone number of an incoming call as identified in
3878 * ATIS-1000082.
3879 * @return the verification status.
3880 */
Tyler Gunna131d6e2020-02-13 14:53:28 -08003881 public final @VerificationStatus int getCallerNumberVerificationStatus() {
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003882 return mCallerNumberVerificationStatus;
3883 }
3884
3885 /**
3886 * Sets the verification status for the phone number of an incoming call as identified in
3887 * ATIS-1000082.
3888 * <p>
3889 * This property can only be set at the time of creation of a {@link Connection} being returned
3890 * by
3891 * {@link ConnectionService#onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest)}.
3892 */
Tyler Gunna131d6e2020-02-13 14:53:28 -08003893 public final void setCallerNumberVerificationStatus(
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003894 @VerificationStatus int callerNumberVerificationStatus) {
3895 mCallerNumberVerificationStatus = callerNumberVerificationStatus;
3896 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07003897}