blob: 21a1804599787a292ad8ab26dfafc5fc6e91287d [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 /**
Sooraj Sasindran81be0822021-10-26 02:03:37 -0700840 * Last known cell identity key to be used to fill geo location header in case of an emergency
841 * call. This entry will not be filled if call is not identified as an emergency call.
842 * {@link Connection}. Only provided to the {@link ConnectionService} for the purpose
843 * of placing an emergency call; will not be present in the {@link InCallService} layer.
844 * The {@link ConnectionService}'s implementation will be logged for fine location access
845 * when an outgoing call is placed in this case.
846 */
847 public static final String EXTRA_LAST_KNOWN_CELL_IDENTITY =
848 "android.telecom.extra.LAST_KNOWN_CELL_IDENTITY";
849
850 /**
Tyler Gunn78a59ff2021-05-07 16:41:19 -0700851 * Boolean connection extra key used to indicate whether device to device communication is
852 * available for the current call.
853 * @hide
854 */
855 public static final String EXTRA_IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE =
856 "android.telecom.extra.IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE";
857
allenwtsu6ec972a2020-11-10 17:32:46 +0800858 /**
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800859 * Connection event used to inform Telecom that it should play the on hold tone. This is used
860 * to play a tone when the peer puts the current call on hold. Sent to Telecom via
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700861 * {@link #sendConnectionEvent(String, Bundle)}.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800862 */
863 public static final String EVENT_ON_HOLD_TONE_START =
864 "android.telecom.event.ON_HOLD_TONE_START";
865
866 /**
867 * Connection event used to inform Telecom that it should stop the on hold tone. This is used
868 * to stop a tone when the peer puts the current call on hold. Sent to Telecom via
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700869 * {@link #sendConnectionEvent(String, Bundle)}.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800870 */
871 public static final String EVENT_ON_HOLD_TONE_END =
872 "android.telecom.event.ON_HOLD_TONE_END";
873
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700874 /**
875 * Connection event used to inform {@link InCallService}s when pulling of an external call has
876 * failed. The user interface should inform the user of the error.
877 * <p>
878 * Expected to be used by the {@link ConnectionService} when the {@link Call#pullExternalCall()}
879 * API is called on a {@link Call} with the properties
880 * {@link Call.Details#PROPERTY_IS_EXTERNAL_CALL} and
881 * {@link Call.Details#CAPABILITY_CAN_PULL_CALL}, but the {@link ConnectionService} could not
882 * pull the external call due to an error condition.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700883 * <p>
884 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
885 * expected to be null when this connection event is used.
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700886 */
887 public static final String EVENT_CALL_PULL_FAILED = "android.telecom.event.CALL_PULL_FAILED";
888
Brad Ebinger2c1c16452016-05-27 15:58:10 -0700889 /**
890 * Connection event used to inform {@link InCallService}s when the merging of two calls has
891 * failed. The User Interface should use this message to inform the user of the error.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700892 * <p>
893 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
894 * expected to be null when this connection event is used.
Brad Ebinger2c1c16452016-05-27 15:58:10 -0700895 */
896 public static final String EVENT_CALL_MERGE_FAILED = "android.telecom.event.CALL_MERGE_FAILED";
897
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700898 /**
Hall Liu06ae75b2019-03-11 19:11:35 -0700899 * Connection event used to inform Telecom when a hold operation on a call has failed.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700900 * <p>
Hall Liu06ae75b2019-03-11 19:11:35 -0700901 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
902 * expected to be null when this connection event is used.
Hall Liu06ae75b2019-03-11 19:11:35 -0700903 */
904 public static final String EVENT_CALL_HOLD_FAILED = "android.telecom.event.CALL_HOLD_FAILED";
905
906 /**
Masaho Nishikawacb8fa742019-11-07 14:41:21 +0900907 * Connection event used to inform Telecom when a switch operation on a call has failed.
908 * <p>
909 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
910 * expected to be null when this connection event is used.
911 */
912 public static final String EVENT_CALL_SWITCH_FAILED =
913 "android.telecom.event.CALL_SWITCH_FAILED";
914
915 /**
Tyler Gunn78da7812017-05-09 14:34:57 -0700916 * Connection event used to inform {@link InCallService}s when the process of merging a
917 * Connection into a conference has begun.
918 * <p>
919 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
920 * expected to be null when this connection event is used.
Tyler Gunn78da7812017-05-09 14:34:57 -0700921 */
922 public static final String EVENT_MERGE_START = "android.telecom.event.MERGE_START";
923
924 /**
925 * Connection event used to inform {@link InCallService}s when the process of merging a
926 * Connection into a conference has completed.
927 * <p>
928 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
929 * expected to be null when this connection event is used.
Tyler Gunn78da7812017-05-09 14:34:57 -0700930 */
931 public static final String EVENT_MERGE_COMPLETE = "android.telecom.event.MERGE_COMPLETE";
932
933 /**
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700934 * Connection event used to inform {@link InCallService}s when a call has been put on hold by
935 * the remote party.
936 * <p>
937 * This is different than the {@link Connection#STATE_HOLDING} state which indicates that the
938 * call is being held locally on the device. When a capable {@link ConnectionService} receives
939 * signalling to indicate that the remote party has put the call on hold, it can send this
940 * connection event.
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700941 */
942 public static final String EVENT_CALL_REMOTELY_HELD =
943 "android.telecom.event.CALL_REMOTELY_HELD";
944
945 /**
946 * Connection event used to inform {@link InCallService}s when a call which was remotely held
947 * (see {@link #EVENT_CALL_REMOTELY_HELD}) has been un-held by the remote party.
948 * <p>
949 * This is different than the {@link Connection#STATE_HOLDING} state which indicates that the
950 * call is being held locally on the device. When a capable {@link ConnectionService} receives
951 * signalling to indicate that the remote party has taken the call off hold, it can send this
952 * connection event.
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700953 */
954 public static final String EVENT_CALL_REMOTELY_UNHELD =
955 "android.telecom.event.CALL_REMOTELY_UNHELD";
956
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700957 /**
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
960 * successfully completed.
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_COMPLETE =
966 "android.telecom.event.HANDOVER_COMPLETE";
967
968 /**
969 * Connection event used to inform an {@link InCallService} which initiated a call handover via
970 * {@link Call#EVENT_REQUEST_HANDOVER} that the handover from this {@link Connection} has failed
971 * to complete.
972 * @hide
Tyler Gunn1a505fa2018-09-14 13:36:38 -0700973 * @deprecated Use {@link Call#handoverTo(PhoneAccountHandle, int, Bundle)} and its associated
974 * APIs instead.
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700975 */
976 public static final String EVENT_HANDOVER_FAILED =
977 "android.telecom.event.HANDOVER_FAILED";
978
shilub7ec9a02018-11-09 15:52:04 -0800979 /**
Shi Lu528eb5b2019-02-08 05:09:11 +0000980 * String Connection extra key used to store SIP invite fields for an incoming call for IMS call
shilub7ec9a02018-11-09 15:52:04 -0800981 */
982 public static final String EXTRA_SIP_INVITE = "android.telecom.extra.SIP_INVITE";
983
Wileen Chiuf2ec2982018-07-01 14:21:50 -0700984 /**
985 * Connection event used to inform an {@link InCallService} that the RTT audio indication
986 * has changed.
987 */
988 public static final String EVENT_RTT_AUDIO_INDICATION_CHANGED =
989 "android.telecom.event.RTT_AUDIO_INDICATION_CHANGED";
990
Tyler Gunnd5821842021-02-05 11:12:57 -0800991 /**
992 * Connection event used to signal between the telephony {@link ConnectionService} and Telecom
993 * when device to device messages are sent/received.
994 * <p>
995 * Device to device messages originating from the network are sent by telephony using
996 * {@link Connection#sendConnectionEvent(String, Bundle)} and are routed up to any active
997 * {@link CallDiagnosticService} implementation which is active.
998 * <p>
999 * Likewise, if a {@link CallDiagnosticService} sends a message using
Tyler Gunn066de602021-03-16 09:58:07 -07001000 * {@link CallDiagnostics#sendDeviceToDeviceMessage(int, int)}, it will be routed to telephony
Tyler Gunnd5821842021-02-05 11:12:57 -08001001 * via {@link Connection#onCallEvent(String, Bundle)}. The telephony stack will relay the
1002 * message to the other device.
1003 * @hide
1004 */
1005 @SystemApi
1006 public static final String EVENT_DEVICE_TO_DEVICE_MESSAGE =
1007 "android.telecom.event.DEVICE_TO_DEVICE_MESSAGE";
1008
1009 /**
1010 * Sent along with {@link #EVENT_DEVICE_TO_DEVICE_MESSAGE} to indicate the device to device
1011 * message type.
1012 *
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_TYPE =
1018 "android.telecom.extra.DEVICE_TO_DEVICE_MESSAGE_TYPE";
1019
1020 /**
1021 * Sent along with {@link #EVENT_DEVICE_TO_DEVICE_MESSAGE} to indicate the device to device
1022 * message value.
1023 * <p>
Tyler Gunn066de602021-03-16 09:58:07 -07001024 * See {@link CallDiagnostics} for more information.
Tyler Gunnd5821842021-02-05 11:12:57 -08001025 * @hide
1026 */
1027 @SystemApi
1028 public static final String EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE =
1029 "android.telecom.extra.DEVICE_TO_DEVICE_MESSAGE_VALUE";
1030
Tyler Gunn0a1c6d12021-03-12 15:44:08 -08001031 /**
1032 * Connection event used to communicate a {@link android.telephony.CallQuality} report from
1033 * telephony to Telecom for relaying to
1034 * {@link DiagnosticCall#onCallQualityReceived(CallQuality)}.
1035 * @hide
1036 */
1037 public static final String EVENT_CALL_QUALITY_REPORT =
1038 "android.telecom.event.CALL_QUALITY_REPORT";
1039
1040 /**
1041 * Extra sent with {@link #EVENT_CALL_QUALITY_REPORT} containing the
1042 * {@link android.telephony.CallQuality} data.
1043 * @hide
1044 */
1045 public static final String EXTRA_CALL_QUALITY_REPORT =
1046 "android.telecom.extra.CALL_QUALITY_REPORT";
1047
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001048 // Flag controlling whether PII is emitted into the logs
1049 private static final boolean PII_DEBUG = Log.isLoggable(android.util.Log.DEBUG);
1050
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001051 /**
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07001052 * Renders a set of capability bits ({@code CAPABILITY_*}) as a human readable string.
1053 *
1054 * @param capabilities A capability bit field.
1055 * @return A human readable string representation.
1056 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001057 public static String capabilitiesToString(int capabilities) {
Santos Cordon1a749302016-07-26 16:08:53 -07001058 return capabilitiesToStringInternal(capabilities, true /* isLong */);
1059 }
1060
1061 /**
1062 * Renders a set of capability bits ({@code CAPABILITY_*}) as a *short* human readable
1063 * string.
1064 *
1065 * @param capabilities A capability bit field.
1066 * @return A human readable string representation.
1067 * @hide
1068 */
1069 public static String capabilitiesToStringShort(int capabilities) {
1070 return capabilitiesToStringInternal(capabilities, false /* isLong */);
1071 }
1072
1073 private static String capabilitiesToStringInternal(int capabilities, boolean isLong) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001074 StringBuilder builder = new StringBuilder();
Santos Cordon1a749302016-07-26 16:08:53 -07001075 builder.append("[");
1076 if (isLong) {
1077 builder.append("Capabilities:");
1078 }
1079
Tyler Gunnc63f9082019-10-15 13:19:26 -07001080 if ((capabilities & CAPABILITY_HOLD) == CAPABILITY_HOLD) {
Santos Cordon1a749302016-07-26 16:08:53 -07001081 builder.append(isLong ? " CAPABILITY_HOLD" : " hld");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001082 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001083 if ((capabilities & CAPABILITY_SUPPORT_HOLD) == CAPABILITY_SUPPORT_HOLD) {
Santos Cordon1a749302016-07-26 16:08:53 -07001084 builder.append(isLong ? " CAPABILITY_SUPPORT_HOLD" : " sup_hld");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001085 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001086 if ((capabilities & CAPABILITY_MERGE_CONFERENCE) == CAPABILITY_MERGE_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001087 builder.append(isLong ? " CAPABILITY_MERGE_CONFERENCE" : " mrg_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001088 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001089 if ((capabilities & CAPABILITY_SWAP_CONFERENCE) == CAPABILITY_SWAP_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001090 builder.append(isLong ? " CAPABILITY_SWAP_CONFERENCE" : " swp_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001091 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001092 if ((capabilities & CAPABILITY_RESPOND_VIA_TEXT) == CAPABILITY_RESPOND_VIA_TEXT) {
Santos Cordon1a749302016-07-26 16:08:53 -07001093 builder.append(isLong ? " CAPABILITY_RESPOND_VIA_TEXT" : " txt");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001094 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001095 if ((capabilities & CAPABILITY_MUTE) == CAPABILITY_MUTE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001096 builder.append(isLong ? " CAPABILITY_MUTE" : " mut");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001097 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001098 if ((capabilities & CAPABILITY_MANAGE_CONFERENCE) == CAPABILITY_MANAGE_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001099 builder.append(isLong ? " CAPABILITY_MANAGE_CONFERENCE" : " mng_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001100 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001101 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_RX) == CAPABILITY_SUPPORTS_VT_LOCAL_RX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001102 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_RX" : " VTlrx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001103 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001104 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_TX) == CAPABILITY_SUPPORTS_VT_LOCAL_TX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001105 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_TX" : " VTltx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001106 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001107 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL)
1108 == CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001109 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL" : " VTlbi");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001110 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001111 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_RX) == CAPABILITY_SUPPORTS_VT_REMOTE_RX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001112 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_RX" : " VTrrx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001113 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001114 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_TX) == CAPABILITY_SUPPORTS_VT_REMOTE_TX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001115 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_TX" : " VTrtx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001116 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001117 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL)
1118 == CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001119 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL" : " VTrbi");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001120 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001121 if ((capabilities & CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO)
1122 == CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001123 builder.append(isLong ? " CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO" : " !v2a");
Tyler Gunnf97a0092016-01-19 15:59:34 -08001124 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001125 if ((capabilities & CAPABILITY_SPEED_UP_MT_AUDIO) == CAPABILITY_SPEED_UP_MT_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001126 builder.append(isLong ? " CAPABILITY_SPEED_UP_MT_AUDIO" : " spd_aud");
Dong Zhou89f41eb2015-03-15 11:59:49 -05001127 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001128 if ((capabilities & CAPABILITY_CAN_UPGRADE_TO_VIDEO) == CAPABILITY_CAN_UPGRADE_TO_VIDEO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001129 builder.append(isLong ? " CAPABILITY_CAN_UPGRADE_TO_VIDEO" : " a2v");
Rekha Kumar07366812015-03-24 16:42:31 -07001130 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001131 if ((capabilities & CAPABILITY_CAN_PAUSE_VIDEO) == CAPABILITY_CAN_PAUSE_VIDEO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001132 builder.append(isLong ? " CAPABILITY_CAN_PAUSE_VIDEO" : " paus_VT");
Tyler Gunnb5e0cfb2015-04-07 16:10:51 -07001133 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001134 if ((capabilities & CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)
1135 == CAPABILITY_CONFERENCE_HAS_NO_CHILDREN) {
Santos Cordon1a749302016-07-26 16:08:53 -07001136 builder.append(isLong ? " CAPABILITY_SINGLE_PARTY_CONFERENCE" : " 1p_cnf");
Tyler Gunnd4091732015-06-29 09:15:37 -07001137 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001138 if ((capabilities & CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION)
1139 == CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION) {
Santos Cordon1a749302016-07-26 16:08:53 -07001140 builder.append(isLong ? " CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION" : " rsp_by_con");
Bryce Lee81901682015-08-28 16:38:02 -07001141 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001142 if ((capabilities & CAPABILITY_CAN_PULL_CALL) == CAPABILITY_CAN_PULL_CALL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001143 builder.append(isLong ? " CAPABILITY_CAN_PULL_CALL" : " pull");
Tyler Gunn876dbfb2016-03-14 15:18:07 -07001144 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001145 if ((capabilities & CAPABILITY_SUPPORT_DEFLECT) == CAPABILITY_SUPPORT_DEFLECT) {
Pooja Jaind34698d2017-12-28 14:15:31 +05301146 builder.append(isLong ? " CAPABILITY_SUPPORT_DEFLECT" : " sup_def");
1147 }
Ravi Paluri404babb2020-01-23 19:02:44 +05301148 if ((capabilities & CAPABILITY_ADD_PARTICIPANT) == CAPABILITY_ADD_PARTICIPANT) {
1149 builder.append(isLong ? " CAPABILITY_ADD_PARTICIPANT" : " add_participant");
1150 }
Ravi Palurif4b38e72020-02-05 12:35:41 +05301151 if ((capabilities & CAPABILITY_TRANSFER) == CAPABILITY_TRANSFER) {
1152 builder.append(isLong ? " CAPABILITY_TRANSFER" : " sup_trans");
1153 }
1154 if ((capabilities & CAPABILITY_TRANSFER_CONSULTATIVE)
1155 == CAPABILITY_TRANSFER_CONSULTATIVE) {
1156 builder.append(isLong ? " CAPABILITY_TRANSFER_CONSULTATIVE" : " sup_cTrans");
1157 }
Alvin Dey2f37d772018-05-18 23:16:10 +05301158 if ((capabilities & CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT)
1159 == CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT) {
1160 builder.append(isLong ? " CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT" : " sup_rtt");
1161 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001162 builder.append("]");
1163 return builder.toString();
1164 }
1165
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07001166 /**
1167 * Renders a set of property bits ({@code PROPERTY_*}) as a human readable string.
1168 *
1169 * @param properties A property bit field.
1170 * @return A human readable string representation.
1171 */
Tyler Gunn720c6642016-03-22 09:02:47 -07001172 public static String propertiesToString(int properties) {
Santos Cordon1a749302016-07-26 16:08:53 -07001173 return propertiesToStringInternal(properties, true /* isLong */);
1174 }
1175
1176 /**
1177 * Renders a set of property bits ({@code PROPERTY_*}) as a *short* human readable string.
1178 *
1179 * @param properties A property bit field.
1180 * @return A human readable string representation.
1181 * @hide
1182 */
1183 public static String propertiesToStringShort(int properties) {
1184 return propertiesToStringInternal(properties, false /* isLong */);
1185 }
1186
1187 private static String propertiesToStringInternal(int properties, boolean isLong) {
Tyler Gunn720c6642016-03-22 09:02:47 -07001188 StringBuilder builder = new StringBuilder();
Santos Cordon1a749302016-07-26 16:08:53 -07001189 builder.append("[");
1190 if (isLong) {
1191 builder.append("Properties:");
1192 }
Tyler Gunn720c6642016-03-22 09:02:47 -07001193
Tyler Gunnc63f9082019-10-15 13:19:26 -07001194 if ((properties & PROPERTY_SELF_MANAGED) == PROPERTY_SELF_MANAGED) {
Tyler Gunnf5035432017-01-09 09:43:12 -08001195 builder.append(isLong ? " PROPERTY_SELF_MANAGED" : " self_mng");
1196 }
1197
Tyler Gunnc63f9082019-10-15 13:19:26 -07001198 if ((properties & PROPERTY_EMERGENCY_CALLBACK_MODE) == PROPERTY_EMERGENCY_CALLBACK_MODE) {
Hall Liu25c7c4d2016-08-30 13:41:02 -07001199 builder.append(isLong ? " PROPERTY_EMERGENCY_CALLBACK_MODE" : " ecbm");
Tyler Gunn720c6642016-03-22 09:02:47 -07001200 }
1201
Tyler Gunnc63f9082019-10-15 13:19:26 -07001202 if ((properties & PROPERTY_HIGH_DEF_AUDIO) == PROPERTY_HIGH_DEF_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001203 builder.append(isLong ? " PROPERTY_HIGH_DEF_AUDIO" : " HD");
Tyler Gunn720c6642016-03-22 09:02:47 -07001204 }
1205
Tyler Gunnc63f9082019-10-15 13:19:26 -07001206 if ((properties & PROPERTY_WIFI) == PROPERTY_WIFI) {
Santos Cordon1a749302016-07-26 16:08:53 -07001207 builder.append(isLong ? " PROPERTY_WIFI" : " wifi");
Tyler Gunn720c6642016-03-22 09:02:47 -07001208 }
1209
Tyler Gunnc63f9082019-10-15 13:19:26 -07001210 if ((properties & PROPERTY_GENERIC_CONFERENCE) == PROPERTY_GENERIC_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001211 builder.append(isLong ? " PROPERTY_GENERIC_CONFERENCE" : " gen_conf");
Tyler Gunn720c6642016-03-22 09:02:47 -07001212 }
1213
Tyler Gunnc63f9082019-10-15 13:19:26 -07001214 if ((properties & PROPERTY_IS_EXTERNAL_CALL) == PROPERTY_IS_EXTERNAL_CALL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001215 builder.append(isLong ? " PROPERTY_IS_EXTERNAL_CALL" : " xtrnl");
Tyler Gunn720c6642016-03-22 09:02:47 -07001216 }
1217
Tyler Gunnc63f9082019-10-15 13:19:26 -07001218 if ((properties & PROPERTY_HAS_CDMA_VOICE_PRIVACY) == PROPERTY_HAS_CDMA_VOICE_PRIVACY) {
Santos Cordon1a749302016-07-26 16:08:53 -07001219 builder.append(isLong ? " PROPERTY_HAS_CDMA_VOICE_PRIVACY" : " priv");
Brad Ebinger15847072016-05-18 11:08:36 -07001220 }
1221
Tyler Gunnc63f9082019-10-15 13:19:26 -07001222 if ((properties & PROPERTY_IS_RTT) == PROPERTY_IS_RTT) {
Hall Liud4d2a8a2018-01-29 17:22:02 -08001223 builder.append(isLong ? " PROPERTY_IS_RTT" : " rtt");
1224 }
1225
Tyler Gunnc63f9082019-10-15 13:19:26 -07001226 if ((properties & PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL)
1227 == PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL) {
Tyler Gunn5bd90852018-09-21 09:37:07 -07001228 builder.append(isLong ? " PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL" : " ecall");
1229 }
1230
Tyler Gunnc63f9082019-10-15 13:19:26 -07001231 if ((properties & PROPERTY_REMOTELY_HOSTED) == PROPERTY_REMOTELY_HOSTED) {
Tyler Gunnac60f952019-05-31 07:23:16 -07001232 builder.append(isLong ? " PROPERTY_REMOTELY_HOSTED" : " remote_hst");
1233 }
1234
Ravi Paluri80aa2142019-12-02 11:57:37 +05301235 if ((properties & PROPERTY_IS_ADHOC_CONFERENCE) == PROPERTY_IS_ADHOC_CONFERENCE) {
1236 builder.append(isLong ? " PROPERTY_IS_ADHOC_CONFERENCE" : " adhoc_conf");
1237 }
1238
Hall Liue0f787c2020-07-08 11:25:56 -07001239 if ((properties & PROPERTY_IS_DOWNGRADED_CONFERENCE) == PROPERTY_IS_DOWNGRADED_CONFERENCE) {
1240 builder.append(isLong ? " PROPERTY_IS_DOWNGRADED_CONFERENCE" : " dngrd_conf");
1241 }
1242
Tyler Gunn720c6642016-03-22 09:02:47 -07001243 builder.append("]");
1244 return builder.toString();
1245 }
1246
Sailesh Nepal091768c2014-06-30 15:15:23 -07001247 /** @hide */
Tyler Gunn633e4c32019-10-24 15:40:48 -07001248 abstract static class Listener {
Ihab Awad542e0ea2014-05-16 10:22:16 -07001249 public void onStateChanged(Connection c, int state) {}
Andrew Lee100e2932014-09-08 15:34:24 -07001250 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {}
Sailesh Nepal61203862014-07-11 14:50:13 -07001251 public void onCallerDisplayNameChanged(
1252 Connection c, String callerDisplayName, int presentation) {}
Tyler Gunnaa07df82014-07-17 07:50:22 -07001253 public void onVideoStateChanged(Connection c, int videoState) {}
Andrew Lee7f3d41f2014-09-11 17:33:16 -07001254 public void onDisconnected(Connection c, DisconnectCause disconnectCause) {}
Sailesh Nepal091768c2014-06-30 15:15:23 -07001255 public void onPostDialWait(Connection c, String remaining) {}
Nancy Chen27d1c2d2014-12-15 16:12:50 -08001256 public void onPostDialChar(Connection c, char nextChar) {}
Andrew Lee100e2932014-09-08 15:34:24 -07001257 public void onRingbackRequested(Connection c, boolean ringback) {}
Sailesh Nepal61203862014-07-11 14:50:13 -07001258 public void onDestroyed(Connection c) {}
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001259 public void onConnectionCapabilitiesChanged(Connection c, int capabilities) {}
Tyler Gunn720c6642016-03-22 09:02:47 -07001260 public void onConnectionPropertiesChanged(Connection c, int properties) {}
Christine Hallstrom2830ce92016-11-30 16:06:42 -08001261 public void onSupportedAudioRoutesChanged(Connection c, int supportedAudioRoutes) {}
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001262 public void onVideoProviderChanged(
1263 Connection c, VideoProvider videoProvider) {}
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001264 public void onAudioModeIsVoipChanged(Connection c, boolean isVoip) {}
1265 public void onStatusHintsChanged(Connection c, StatusHints statusHints) {}
Tyler Gunn6d76ca02014-11-17 15:49:51 -08001266 public void onConferenceablesChanged(
Tyler Gunndf2cbc82015-04-20 09:13:01 -07001267 Connection c, List<Conferenceable> conferenceables) {}
Santos Cordon823fd3c2014-08-07 18:35:18 -07001268 public void onConferenceChanged(Connection c, Conference conference) {}
Anthony Lee17455a32015-04-24 15:25:29 -07001269 public void onConferenceMergeFailed(Connection c) {}
Santos Cordon6b7f9552015-05-27 17:21:45 -07001270 public void onExtrasChanged(Connection c, Bundle extras) {}
Tyler Gunndee56a82016-03-23 16:06:34 -07001271 public void onExtrasRemoved(Connection c, List<String> keys) {}
Tyler Gunn876dbfb2016-03-14 15:18:07 -07001272 public void onConnectionEvent(Connection c, String event, Bundle extras) {}
Hall Liua98f58b52017-11-07 17:59:28 -08001273 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) {}
Hall Liub64ac4c2017-02-06 10:49:48 -08001274 public void onRttInitiationSuccess(Connection c) {}
1275 public void onRttInitiationFailure(Connection c, int reason) {}
1276 public void onRttSessionRemotelyTerminated(Connection c) {}
1277 public void onRemoteRttRequest(Connection c) {}
Srikanth Chintalafcb15012017-05-04 20:58:34 +05301278 /** @hide */
1279 public void onPhoneAccountChanged(Connection c, PhoneAccountHandle pHandle) {}
Mengjun Leng25707742017-07-04 11:10:37 +08001280 public void onConnectionTimeReset(Connection c) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07001281 }
1282
Tyler Gunnb702ef82015-05-29 11:51:53 -07001283 /**
Hall Liu95d55872017-01-25 17:12:49 -08001284 * Provides methods to read and write RTT data to/from the in-call app.
Hall Liu95d55872017-01-25 17:12:49 -08001285 */
1286 public static final class RttTextStream {
1287 private static final int READ_BUFFER_SIZE = 1000;
1288 private final InputStreamReader mPipeFromInCall;
1289 private final OutputStreamWriter mPipeToInCall;
Hall Liub64ac4c2017-02-06 10:49:48 -08001290 private final ParcelFileDescriptor mFdFromInCall;
1291 private final ParcelFileDescriptor mFdToInCall;
Hall Liu17eb1bd2018-07-03 15:17:41 -07001292
1293 private final FileInputStream mFromInCallFileInputStream;
Hall Liu95d55872017-01-25 17:12:49 -08001294 private char[] mReadBuffer = new char[READ_BUFFER_SIZE];
1295
1296 /**
1297 * @hide
1298 */
1299 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) {
Hall Liub64ac4c2017-02-06 10:49:48 -08001300 mFdFromInCall = fromInCall;
1301 mFdToInCall = toInCall;
Hall Liu17eb1bd2018-07-03 15:17:41 -07001302 mFromInCallFileInputStream = new FileInputStream(fromInCall.getFileDescriptor());
Hall Liu730a2592018-06-25 19:48:33 -07001303
1304 // Wrap the FileInputStream in a Channel so that it's interruptible.
Hall Liu95d55872017-01-25 17:12:49 -08001305 mPipeFromInCall = new InputStreamReader(
Hall Liu17eb1bd2018-07-03 15:17:41 -07001306 Channels.newInputStream(Channels.newChannel(mFromInCallFileInputStream)));
Hall Liu95d55872017-01-25 17:12:49 -08001307 mPipeToInCall = new OutputStreamWriter(
Hall Liua549fed2018-02-09 16:40:03 -08001308 new FileOutputStream(toInCall.getFileDescriptor()));
Hall Liu95d55872017-01-25 17:12:49 -08001309 }
1310
1311 /**
1312 * Writes the string {@param input} into the text stream to the UI for this RTT call. Since
1313 * RTT transmits text in real-time, this method should be called as often as text snippets
1314 * are received from the remote user, even if it is only one character.
Hall Liua549fed2018-02-09 16:40:03 -08001315 * <p>
Hall Liu95d55872017-01-25 17:12:49 -08001316 * This method is not thread-safe -- calling it from multiple threads simultaneously may
1317 * lead to interleaved text.
Hall Liua549fed2018-02-09 16:40:03 -08001318 *
Hall Liu95d55872017-01-25 17:12:49 -08001319 * @param input The message to send to the in-call app.
1320 */
1321 public void write(String input) throws IOException {
1322 mPipeToInCall.write(input);
1323 mPipeToInCall.flush();
1324 }
1325
1326
1327 /**
1328 * Reads a string from the in-call app, blocking if there is no data available. Returns
1329 * {@code null} if the RTT conversation has been terminated and there is no further data
1330 * to read.
Hall Liua549fed2018-02-09 16:40:03 -08001331 * <p>
Hall Liu95d55872017-01-25 17:12:49 -08001332 * This method is not thread-safe -- calling it from multiple threads simultaneously may
1333 * lead to interleaved text.
Hall Liua549fed2018-02-09 16:40:03 -08001334 *
Hall Liu95d55872017-01-25 17:12:49 -08001335 * @return A string containing text entered by the user, or {@code null} if the
1336 * conversation has been terminated or if there was an error while reading.
1337 */
Hall Liuffa4a812017-03-02 16:11:00 -08001338 public String read() throws IOException {
1339 int numRead = mPipeFromInCall.read(mReadBuffer, 0, READ_BUFFER_SIZE);
1340 if (numRead < 0) {
1341 return null;
1342 }
1343 return new String(mReadBuffer, 0, numRead);
1344 }
1345
1346 /**
1347 * Non-blocking version of {@link #read()}. Returns {@code null} if there is nothing to
1348 * be read.
Hall Liua549fed2018-02-09 16:40:03 -08001349 *
Hall Liuffa4a812017-03-02 16:11:00 -08001350 * @return A string containing text entered by the user, or {@code null} if the user has
1351 * not entered any new text yet.
1352 */
1353 public String readImmediately() throws IOException {
Hall Liu17eb1bd2018-07-03 15:17:41 -07001354 if (mFromInCallFileInputStream.available() > 0) {
Hall Liuffa4a812017-03-02 16:11:00 -08001355 return read();
1356 } else {
Hall Liu95d55872017-01-25 17:12:49 -08001357 return null;
1358 }
1359 }
Hall Liub64ac4c2017-02-06 10:49:48 -08001360
1361 /** @hide */
1362 public ParcelFileDescriptor getFdFromInCall() {
1363 return mFdFromInCall;
1364 }
1365
1366 /** @hide */
1367 public ParcelFileDescriptor getFdToInCall() {
1368 return mFdToInCall;
1369 }
1370 }
1371
1372 /**
1373 * Provides constants to represent the results of responses to session modify requests sent via
1374 * {@link Call#sendRttRequest()}
1375 */
1376 public static final class RttModifyStatus {
Hall Liu8dd49082017-04-21 14:33:12 -07001377 private RttModifyStatus() {}
Hall Liub64ac4c2017-02-06 10:49:48 -08001378 /**
1379 * Session modify request was successful.
1380 */
1381 public static final int SESSION_MODIFY_REQUEST_SUCCESS = 1;
1382
1383 /**
1384 * Session modify request failed.
1385 */
1386 public static final int SESSION_MODIFY_REQUEST_FAIL = 2;
1387
1388 /**
1389 * Session modify request ignored due to invalid parameters.
1390 */
1391 public static final int SESSION_MODIFY_REQUEST_INVALID = 3;
1392
1393 /**
1394 * Session modify request timed out.
1395 */
1396 public static final int SESSION_MODIFY_REQUEST_TIMED_OUT = 4;
1397
1398 /**
1399 * Session modify request rejected by remote user.
1400 */
1401 public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5;
Hall Liu95d55872017-01-25 17:12:49 -08001402 }
1403
1404 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001405 * Provides a means of controlling the video session associated with a {@link Connection}.
1406 * <p>
1407 * Implementations create a custom subclass of {@link VideoProvider} and the
1408 * {@link ConnectionService} creates an instance sets it on the {@link Connection} using
1409 * {@link Connection#setVideoProvider(VideoProvider)}. Any connection which supports video
1410 * should set the {@link VideoProvider}.
1411 * <p>
1412 * The {@link VideoProvider} serves two primary purposes: it provides a means for Telecom and
1413 * {@link InCallService} implementations to issue requests related to the video session;
1414 * it provides a means for the {@link ConnectionService} to report events and information
1415 * related to the video session to Telecom and the {@link InCallService} implementations.
1416 * <p>
1417 * {@link InCallService} implementations interact with the {@link VideoProvider} via
1418 * {@link android.telecom.InCallService.VideoCall}.
1419 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001420 public static abstract class VideoProvider {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001421 /**
1422 * Video is not being received (no protocol pause was issued).
Tyler Gunnb702ef82015-05-29 11:51:53 -07001423 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001424 */
1425 public static final int SESSION_EVENT_RX_PAUSE = 1;
Evan Charltonbf11f982014-07-20 22:06:28 -07001426
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001427 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001428 * Video reception has resumed after a {@link #SESSION_EVENT_RX_PAUSE}.
1429 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001430 */
1431 public static final int SESSION_EVENT_RX_RESUME = 2;
1432
1433 /**
1434 * Video transmission has begun. This occurs after a negotiated start of video transmission
1435 * when the underlying protocol has actually begun transmitting video to the remote party.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001436 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001437 */
1438 public static final int SESSION_EVENT_TX_START = 3;
1439
1440 /**
1441 * Video transmission has stopped. This occurs after a negotiated stop of video transmission
1442 * when the underlying protocol has actually stopped transmitting video to the remote party.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001443 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001444 */
1445 public static final int SESSION_EVENT_TX_STOP = 4;
1446
1447 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001448 * A camera failure has occurred for the selected camera. The {@link VideoProvider} can use
Tyler Gunnb702ef82015-05-29 11:51:53 -07001449 * this as a cue to inform the user the camera is not available.
1450 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001451 */
1452 public static final int SESSION_EVENT_CAMERA_FAILURE = 5;
1453
1454 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001455 * Issued after {@link #SESSION_EVENT_CAMERA_FAILURE} when the camera is once again ready
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001456 * for operation. The {@link VideoProvider} can use this as a cue to inform the user that
Tyler Gunnb702ef82015-05-29 11:51:53 -07001457 * the camera has become available again.
1458 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001459 */
1460 public static final int SESSION_EVENT_CAMERA_READY = 6;
1461
1462 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001463 * Session event raised by Telecom when
1464 * {@link android.telecom.InCallService.VideoCall#setCamera(String)} is called and the
1465 * caller does not have the necessary {@link android.Manifest.permission#CAMERA} permission.
1466 * @see #handleCallSessionEvent(int)
1467 */
1468 public static final int SESSION_EVENT_CAMERA_PERMISSION_ERROR = 7;
1469
1470 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001471 * Session modify request was successful.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001472 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001473 */
1474 public static final int SESSION_MODIFY_REQUEST_SUCCESS = 1;
1475
1476 /**
1477 * Session modify request failed.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001478 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001479 */
1480 public static final int SESSION_MODIFY_REQUEST_FAIL = 2;
1481
1482 /**
1483 * Session modify request ignored due to invalid parameters.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001484 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001485 */
1486 public static final int SESSION_MODIFY_REQUEST_INVALID = 3;
1487
Rekha Kumar07366812015-03-24 16:42:31 -07001488 /**
1489 * Session modify request timed out.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001490 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Rekha Kumar07366812015-03-24 16:42:31 -07001491 */
1492 public static final int SESSION_MODIFY_REQUEST_TIMED_OUT = 4;
1493
1494 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001495 * Session modify request rejected by remote user.
1496 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Rekha Kumar07366812015-03-24 16:42:31 -07001497 */
1498 public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5;
1499
Tyler Gunn75958422015-04-15 14:23:42 -07001500 private static final int MSG_ADD_VIDEO_CALLBACK = 1;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001501 private static final int MSG_SET_CAMERA = 2;
1502 private static final int MSG_SET_PREVIEW_SURFACE = 3;
1503 private static final int MSG_SET_DISPLAY_SURFACE = 4;
1504 private static final int MSG_SET_DEVICE_ORIENTATION = 5;
1505 private static final int MSG_SET_ZOOM = 6;
1506 private static final int MSG_SEND_SESSION_MODIFY_REQUEST = 7;
1507 private static final int MSG_SEND_SESSION_MODIFY_RESPONSE = 8;
1508 private static final int MSG_REQUEST_CAMERA_CAPABILITIES = 9;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001509 private static final int MSG_REQUEST_CONNECTION_DATA_USAGE = 10;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001510 private static final int MSG_SET_PAUSE_IMAGE = 11;
Tyler Gunn75958422015-04-15 14:23:42 -07001511 private static final int MSG_REMOVE_VIDEO_CALLBACK = 12;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001512
Tyler Gunn6f657ee2016-09-02 09:55:25 -07001513 private static final String SESSION_EVENT_RX_PAUSE_STR = "RX_PAUSE";
1514 private static final String SESSION_EVENT_RX_RESUME_STR = "RX_RESUME";
1515 private static final String SESSION_EVENT_TX_START_STR = "TX_START";
1516 private static final String SESSION_EVENT_TX_STOP_STR = "TX_STOP";
1517 private static final String SESSION_EVENT_CAMERA_FAILURE_STR = "CAMERA_FAIL";
1518 private static final String SESSION_EVENT_CAMERA_READY_STR = "CAMERA_READY";
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001519 private static final String SESSION_EVENT_CAMERA_PERMISSION_ERROR_STR =
1520 "CAMERA_PERMISSION_ERROR";
Tyler Gunn6f657ee2016-09-02 09:55:25 -07001521 private static final String SESSION_EVENT_UNKNOWN_STR = "UNKNOWN";
1522
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001523 private VideoProvider.VideoProviderHandler mMessageHandler;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001524 private final VideoProvider.VideoProviderBinder mBinder;
Tyler Gunn75958422015-04-15 14:23:42 -07001525
1526 /**
1527 * Stores a list of the video callbacks, keyed by IBinder.
Tyler Gunn84f381b2015-06-12 09:26:45 -07001528 *
1529 * ConcurrentHashMap constructor params: 8 is initial table size, 0.9f is
1530 * load factor before resizing, 1 means we only expect a single thread to
1531 * access the map so make only a single shard
Tyler Gunn75958422015-04-15 14:23:42 -07001532 */
Tyler Gunn84f381b2015-06-12 09:26:45 -07001533 private ConcurrentHashMap<IBinder, IVideoCallback> mVideoCallbacks =
1534 new ConcurrentHashMap<IBinder, IVideoCallback>(8, 0.9f, 1);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001535
1536 /**
1537 * Default handler used to consolidate binder method calls onto a single thread.
1538 */
1539 private final class VideoProviderHandler extends Handler {
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001540 public VideoProviderHandler() {
1541 super();
1542 }
1543
1544 public VideoProviderHandler(Looper looper) {
1545 super(looper);
1546 }
1547
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001548 @Override
1549 public void handleMessage(Message msg) {
1550 switch (msg.what) {
Tyler Gunn75958422015-04-15 14:23:42 -07001551 case MSG_ADD_VIDEO_CALLBACK: {
1552 IBinder binder = (IBinder) msg.obj;
1553 IVideoCallback callback = IVideoCallback.Stub
1554 .asInterface((IBinder) msg.obj);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001555 if (callback == null) {
1556 Log.w(this, "addVideoProvider - skipped; callback is null.");
1557 break;
1558 }
1559
Tyler Gunn75958422015-04-15 14:23:42 -07001560 if (mVideoCallbacks.containsKey(binder)) {
1561 Log.i(this, "addVideoProvider - skipped; already present.");
1562 break;
1563 }
1564 mVideoCallbacks.put(binder, callback);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001565 break;
Tyler Gunn75958422015-04-15 14:23:42 -07001566 }
1567 case MSG_REMOVE_VIDEO_CALLBACK: {
1568 IBinder binder = (IBinder) msg.obj;
1569 IVideoCallback callback = IVideoCallback.Stub
1570 .asInterface((IBinder) msg.obj);
1571 if (!mVideoCallbacks.containsKey(binder)) {
1572 Log.i(this, "removeVideoProvider - skipped; not present.");
1573 break;
1574 }
1575 mVideoCallbacks.remove(binder);
1576 break;
1577 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001578 case MSG_SET_CAMERA:
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001579 {
1580 SomeArgs args = (SomeArgs) msg.obj;
1581 try {
1582 onSetCamera((String) args.arg1);
1583 onSetCamera((String) args.arg1, (String) args.arg2, args.argi1,
Tyler Gunn159f35c2017-03-02 09:28:37 -08001584 args.argi2, args.argi3);
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001585 } finally {
1586 args.recycle();
1587 }
1588 }
1589 break;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001590 case MSG_SET_PREVIEW_SURFACE:
1591 onSetPreviewSurface((Surface) msg.obj);
1592 break;
1593 case MSG_SET_DISPLAY_SURFACE:
1594 onSetDisplaySurface((Surface) msg.obj);
1595 break;
1596 case MSG_SET_DEVICE_ORIENTATION:
1597 onSetDeviceOrientation(msg.arg1);
1598 break;
1599 case MSG_SET_ZOOM:
1600 onSetZoom((Float) msg.obj);
1601 break;
Tyler Gunn45382162015-05-06 08:52:27 -07001602 case MSG_SEND_SESSION_MODIFY_REQUEST: {
1603 SomeArgs args = (SomeArgs) msg.obj;
1604 try {
1605 onSendSessionModifyRequest((VideoProfile) args.arg1,
1606 (VideoProfile) args.arg2);
1607 } finally {
1608 args.recycle();
1609 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001610 break;
Tyler Gunn45382162015-05-06 08:52:27 -07001611 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001612 case MSG_SEND_SESSION_MODIFY_RESPONSE:
1613 onSendSessionModifyResponse((VideoProfile) msg.obj);
1614 break;
1615 case MSG_REQUEST_CAMERA_CAPABILITIES:
1616 onRequestCameraCapabilities();
1617 break;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001618 case MSG_REQUEST_CONNECTION_DATA_USAGE:
1619 onRequestConnectionDataUsage();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001620 break;
1621 case MSG_SET_PAUSE_IMAGE:
Yorke Lee32f24732015-05-12 16:18:03 -07001622 onSetPauseImage((Uri) msg.obj);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001623 break;
1624 default:
1625 break;
1626 }
1627 }
1628 }
1629
1630 /**
1631 * IVideoProvider stub implementation.
1632 */
1633 private final class VideoProviderBinder extends IVideoProvider.Stub {
Tyler Gunn75958422015-04-15 14:23:42 -07001634 public void addVideoCallback(IBinder videoCallbackBinder) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001635 mMessageHandler.obtainMessage(
Tyler Gunn75958422015-04-15 14:23:42 -07001636 MSG_ADD_VIDEO_CALLBACK, videoCallbackBinder).sendToTarget();
1637 }
1638
1639 public void removeVideoCallback(IBinder videoCallbackBinder) {
1640 mMessageHandler.obtainMessage(
1641 MSG_REMOVE_VIDEO_CALLBACK, videoCallbackBinder).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001642 }
1643
Tyler Gunn159f35c2017-03-02 09:28:37 -08001644 public void setCamera(String cameraId, String callingPackageName,
1645 int targetSdkVersion) {
1646
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001647 SomeArgs args = SomeArgs.obtain();
1648 args.arg1 = cameraId;
1649 // Propagate the calling package; originally determined in
1650 // android.telecom.InCallService.VideoCall#setCamera(String) from the calling
1651 // process.
1652 args.arg2 = callingPackageName;
1653 // Pass along the uid and pid of the calling app; this gets lost when we put the
1654 // message onto the handler. These are required for Telecom to perform a permission
1655 // check to see if the calling app is able to use the camera.
1656 args.argi1 = Binder.getCallingUid();
1657 args.argi2 = Binder.getCallingPid();
Tyler Gunn159f35c2017-03-02 09:28:37 -08001658 // Pass along the target SDK version of the calling InCallService. This is used to
1659 // maintain backwards compatibility of the API for older callers.
1660 args.argi3 = targetSdkVersion;
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001661 mMessageHandler.obtainMessage(MSG_SET_CAMERA, args).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001662 }
1663
1664 public void setPreviewSurface(Surface surface) {
1665 mMessageHandler.obtainMessage(MSG_SET_PREVIEW_SURFACE, surface).sendToTarget();
1666 }
1667
1668 public void setDisplaySurface(Surface surface) {
1669 mMessageHandler.obtainMessage(MSG_SET_DISPLAY_SURFACE, surface).sendToTarget();
1670 }
1671
1672 public void setDeviceOrientation(int rotation) {
Rekha Kumar07366812015-03-24 16:42:31 -07001673 mMessageHandler.obtainMessage(
1674 MSG_SET_DEVICE_ORIENTATION, rotation, 0).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001675 }
1676
1677 public void setZoom(float value) {
1678 mMessageHandler.obtainMessage(MSG_SET_ZOOM, value).sendToTarget();
1679 }
1680
Tyler Gunn45382162015-05-06 08:52:27 -07001681 public void sendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) {
1682 SomeArgs args = SomeArgs.obtain();
1683 args.arg1 = fromProfile;
1684 args.arg2 = toProfile;
1685 mMessageHandler.obtainMessage(MSG_SEND_SESSION_MODIFY_REQUEST, args).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001686 }
1687
1688 public void sendSessionModifyResponse(VideoProfile responseProfile) {
1689 mMessageHandler.obtainMessage(
1690 MSG_SEND_SESSION_MODIFY_RESPONSE, responseProfile).sendToTarget();
1691 }
1692
1693 public void requestCameraCapabilities() {
1694 mMessageHandler.obtainMessage(MSG_REQUEST_CAMERA_CAPABILITIES).sendToTarget();
1695 }
1696
1697 public void requestCallDataUsage() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001698 mMessageHandler.obtainMessage(MSG_REQUEST_CONNECTION_DATA_USAGE).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001699 }
1700
Yorke Lee32f24732015-05-12 16:18:03 -07001701 public void setPauseImage(Uri uri) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001702 mMessageHandler.obtainMessage(MSG_SET_PAUSE_IMAGE, uri).sendToTarget();
1703 }
1704 }
1705
1706 public VideoProvider() {
1707 mBinder = new VideoProvider.VideoProviderBinder();
Tyler Gunn84f381b2015-06-12 09:26:45 -07001708 mMessageHandler = new VideoProvider.VideoProviderHandler(Looper.getMainLooper());
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001709 }
1710
1711 /**
1712 * Creates an instance of the {@link VideoProvider}, specifying the looper to use.
1713 *
1714 * @param looper The looper.
1715 * @hide
1716 */
Mathew Inwood42346d12018-08-01 11:33:05 +01001717 @UnsupportedAppUsage
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001718 public VideoProvider(Looper looper) {
1719 mBinder = new VideoProvider.VideoProviderBinder();
1720 mMessageHandler = new VideoProvider.VideoProviderHandler(looper);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001721 }
1722
1723 /**
1724 * Returns binder object which can be used across IPC methods.
1725 * @hide
1726 */
1727 public final IVideoProvider getInterface() {
1728 return mBinder;
1729 }
1730
1731 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001732 * Sets the camera to be used for the outgoing video.
1733 * <p>
1734 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1735 * camera via
1736 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1737 * <p>
1738 * Sent from the {@link InCallService} via
1739 * {@link InCallService.VideoCall#setCamera(String)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001740 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001741 * @param cameraId The id of the camera (use ids as reported by
1742 * {@link CameraManager#getCameraIdList()}).
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001743 */
1744 public abstract void onSetCamera(String cameraId);
1745
1746 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001747 * Sets the camera to be used for the outgoing video.
1748 * <p>
1749 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1750 * camera via
1751 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1752 * <p>
1753 * This prototype is used internally to ensure that the calling package name, UID and PID
1754 * are sent to Telecom so that can perform a camera permission check on the caller.
1755 * <p>
1756 * Sent from the {@link InCallService} via
1757 * {@link InCallService.VideoCall#setCamera(String)}.
1758 *
1759 * @param cameraId The id of the camera (use ids as reported by
1760 * {@link CameraManager#getCameraIdList()}).
1761 * @param callingPackageName The AppOpps package name of the caller.
1762 * @param callingUid The UID of the caller.
1763 * @param callingPid The PID of the caller.
Tyler Gunn159f35c2017-03-02 09:28:37 -08001764 * @param targetSdkVersion The target SDK version of the caller.
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001765 * @hide
1766 */
1767 public void onSetCamera(String cameraId, String callingPackageName, int callingUid,
Tyler Gunn159f35c2017-03-02 09:28:37 -08001768 int callingPid, int targetSdkVersion) {}
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001769
1770 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001771 * Sets the surface to be used for displaying a preview of what the user's camera is
1772 * currently capturing. When video transmission is enabled, this is the video signal which
1773 * is sent to the remote device.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001774 * <p>
1775 * Sent from the {@link InCallService} via
1776 * {@link InCallService.VideoCall#setPreviewSurface(Surface)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001777 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001778 * @param surface The {@link Surface}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001779 */
1780 public abstract void onSetPreviewSurface(Surface surface);
1781
1782 /**
1783 * Sets the surface to be used for displaying the video received from the remote device.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001784 * <p>
1785 * Sent from the {@link InCallService} via
1786 * {@link InCallService.VideoCall#setDisplaySurface(Surface)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001787 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001788 * @param surface The {@link Surface}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001789 */
1790 public abstract void onSetDisplaySurface(Surface surface);
1791
1792 /**
1793 * Sets the device orientation, in degrees. Assumes that a standard portrait orientation of
1794 * the device is 0 degrees.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001795 * <p>
1796 * Sent from the {@link InCallService} via
1797 * {@link InCallService.VideoCall#setDeviceOrientation(int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001798 *
1799 * @param rotation The device orientation, in degrees.
1800 */
1801 public abstract void onSetDeviceOrientation(int rotation);
1802
1803 /**
Tyler Gunnc603b462021-06-14 17:24:40 -07001804 * Sets the camera zoom ratio.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001805 * <p>
1806 * Sent from the {@link InCallService} via {@link InCallService.VideoCall#setZoom(float)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001807 *
Tyler Gunnc603b462021-06-14 17:24:40 -07001808 * @param value The camera zoom ratio; for the current camera, should be a value in the
1809 * range defined by
1810 * {@link android.hardware.camera2.CameraCharacteristics#CONTROL_ZOOM_RATIO_RANGE}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001811 */
1812 public abstract void onSetZoom(float value);
1813
1814 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001815 * Issues a request to modify the properties of the current video session.
1816 * <p>
1817 * Example scenarios include: requesting an audio-only call to be upgraded to a
1818 * bi-directional video call, turning on or off the user's camera, sending a pause signal
1819 * when the {@link InCallService} is no longer the foreground application.
1820 * <p>
1821 * If the {@link VideoProvider} determines a request to be invalid, it should call
1822 * {@link #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)} to report the
1823 * invalid request back to the {@link InCallService}.
1824 * <p>
1825 * Where a request requires confirmation from the user of the peer device, the
1826 * {@link VideoProvider} must communicate the request to the peer device and handle the
1827 * user's response. {@link #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)}
1828 * is used to inform the {@link InCallService} of the result of the request.
1829 * <p>
1830 * Sent from the {@link InCallService} via
1831 * {@link InCallService.VideoCall#sendSessionModifyRequest(VideoProfile)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001832 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001833 * @param fromProfile The video profile prior to the request.
1834 * @param toProfile The video profile with the requested changes made.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001835 */
Tyler Gunn45382162015-05-06 08:52:27 -07001836 public abstract void onSendSessionModifyRequest(VideoProfile fromProfile,
1837 VideoProfile toProfile);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001838
Tyler Gunnb702ef82015-05-29 11:51:53 -07001839 /**
1840 * Provides a response to a request to change the current video session properties.
1841 * <p>
1842 * For example, if the peer requests and upgrade from an audio-only call to a bi-directional
1843 * video call, could decline the request and keep the call as audio-only.
1844 * In such a scenario, the {@code responseProfile} would have a video state of
1845 * {@link VideoProfile#STATE_AUDIO_ONLY}. If the user had decided to accept the request,
1846 * the video state would be {@link VideoProfile#STATE_BIDIRECTIONAL}.
1847 * <p>
1848 * Sent from the {@link InCallService} via
1849 * {@link InCallService.VideoCall#sendSessionModifyResponse(VideoProfile)} in response to
1850 * a {@link InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile)}
1851 * callback.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001852 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001853 * @param responseProfile The response video profile.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001854 */
1855 public abstract void onSendSessionModifyResponse(VideoProfile responseProfile);
1856
1857 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001858 * Issues a request to the {@link VideoProvider} to retrieve the camera capabilities.
1859 * <p>
1860 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1861 * camera via
1862 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1863 * <p>
1864 * Sent from the {@link InCallService} via
1865 * {@link InCallService.VideoCall#requestCameraCapabilities()}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001866 */
1867 public abstract void onRequestCameraCapabilities();
1868
1869 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001870 * Issues a request to the {@link VideoProvider} to retrieve the current data usage for the
1871 * video component of the current {@link Connection}.
1872 * <p>
1873 * The {@link VideoProvider} should respond by communicating current data usage, in bytes,
1874 * via {@link VideoProvider#setCallDataUsage(long)}.
1875 * <p>
1876 * Sent from the {@link InCallService} via
1877 * {@link InCallService.VideoCall#requestCallDataUsage()}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001878 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001879 public abstract void onRequestConnectionDataUsage();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001880
1881 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001882 * Provides the {@link VideoProvider} with the {@link Uri} of an image to be displayed to
1883 * the peer device when the video signal is paused.
1884 * <p>
1885 * Sent from the {@link InCallService} via
1886 * {@link InCallService.VideoCall#setPauseImage(Uri)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001887 *
1888 * @param uri URI of image to display.
1889 */
Yorke Lee32f24732015-05-12 16:18:03 -07001890 public abstract void onSetPauseImage(Uri uri);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001891
1892 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001893 * Used to inform listening {@link InCallService} implementations when the
1894 * {@link VideoProvider} receives a session modification request.
1895 * <p>
1896 * Received by the {@link InCallService} via
1897 * {@link InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile)},
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001898 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001899 * @param videoProfile The requested video profile.
1900 * @see #onSendSessionModifyRequest(VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001901 */
1902 public void receiveSessionModifyRequest(VideoProfile videoProfile) {
Tyler Gunn75958422015-04-15 14:23:42 -07001903 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001904 for (IVideoCallback callback : mVideoCallbacks.values()) {
1905 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001906 callback.receiveSessionModifyRequest(videoProfile);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001907 } catch (RemoteException ignored) {
1908 Log.w(this, "receiveSessionModifyRequest callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001909 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001910 }
1911 }
1912 }
1913
1914 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001915 * Used to inform listening {@link InCallService} implementations when the
1916 * {@link VideoProvider} receives a response to a session modification request.
1917 * <p>
1918 * Received by the {@link InCallService} via
1919 * {@link InCallService.VideoCall.Callback#onSessionModifyResponseReceived(int,
1920 * VideoProfile, VideoProfile)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001921 *
1922 * @param status Status of the session modify request. Valid values are
1923 * {@link VideoProvider#SESSION_MODIFY_REQUEST_SUCCESS},
1924 * {@link VideoProvider#SESSION_MODIFY_REQUEST_FAIL},
Tyler Gunnb702ef82015-05-29 11:51:53 -07001925 * {@link VideoProvider#SESSION_MODIFY_REQUEST_INVALID},
1926 * {@link VideoProvider#SESSION_MODIFY_REQUEST_TIMED_OUT},
1927 * {@link VideoProvider#SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE}
1928 * @param requestedProfile The original request which was sent to the peer device.
1929 * @param responseProfile The actual profile changes agreed to by the peer device.
1930 * @see #onSendSessionModifyRequest(VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001931 */
1932 public void receiveSessionModifyResponse(int status,
1933 VideoProfile requestedProfile, VideoProfile responseProfile) {
Tyler Gunn75958422015-04-15 14:23:42 -07001934 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001935 for (IVideoCallback callback : mVideoCallbacks.values()) {
1936 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001937 callback.receiveSessionModifyResponse(status, requestedProfile,
1938 responseProfile);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001939 } catch (RemoteException ignored) {
1940 Log.w(this, "receiveSessionModifyResponse callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001941 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001942 }
1943 }
1944 }
1945
1946 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001947 * Used to inform listening {@link InCallService} implementations when the
1948 * {@link VideoProvider} reports a call session event.
1949 * <p>
1950 * Received by the {@link InCallService} via
1951 * {@link InCallService.VideoCall.Callback#onCallSessionEvent(int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001952 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001953 * @param event The event. Valid values are: {@link VideoProvider#SESSION_EVENT_RX_PAUSE},
1954 * {@link VideoProvider#SESSION_EVENT_RX_RESUME},
1955 * {@link VideoProvider#SESSION_EVENT_TX_START},
1956 * {@link VideoProvider#SESSION_EVENT_TX_STOP},
1957 * {@link VideoProvider#SESSION_EVENT_CAMERA_FAILURE},
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001958 * {@link VideoProvider#SESSION_EVENT_CAMERA_READY},
1959 * {@link VideoProvider#SESSION_EVENT_CAMERA_FAILURE}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001960 */
1961 public void handleCallSessionEvent(int event) {
Tyler Gunn75958422015-04-15 14:23:42 -07001962 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001963 for (IVideoCallback callback : mVideoCallbacks.values()) {
1964 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001965 callback.handleCallSessionEvent(event);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001966 } catch (RemoteException ignored) {
1967 Log.w(this, "handleCallSessionEvent callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001968 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001969 }
1970 }
1971 }
1972
1973 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001974 * Used to inform listening {@link InCallService} implementations when the dimensions of the
1975 * peer's video have changed.
1976 * <p>
1977 * This could occur if, for example, the peer rotates their device, changing the aspect
1978 * ratio of the video, or if the user switches between the back and front cameras.
1979 * <p>
1980 * Received by the {@link InCallService} via
1981 * {@link InCallService.VideoCall.Callback#onPeerDimensionsChanged(int, int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001982 *
1983 * @param width The updated peer video width.
1984 * @param height The updated peer video height.
1985 */
1986 public void changePeerDimensions(int width, int height) {
Tyler Gunn75958422015-04-15 14:23:42 -07001987 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001988 for (IVideoCallback callback : mVideoCallbacks.values()) {
1989 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001990 callback.changePeerDimensions(width, height);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001991 } catch (RemoteException ignored) {
1992 Log.w(this, "changePeerDimensions callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001993 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001994 }
1995 }
1996 }
1997
1998 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001999 * Used to inform listening {@link InCallService} implementations when the data usage of the
2000 * video associated with the current {@link Connection} has changed.
2001 * <p>
2002 * This could be in response to a preview request via
2003 * {@link #onRequestConnectionDataUsage()}, or as a periodic update by the
Tyler Gunn295f5d72015-06-04 11:08:54 -07002004 * {@link VideoProvider}. Where periodic updates of data usage are provided, they should be
2005 * 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 -07002006 * <p>
2007 * Received by the {@link InCallService} via
2008 * {@link InCallService.VideoCall.Callback#onCallDataUsageChanged(long)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002009 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002010 * @param dataUsage The updated data usage (in bytes). Reported as the cumulative bytes
2011 * used since the start of the call.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002012 */
Yorke Lee32f24732015-05-12 16:18:03 -07002013 public void setCallDataUsage(long dataUsage) {
Tyler Gunn75958422015-04-15 14:23:42 -07002014 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002015 for (IVideoCallback callback : mVideoCallbacks.values()) {
2016 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002017 callback.changeCallDataUsage(dataUsage);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002018 } catch (RemoteException ignored) {
2019 Log.w(this, "setCallDataUsage callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002020 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002021 }
2022 }
2023 }
2024
2025 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07002026 * @see #setCallDataUsage(long)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002027 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002028 * @param dataUsage The updated data usage (in byes).
Yorke Lee32f24732015-05-12 16:18:03 -07002029 * @deprecated - Use {@link #setCallDataUsage(long)} instead.
2030 * @hide
2031 */
2032 public void changeCallDataUsage(long dataUsage) {
2033 setCallDataUsage(dataUsage);
2034 }
2035
2036 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07002037 * Used to inform listening {@link InCallService} implementations when the capabilities of
2038 * the current camera have changed.
2039 * <p>
2040 * The {@link VideoProvider} should call this in response to
2041 * {@link VideoProvider#onRequestCameraCapabilities()}, or when the current camera is
2042 * changed via {@link VideoProvider#onSetCamera(String)}.
2043 * <p>
2044 * Received by the {@link InCallService} via
2045 * {@link InCallService.VideoCall.Callback#onCameraCapabilitiesChanged(
2046 * VideoProfile.CameraCapabilities)}.
Yorke Lee32f24732015-05-12 16:18:03 -07002047 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002048 * @param cameraCapabilities The new camera capabilities.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002049 */
Yorke Lee400470f2015-05-12 13:31:25 -07002050 public void changeCameraCapabilities(VideoProfile.CameraCapabilities cameraCapabilities) {
Tyler Gunn75958422015-04-15 14:23:42 -07002051 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002052 for (IVideoCallback callback : mVideoCallbacks.values()) {
2053 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002054 callback.changeCameraCapabilities(cameraCapabilities);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002055 } catch (RemoteException ignored) {
2056 Log.w(this, "changeCameraCapabilities callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002057 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002058 }
2059 }
2060 }
Rekha Kumar07366812015-03-24 16:42:31 -07002061
2062 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07002063 * Used to inform listening {@link InCallService} implementations when the video quality
2064 * of the call has changed.
2065 * <p>
2066 * Received by the {@link InCallService} via
2067 * {@link InCallService.VideoCall.Callback#onVideoQualityChanged(int)}.
Rekha Kumar07366812015-03-24 16:42:31 -07002068 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002069 * @param videoQuality The updated video quality. Valid values:
2070 * {@link VideoProfile#QUALITY_HIGH},
2071 * {@link VideoProfile#QUALITY_MEDIUM},
2072 * {@link VideoProfile#QUALITY_LOW},
2073 * {@link VideoProfile#QUALITY_DEFAULT}.
Rekha Kumar07366812015-03-24 16:42:31 -07002074 */
2075 public void changeVideoQuality(int videoQuality) {
Tyler Gunn75958422015-04-15 14:23:42 -07002076 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002077 for (IVideoCallback callback : mVideoCallbacks.values()) {
2078 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002079 callback.changeVideoQuality(videoQuality);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002080 } catch (RemoteException ignored) {
2081 Log.w(this, "changeVideoQuality callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002082 }
Rekha Kumar07366812015-03-24 16:42:31 -07002083 }
2084 }
2085 }
Tyler Gunn6f657ee2016-09-02 09:55:25 -07002086
2087 /**
2088 * Returns a string representation of a call session event.
2089 *
2090 * @param event A call session event passed to {@link #handleCallSessionEvent(int)}.
2091 * @return String representation of the call session event.
2092 * @hide
2093 */
2094 public static String sessionEventToString(int event) {
2095 switch (event) {
2096 case SESSION_EVENT_CAMERA_FAILURE:
2097 return SESSION_EVENT_CAMERA_FAILURE_STR;
2098 case SESSION_EVENT_CAMERA_READY:
2099 return SESSION_EVENT_CAMERA_READY_STR;
2100 case SESSION_EVENT_RX_PAUSE:
2101 return SESSION_EVENT_RX_PAUSE_STR;
2102 case SESSION_EVENT_RX_RESUME:
2103 return SESSION_EVENT_RX_RESUME_STR;
2104 case SESSION_EVENT_TX_START:
2105 return SESSION_EVENT_TX_START_STR;
2106 case SESSION_EVENT_TX_STOP:
2107 return SESSION_EVENT_TX_STOP_STR;
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08002108 case SESSION_EVENT_CAMERA_PERMISSION_ERROR:
2109 return SESSION_EVENT_CAMERA_PERMISSION_ERROR_STR;
Tyler Gunn6f657ee2016-09-02 09:55:25 -07002110 default:
2111 return SESSION_EVENT_UNKNOWN_STR + " " + event;
2112 }
2113 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002114 }
2115
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002116 private final Listener mConnectionDeathListener = new Listener() {
2117 @Override
2118 public void onDestroyed(Connection c) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002119 if (mConferenceables.remove(c)) {
2120 fireOnConferenceableConnectionsChanged();
2121 }
2122 }
2123 };
2124
2125 private final Conference.Listener mConferenceDeathListener = new Conference.Listener() {
2126 @Override
2127 public void onDestroyed(Conference c) {
2128 if (mConferenceables.remove(c)) {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002129 fireOnConferenceableConnectionsChanged();
2130 }
2131 }
2132 };
2133
Jay Shrauner229e3822014-08-15 09:23:07 -07002134 /**
2135 * ConcurrentHashMap constructor params: 8 is initial table size, 0.9f is
2136 * load factor before resizing, 1 means we only expect a single thread to
2137 * access the map so make only a single shard
2138 */
2139 private final Set<Listener> mListeners = Collections.newSetFromMap(
2140 new ConcurrentHashMap<Listener, Boolean>(8, 0.9f, 1));
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002141 private final List<Conferenceable> mConferenceables = new ArrayList<>();
2142 private final List<Conferenceable> mUnmodifiableConferenceables =
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002143 Collections.unmodifiableList(mConferenceables);
Santos Cordonb6939982014-06-04 20:20:58 -07002144
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002145 // The internal telecom call ID associated with this connection.
2146 private String mTelecomCallId;
Pengquan Meng70c9885332017-10-02 18:09:03 -07002147 // The PhoneAccountHandle associated with this connection.
2148 private PhoneAccountHandle mPhoneAccountHandle;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002149 private int mState = STATE_NEW;
Yorke Lee4af59352015-05-13 14:14:54 -07002150 private CallAudioState mCallAudioState;
Andrew Lee100e2932014-09-08 15:34:24 -07002151 private Uri mAddress;
2152 private int mAddressPresentation;
Sailesh Nepal61203862014-07-11 14:50:13 -07002153 private String mCallerDisplayName;
2154 private int mCallerDisplayNamePresentation;
Andrew Lee100e2932014-09-08 15:34:24 -07002155 private boolean mRingbackRequested = false;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002156 private int mConnectionCapabilities;
Tyler Gunn720c6642016-03-22 09:02:47 -07002157 private int mConnectionProperties;
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002158 private int mSupportedAudioRoutes = CallAudioState.ROUTE_ALL;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002159 private VideoProvider mVideoProvider;
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002160 private boolean mAudioModeIsVoip;
Roshan Piuse927ec02015-07-15 15:47:21 -07002161 private long mConnectTimeMillis = Conference.CONNECT_TIME_NOT_SPECIFIED;
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002162 private long mConnectElapsedTimeMillis = Conference.CONNECT_TIME_NOT_SPECIFIED;
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002163 private StatusHints mStatusHints;
Tyler Gunnaa07df82014-07-17 07:50:22 -07002164 private int mVideoState;
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002165 private DisconnectCause mDisconnectCause;
Santos Cordon823fd3c2014-08-07 18:35:18 -07002166 private Conference mConference;
2167 private ConnectionService mConnectionService;
Santos Cordon6b7f9552015-05-27 17:21:45 -07002168 private Bundle mExtras;
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002169 private final Object mExtrasLock = new Object();
Tyler Gunn6986a632019-06-25 13:45:32 -07002170 /**
2171 * The direction of the connection; used where an existing connection is created and we need to
2172 * communicate to Telecom whether its incoming or outgoing.
2173 */
2174 private @Call.Details.CallDirection int mCallDirection = Call.Details.DIRECTION_UNKNOWN;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002175
2176 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002177 * Tracks the key set for the extras bundle provided on the last invocation of
2178 * {@link #setExtras(Bundle)}. Used so that on subsequent invocations we can remove any extras
2179 * keys which were set previously but are no longer present in the replacement Bundle.
2180 */
2181 private Set<String> mPreviousExtraKeys;
2182
2183 /**
Tyler Gunnd57d76c2019-09-24 14:53:23 -07002184 * The verification status for an incoming call's phone number.
2185 */
2186 private @VerificationStatus int mCallerNumberVerificationStatus;
2187
2188
2189 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002190 * Create a new Connection.
2191 */
Santos Cordonf2951102014-07-20 19:06:29 -07002192 public Connection() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07002193
2194 /**
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002195 * Returns the Telecom internal call ID associated with this connection. Should only be used
2196 * for debugging and tracing purposes.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002197 * <p>
2198 * Note: Access to the Telecom internal call ID is used for logging purposes only; this API is
2199 * provided to facilitate debugging of the Telephony stack only.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002200 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07002201 * @return The Telecom call ID, or {@code null} if it was not set.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002202 * @hide
2203 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002204 @SystemApi
2205 public final @Nullable String getTelecomCallId() {
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002206 return mTelecomCallId;
2207 }
2208
2209 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002210 * @return The address (e.g., phone number) to which this Connection is currently communicating.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002211 */
Andrew Lee100e2932014-09-08 15:34:24 -07002212 public final Uri getAddress() {
2213 return mAddress;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002214 }
2215
2216 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002217 * @return The presentation requirements for the address.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002218 * See {@link TelecomManager} for valid values.
Sailesh Nepal61203862014-07-11 14:50:13 -07002219 */
Andrew Lee100e2932014-09-08 15:34:24 -07002220 public final int getAddressPresentation() {
2221 return mAddressPresentation;
Sailesh Nepal61203862014-07-11 14:50:13 -07002222 }
2223
2224 /**
2225 * @return The caller display name (CNAP).
2226 */
2227 public final String getCallerDisplayName() {
2228 return mCallerDisplayName;
2229 }
2230
2231 /**
Nancy Chen9d568c02014-09-08 14:17:59 -07002232 * @return The presentation requirements for the handle.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002233 * See {@link TelecomManager} for valid values.
Sailesh Nepal61203862014-07-11 14:50:13 -07002234 */
2235 public final int getCallerDisplayNamePresentation() {
2236 return mCallerDisplayNamePresentation;
2237 }
2238
2239 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002240 * @return The state of this Connection.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002241 */
2242 public final int getState() {
2243 return mState;
2244 }
2245
2246 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002247 * Returns the video state of the connection.
Yorke Lee32f24732015-05-12 16:18:03 -07002248 * Valid values: {@link VideoProfile#STATE_AUDIO_ONLY},
2249 * {@link VideoProfile#STATE_BIDIRECTIONAL},
2250 * {@link VideoProfile#STATE_TX_ENABLED},
2251 * {@link VideoProfile#STATE_RX_ENABLED}.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002252 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002253 * @return The video state of the connection.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002254 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002255 public final @VideoProfile.VideoState int getVideoState() {
Tyler Gunnaa07df82014-07-17 07:50:22 -07002256 return mVideoState;
2257 }
2258
2259 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002260 * @return The audio state of the connection, describing how its audio is currently
Ihab Awad542e0ea2014-05-16 10:22:16 -07002261 * being routed by the system. This is {@code null} if this Connection
2262 * does not directly know about its audio state.
Yorke Lee4af59352015-05-13 14:14:54 -07002263 * @deprecated Use {@link #getCallAudioState()} instead.
2264 * @hide
Ihab Awad542e0ea2014-05-16 10:22:16 -07002265 */
Yorke Lee4af59352015-05-13 14:14:54 -07002266 @SystemApi
2267 @Deprecated
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002268 public final AudioState getAudioState() {
Sailesh Nepal000d38a2015-06-21 10:25:13 -07002269 if (mCallAudioState == null) {
2270 return null;
2271 }
Yorke Lee4af59352015-05-13 14:14:54 -07002272 return new AudioState(mCallAudioState);
2273 }
2274
2275 /**
2276 * @return The audio state of the connection, describing how its audio is currently
2277 * being routed by the system. This is {@code null} if this Connection
2278 * does not directly know about its audio state.
2279 */
2280 public final CallAudioState getCallAudioState() {
2281 return mCallAudioState;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002282 }
2283
2284 /**
Santos Cordon823fd3c2014-08-07 18:35:18 -07002285 * @return The conference that this connection is a part of. Null if it is not part of any
2286 * conference.
2287 */
2288 public final Conference getConference() {
2289 return mConference;
2290 }
2291
2292 /**
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002293 * Returns whether this connection is requesting that the system play a ringback tone
2294 * on its behalf.
2295 */
Andrew Lee100e2932014-09-08 15:34:24 -07002296 public final boolean isRingbackRequested() {
2297 return mRingbackRequested;
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002298 }
2299
2300 /**
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002301 * @return True if the connection's audio mode is VOIP.
2302 */
2303 public final boolean getAudioModeIsVoip() {
2304 return mAudioModeIsVoip;
2305 }
2306
2307 /**
Roshan Piuse927ec02015-07-15 15:47:21 -07002308 * Retrieves the connection start time of the {@code Connnection}, if specified. A value of
2309 * {@link Conference#CONNECT_TIME_NOT_SPECIFIED} indicates that Telecom should determine the
2310 * start time of the conference.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002311 * <p>
2312 * Note: This is an implementation detail specific to IMS conference calls over a mobile
2313 * network.
Roshan Piuse927ec02015-07-15 15:47:21 -07002314 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07002315 * @return The time at which the {@code Connnection} was connected. Will be a value as retrieved
2316 * from {@link System#currentTimeMillis()}.
Roshan Piuse927ec02015-07-15 15:47:21 -07002317 *
2318 * @hide
2319 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002320 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002321 public final @IntRange(from = 0) long getConnectTimeMillis() {
Roshan Piuse927ec02015-07-15 15:47:21 -07002322 return mConnectTimeMillis;
2323 }
2324
2325 /**
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002326 * Retrieves the connection start time of the {@link Connection}, if specified. A value of
2327 * {@link Conference#CONNECT_TIME_NOT_SPECIFIED} indicates that Telecom should determine the
Tyler Gunnc9503d62020-01-27 10:30:51 -08002328 * start time of the connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002329 * <p>
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002330 * Based on the value of {@link SystemClock#elapsedRealtime()}, which ensures that wall-clock
2331 * changes do not impact the call duration.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002332 * <p>
2333 * Used internally in Telephony when migrating conference participant data for IMS conferences.
Tyler Gunnc9503d62020-01-27 10:30:51 -08002334 * <p>
2335 * The value returned is the same one set using
2336 * {@link #setConnectionStartElapsedRealtimeMillis(long)}. This value is never updated from
2337 * the Telecom framework, so no permission enforcement occurs when retrieving the value with
2338 * this method.
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002339 *
2340 * @return The time at which the {@link Connection} was connected.
2341 *
2342 * @hide
2343 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002344 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002345 public final @ElapsedRealtimeLong long getConnectionStartElapsedRealtimeMillis() {
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002346 return mConnectElapsedTimeMillis;
2347 }
2348
2349 /**
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002350 * @return The status hints for this connection.
2351 */
2352 public final StatusHints getStatusHints() {
2353 return mStatusHints;
2354 }
2355
2356 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002357 * Returns the extras associated with this connection.
Tyler Gunn2cbe2b52016-05-04 15:48:10 +00002358 * <p>
2359 * Extras should be updated using {@link #putExtras(Bundle)}.
2360 * <p>
2361 * Telecom or an {@link InCallService} can also update the extras via
2362 * {@link android.telecom.Call#putExtras(Bundle)}, and
2363 * {@link Call#removeExtras(List)}.
2364 * <p>
2365 * The connection is notified of changes to the extras made by Telecom or an
2366 * {@link InCallService} by {@link #onExtrasChanged(Bundle)}.
Tyler Gunndee56a82016-03-23 16:06:34 -07002367 *
Santos Cordon6b7f9552015-05-27 17:21:45 -07002368 * @return The extras associated with this connection.
2369 */
2370 public final Bundle getExtras() {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002371 Bundle extras = null;
2372 synchronized (mExtrasLock) {
2373 if (mExtras != null) {
2374 extras = new Bundle(mExtras);
2375 }
2376 }
2377 return extras;
Santos Cordon6b7f9552015-05-27 17:21:45 -07002378 }
2379
2380 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002381 * Assign a listener to be notified of state changes.
2382 *
2383 * @param l A listener.
2384 * @return This Connection.
2385 *
2386 * @hide
2387 */
Tyler Gunn633e4c32019-10-24 15:40:48 -07002388 final Connection addConnectionListener(Listener l) {
Santos Cordond34e5712014-08-05 18:54:03 +00002389 mListeners.add(l);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002390 return this;
2391 }
2392
2393 /**
2394 * Remove a previously assigned listener that was being notified of state changes.
2395 *
2396 * @param l A Listener.
2397 * @return This Connection.
2398 *
2399 * @hide
2400 */
Tyler Gunn633e4c32019-10-24 15:40:48 -07002401 final Connection removeConnectionListener(Listener l) {
Jay Shrauner229e3822014-08-15 09:23:07 -07002402 if (l != null) {
2403 mListeners.remove(l);
2404 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002405 return this;
2406 }
2407
2408 /**
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07002409 * @return The {@link DisconnectCause} for this connection.
Evan Charltonbf11f982014-07-20 22:06:28 -07002410 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002411 public final DisconnectCause getDisconnectCause() {
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07002412 return mDisconnectCause;
Evan Charltonbf11f982014-07-20 22:06:28 -07002413 }
2414
2415 /**
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002416 * Sets the telecom call ID associated with this Connection. The Telecom Call ID should be used
2417 * ONLY for debugging purposes.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002418 * <p>
2419 * Note: Access to the Telecom internal call ID is used for logging purposes only; this API is
2420 * provided to facilitate debugging of the Telephony stack only. Changing the ID via this
2421 * method does NOT change any functionality in Telephony or Telecom and impacts only logging.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002422 *
2423 * @param callId The telecom call ID.
2424 * @hide
2425 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002426 @SystemApi
2427 public void setTelecomCallId(@NonNull String callId) {
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002428 mTelecomCallId = callId;
2429 }
2430
2431 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002432 * Inform this Connection that the state of its audio output has been changed externally.
2433 *
2434 * @param state The new audio state.
Sailesh Nepal400cc482014-06-26 12:04:00 -07002435 * @hide
Ihab Awad542e0ea2014-05-16 10:22:16 -07002436 */
Yorke Lee4af59352015-05-13 14:14:54 -07002437 final void setCallAudioState(CallAudioState state) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002438 checkImmutable();
Ihab Awad60ac30b2014-05-20 22:32:12 -07002439 Log.d(this, "setAudioState %s", state);
Yorke Lee4af59352015-05-13 14:14:54 -07002440 mCallAudioState = state;
2441 onAudioStateChanged(getAudioState());
2442 onCallAudioStateChanged(state);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002443 }
2444
2445 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002446 * @param state An integer value of a {@code STATE_*} constant.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002447 * @return A string representation of the value.
2448 */
2449 public static String stateToString(int state) {
2450 switch (state) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002451 case STATE_INITIALIZING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002452 return "INITIALIZING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002453 case STATE_NEW:
Yorke Leee911c8d2015-07-14 11:39:36 -07002454 return "NEW";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002455 case STATE_RINGING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002456 return "RINGING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002457 case STATE_DIALING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002458 return "DIALING";
Tyler Gunnc96b5e02016-07-07 22:53:57 -07002459 case STATE_PULLING_CALL:
2460 return "PULLING_CALL";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002461 case STATE_ACTIVE:
Yorke Leee911c8d2015-07-14 11:39:36 -07002462 return "ACTIVE";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002463 case STATE_HOLDING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002464 return "HOLDING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002465 case STATE_DISCONNECTED:
Ihab Awad542e0ea2014-05-16 10:22:16 -07002466 return "DISCONNECTED";
2467 default:
Ihab Awad60ac30b2014-05-20 22:32:12 -07002468 Log.wtf(Connection.class, "Unknown state %d", state);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002469 return "UNKNOWN";
2470 }
2471 }
2472
2473 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002474 * Returns the connection's capabilities, as a bit mask of the {@code CAPABILITY_*} constants.
Ihab Awad52a28f62014-06-18 10:26:34 -07002475 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002476 public final int getConnectionCapabilities() {
2477 return mConnectionCapabilities;
Ihab Awad52a28f62014-06-18 10:26:34 -07002478 }
2479
2480 /**
Tyler Gunn720c6642016-03-22 09:02:47 -07002481 * Returns the connection's properties, as a bit mask of the {@code PROPERTY_*} constants.
2482 */
2483 public final int getConnectionProperties() {
2484 return mConnectionProperties;
2485 }
2486
2487 /**
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002488 * Returns the connection's supported audio routes.
2489 *
2490 * @hide
2491 */
2492 public final int getSupportedAudioRoutes() {
2493 return mSupportedAudioRoutes;
2494 }
2495
2496 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002497 * Sets the value of the {@link #getAddress()} property.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002498 *
Andrew Lee100e2932014-09-08 15:34:24 -07002499 * @param address The new address.
2500 * @param presentation The presentation requirements for the address.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002501 * See {@link TelecomManager} for valid values.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002502 */
Andrew Lee100e2932014-09-08 15:34:24 -07002503 public final void setAddress(Uri address, int presentation) {
2504 Log.d(this, "setAddress %s", address);
2505 mAddress = address;
2506 mAddressPresentation = presentation;
Santos Cordond34e5712014-08-05 18:54:03 +00002507 for (Listener l : mListeners) {
Andrew Lee100e2932014-09-08 15:34:24 -07002508 l.onAddressChanged(this, address, presentation);
Santos Cordond34e5712014-08-05 18:54:03 +00002509 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002510 }
2511
2512 /**
Sailesh Nepal61203862014-07-11 14:50:13 -07002513 * Sets the caller display name (CNAP).
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002514 *
Sailesh Nepal61203862014-07-11 14:50:13 -07002515 * @param callerDisplayName The new display name.
Nancy Chen9d568c02014-09-08 14:17:59 -07002516 * @param presentation The presentation requirements for the handle.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002517 * See {@link TelecomManager} for valid values.
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002518 */
Sailesh Nepal61203862014-07-11 14:50:13 -07002519 public final void setCallerDisplayName(String callerDisplayName, int presentation) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002520 checkImmutable();
Sailesh Nepal61203862014-07-11 14:50:13 -07002521 Log.d(this, "setCallerDisplayName %s", callerDisplayName);
Santos Cordond34e5712014-08-05 18:54:03 +00002522 mCallerDisplayName = callerDisplayName;
2523 mCallerDisplayNamePresentation = presentation;
2524 for (Listener l : mListeners) {
2525 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation);
2526 }
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002527 }
2528
2529 /**
Tyler Gunnaa07df82014-07-17 07:50:22 -07002530 * Set the video state for the connection.
Yorke Lee32f24732015-05-12 16:18:03 -07002531 * Valid values: {@link VideoProfile#STATE_AUDIO_ONLY},
2532 * {@link VideoProfile#STATE_BIDIRECTIONAL},
2533 * {@link VideoProfile#STATE_TX_ENABLED},
2534 * {@link VideoProfile#STATE_RX_ENABLED}.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002535 *
2536 * @param videoState The new video state.
2537 */
2538 public final void setVideoState(int videoState) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002539 checkImmutable();
Tyler Gunnaa07df82014-07-17 07:50:22 -07002540 Log.d(this, "setVideoState %d", videoState);
Santos Cordond34e5712014-08-05 18:54:03 +00002541 mVideoState = videoState;
2542 for (Listener l : mListeners) {
2543 l.onVideoStateChanged(this, mVideoState);
2544 }
Tyler Gunnaa07df82014-07-17 07:50:22 -07002545 }
2546
2547 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002548 * Sets state to active (e.g., an ongoing connection where two or more parties can actively
Ihab Awad542e0ea2014-05-16 10:22:16 -07002549 * communicate).
2550 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002551 public final void setActive() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002552 checkImmutable();
Andrew Lee100e2932014-09-08 15:34:24 -07002553 setRingbackRequested(false);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002554 setState(STATE_ACTIVE);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002555 }
2556
2557 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002558 * Sets state to ringing (e.g., an inbound ringing connection).
Ihab Awad542e0ea2014-05-16 10:22:16 -07002559 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002560 public final void setRinging() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002561 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002562 setState(STATE_RINGING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002563 }
2564
2565 /**
Evan Charltonbf11f982014-07-20 22:06:28 -07002566 * Sets state to initializing (this Connection is not yet ready to be used).
2567 */
2568 public final void setInitializing() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002569 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002570 setState(STATE_INITIALIZING);
Evan Charltonbf11f982014-07-20 22:06:28 -07002571 }
2572
2573 /**
2574 * Sets state to initialized (the Connection has been set up and is now ready to be used).
2575 */
2576 public final void setInitialized() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002577 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002578 setState(STATE_NEW);
Evan Charltonbf11f982014-07-20 22:06:28 -07002579 }
2580
2581 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002582 * Sets state to dialing (e.g., dialing an outbound connection).
Ihab Awad542e0ea2014-05-16 10:22:16 -07002583 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002584 public final void setDialing() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002585 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002586 setState(STATE_DIALING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002587 }
2588
2589 /**
Tyler Gunnc242ceb2016-06-29 22:35:45 -07002590 * Sets state to pulling (e.g. the connection is being pulled to the local device from another
2591 * device). Only applicable for {@link Connection}s with
2592 * {@link Connection#PROPERTY_IS_EXTERNAL_CALL} and {@link Connection#CAPABILITY_CAN_PULL_CALL}.
2593 */
2594 public final void setPulling() {
2595 checkImmutable();
2596 setState(STATE_PULLING_CALL);
2597 }
2598
2599 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002600 * Sets state to be on hold.
2601 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002602 public final void setOnHold() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002603 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002604 setState(STATE_HOLDING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002605 }
2606
2607 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002608 * Sets the video connection provider.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002609 * @param videoProvider The video provider.
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002610 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002611 public final void setVideoProvider(VideoProvider videoProvider) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002612 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002613 mVideoProvider = videoProvider;
Santos Cordond34e5712014-08-05 18:54:03 +00002614 for (Listener l : mListeners) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002615 l.onVideoProviderChanged(this, videoProvider);
Santos Cordond34e5712014-08-05 18:54:03 +00002616 }
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002617 }
2618
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002619 public final VideoProvider getVideoProvider() {
2620 return mVideoProvider;
Andrew Leea27a1932014-07-09 17:07:13 -07002621 }
2622
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002623 /**
Sailesh Nepal091768c2014-06-30 15:15:23 -07002624 * Sets state to disconnected.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002625 *
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002626 * @param disconnectCause The reason for the disconnection, as specified by
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002627 * {@link DisconnectCause}.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002628 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002629 public final void setDisconnected(DisconnectCause disconnectCause) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002630 checkImmutable();
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002631 mDisconnectCause = disconnectCause;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002632 setState(STATE_DISCONNECTED);
mike dooleyf34519b2014-09-16 17:33:40 -07002633 Log.d(this, "Disconnected with cause %s", disconnectCause);
Santos Cordond34e5712014-08-05 18:54:03 +00002634 for (Listener l : mListeners) {
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002635 l.onDisconnected(this, disconnectCause);
Santos Cordond34e5712014-08-05 18:54:03 +00002636 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002637 }
2638
2639 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002640 * Informs listeners that this {@code Connection} is in a post-dial wait state. This is done
2641 * when (a) the {@code Connection} is issuing a DTMF sequence; (b) it has encountered a "wait"
2642 * character; and (c) it wishes to inform the In-Call app that it is waiting for the end-user
2643 * to send an {@link #onPostDialContinue(boolean)} signal.
2644 *
2645 * @param remaining The DTMF character sequence remaining to be emitted once the
2646 * {@link #onPostDialContinue(boolean)} is received, including any "wait" characters
2647 * that remaining sequence may contain.
Sailesh Nepal091768c2014-06-30 15:15:23 -07002648 */
2649 public final void setPostDialWait(String remaining) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002650 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002651 for (Listener l : mListeners) {
2652 l.onPostDialWait(this, remaining);
2653 }
Sailesh Nepal091768c2014-06-30 15:15:23 -07002654 }
2655
2656 /**
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002657 * Informs listeners that this {@code Connection} has processed a character in the post-dial
2658 * started state. This is done when (a) the {@code Connection} is issuing a DTMF sequence;
Sailesh Nepal1ed85612015-01-31 15:17:19 -08002659 * and (b) it wishes to signal Telecom to play the corresponding DTMF tone locally.
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002660 *
2661 * @param nextChar The DTMF character that was just processed by the {@code Connection}.
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002662 */
Sailesh Nepal1ed85612015-01-31 15:17:19 -08002663 public final void setNextPostDialChar(char nextChar) {
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002664 checkImmutable();
2665 for (Listener l : mListeners) {
2666 l.onPostDialChar(this, nextChar);
2667 }
2668 }
2669
2670 /**
Ihab Awadf8358972014-05-28 16:46:42 -07002671 * Requests that the framework play a ringback tone. This is to be invoked by implementations
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002672 * that do not play a ringback tone themselves in the connection's audio stream.
Ihab Awadf8358972014-05-28 16:46:42 -07002673 *
2674 * @param ringback Whether the ringback tone is to be played.
2675 */
Andrew Lee100e2932014-09-08 15:34:24 -07002676 public final void setRingbackRequested(boolean ringback) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002677 checkImmutable();
Andrew Lee100e2932014-09-08 15:34:24 -07002678 if (mRingbackRequested != ringback) {
2679 mRingbackRequested = ringback;
Santos Cordond34e5712014-08-05 18:54:03 +00002680 for (Listener l : mListeners) {
Andrew Lee100e2932014-09-08 15:34:24 -07002681 l.onRingbackRequested(this, ringback);
Santos Cordond34e5712014-08-05 18:54:03 +00002682 }
2683 }
Ihab Awadf8358972014-05-28 16:46:42 -07002684 }
2685
2686 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002687 * Sets the connection's capabilities as a bit mask of the {@code CAPABILITY_*} constants.
Sailesh Nepal1a7061b2014-07-09 21:03:20 -07002688 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002689 * @param connectionCapabilities The new connection capabilities.
Santos Cordonb6939982014-06-04 20:20:58 -07002690 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002691 public final void setConnectionCapabilities(int connectionCapabilities) {
2692 checkImmutable();
2693 if (mConnectionCapabilities != connectionCapabilities) {
2694 mConnectionCapabilities = connectionCapabilities;
Santos Cordond34e5712014-08-05 18:54:03 +00002695 for (Listener l : mListeners) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002696 l.onConnectionCapabilitiesChanged(this, mConnectionCapabilities);
Santos Cordond34e5712014-08-05 18:54:03 +00002697 }
2698 }
Santos Cordonb6939982014-06-04 20:20:58 -07002699 }
2700
2701 /**
Tyler Gunn720c6642016-03-22 09:02:47 -07002702 * Sets the connection's properties as a bit mask of the {@code PROPERTY_*} constants.
2703 *
2704 * @param connectionProperties The new connection properties.
2705 */
2706 public final void setConnectionProperties(int connectionProperties) {
2707 checkImmutable();
2708 if (mConnectionProperties != connectionProperties) {
2709 mConnectionProperties = connectionProperties;
2710 for (Listener l : mListeners) {
2711 l.onConnectionPropertiesChanged(this, mConnectionProperties);
2712 }
2713 }
2714 }
2715
2716 /**
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002717 * Sets the supported audio routes.
2718 *
2719 * @param supportedAudioRoutes the supported audio routes as a bitmask.
2720 * See {@link CallAudioState}
2721 * @hide
2722 */
2723 public final void setSupportedAudioRoutes(int supportedAudioRoutes) {
2724 if ((supportedAudioRoutes
2725 & (CallAudioState.ROUTE_EARPIECE | CallAudioState.ROUTE_SPEAKER)) == 0) {
2726 throw new IllegalArgumentException(
2727 "supported audio routes must include either speaker or earpiece");
2728 }
2729
2730 if (mSupportedAudioRoutes != supportedAudioRoutes) {
2731 mSupportedAudioRoutes = supportedAudioRoutes;
2732 for (Listener l : mListeners) {
2733 l.onSupportedAudioRoutesChanged(this, mSupportedAudioRoutes);
2734 }
2735 }
2736 }
2737
2738 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002739 * Tears down the Connection object.
Santos Cordonb6939982014-06-04 20:20:58 -07002740 */
Evan Charlton36a71342014-07-19 16:31:02 -07002741 public final void destroy() {
Jay Shrauner229e3822014-08-15 09:23:07 -07002742 for (Listener l : mListeners) {
2743 l.onDestroyed(this);
Santos Cordond34e5712014-08-05 18:54:03 +00002744 }
Santos Cordonb6939982014-06-04 20:20:58 -07002745 }
2746
2747 /**
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002748 * Requests that the framework use VOIP audio mode for this connection.
2749 *
2750 * @param isVoip True if the audio mode is VOIP.
2751 */
2752 public final void setAudioModeIsVoip(boolean isVoip) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002753 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002754 mAudioModeIsVoip = isVoip;
2755 for (Listener l : mListeners) {
2756 l.onAudioModeIsVoipChanged(this, isVoip);
2757 }
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002758 }
2759
2760 /**
Roshan Piuse927ec02015-07-15 15:47:21 -07002761 * Sets the time at which a call became active on this Connection. This is set only
2762 * when a conference call becomes active on this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002763 * <p>
Tyler Gunnc9503d62020-01-27 10:30:51 -08002764 * This time corresponds to the date/time of connection and is stored in the call log in
2765 * {@link android.provider.CallLog.Calls#DATE}.
2766 * <p>
Tyler Gunnc63f9082019-10-15 13:19:26 -07002767 * Used by telephony to maintain calls associated with an IMS Conference.
Roshan Piuse927ec02015-07-15 15:47:21 -07002768 *
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002769 * @param connectTimeMillis The connection time, in milliseconds. Should be set using a value
2770 * obtained from {@link System#currentTimeMillis()}.
Roshan Piuse927ec02015-07-15 15:47:21 -07002771 *
2772 * @hide
2773 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002774 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002775 @RequiresPermission(MODIFY_PHONE_STATE)
2776 public final void setConnectTimeMillis(@IntRange(from = 0) long connectTimeMillis) {
Roshan Piuse927ec02015-07-15 15:47:21 -07002777 mConnectTimeMillis = connectTimeMillis;
2778 }
2779
2780 /**
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002781 * Sets the time at which a call became active on this Connection. This is set only
2782 * when a conference call becomes active on this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002783 * <p>
Tyler Gunnc9503d62020-01-27 10:30:51 -08002784 * This time is used to establish the duration of a call. It uses
2785 * {@link SystemClock#elapsedRealtime()} to ensure that the call duration is not impacted by
2786 * time zone changes during a call. The difference between the current
2787 * {@link SystemClock#elapsedRealtime()} and the value set at the connection start time is used
2788 * to populate {@link android.provider.CallLog.Calls#DURATION} in the call log.
2789 * <p>
Tyler Gunnc63f9082019-10-15 13:19:26 -07002790 * Used by telephony to maintain calls associated with an IMS Conference.
Tyler Gunnc9503d62020-01-27 10:30:51 -08002791 *
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002792 * @param connectElapsedTimeMillis The connection time, in milliseconds. Stored in the format
2793 * {@link SystemClock#elapsedRealtime()}.
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002794 * @hide
2795 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002796 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002797 @RequiresPermission(MODIFY_PHONE_STATE)
2798 public final void setConnectionStartElapsedRealtimeMillis(
2799 @ElapsedRealtimeLong long connectElapsedTimeMillis) {
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002800 mConnectElapsedTimeMillis = connectElapsedTimeMillis;
2801 }
2802
2803 /**
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002804 * Sets the label and icon status to display in the in-call UI.
2805 *
2806 * @param statusHints The status label and icon to set.
2807 */
2808 public final void setStatusHints(StatusHints statusHints) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002809 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002810 mStatusHints = statusHints;
2811 for (Listener l : mListeners) {
2812 l.onStatusHintsChanged(this, statusHints);
2813 }
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002814 }
2815
2816 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002817 * Sets the connections with which this connection can be conferenced.
2818 *
2819 * @param conferenceableConnections The set of connections this connection can conference with.
2820 */
2821 public final void setConferenceableConnections(List<Connection> conferenceableConnections) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002822 checkImmutable();
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002823 clearConferenceableList();
2824 for (Connection c : conferenceableConnections) {
2825 // If statement checks for duplicates in input. It makes it N^2 but we're dealing with a
2826 // small amount of items here.
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002827 if (!mConferenceables.contains(c)) {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002828 c.addConnectionListener(mConnectionDeathListener);
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002829 mConferenceables.add(c);
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002830 }
2831 }
2832 fireOnConferenceableConnectionsChanged();
2833 }
2834
2835 /**
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002836 * Similar to {@link #setConferenceableConnections(java.util.List)}, sets a list of connections
2837 * or conferences with which this connection can be conferenced.
2838 *
2839 * @param conferenceables The conferenceables.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002840 */
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002841 public final void setConferenceables(List<Conferenceable> conferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002842 clearConferenceableList();
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002843 for (Conferenceable c : conferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002844 // If statement checks for duplicates in input. It makes it N^2 but we're dealing with a
2845 // small amount of items here.
2846 if (!mConferenceables.contains(c)) {
2847 if (c instanceof Connection) {
2848 Connection connection = (Connection) c;
2849 connection.addConnectionListener(mConnectionDeathListener);
2850 } else if (c instanceof Conference) {
2851 Conference conference = (Conference) c;
2852 conference.addListener(mConferenceDeathListener);
2853 }
2854 mConferenceables.add(c);
2855 }
2856 }
2857 fireOnConferenceableConnectionsChanged();
2858 }
2859
2860 /**
Tyler Gunnc63f9082019-10-15 13:19:26 -07002861 * Resets the CDMA connection time.
2862 * <p>
2863 * This is an implementation detail specific to legacy CDMA calls on mobile networks.
Mengjun Leng25707742017-07-04 11:10:37 +08002864 * @hide
Mengjun Leng25707742017-07-04 11:10:37 +08002865 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002866 @SystemApi
Mengjun Leng25707742017-07-04 11:10:37 +08002867 public final void resetConnectionTime() {
2868 for (Listener l : mListeners) {
2869 l.onConnectionTimeReset(this);
2870 }
2871 }
2872
2873 /**
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002874 * Returns the connections or conferences with which this connection can be conferenced.
2875 */
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002876 public final List<Conferenceable> getConferenceables() {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002877 return mUnmodifiableConferenceables;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002878 }
2879
Yorke Lee53463962015-08-04 16:07:19 -07002880 /**
Santos Cordon823fd3c2014-08-07 18:35:18 -07002881 * @hide
2882 */
2883 public final void setConnectionService(ConnectionService connectionService) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002884 checkImmutable();
Santos Cordon823fd3c2014-08-07 18:35:18 -07002885 if (mConnectionService != null) {
2886 Log.e(this, new Exception(), "Trying to set ConnectionService on a connection " +
2887 "which is already associated with another ConnectionService.");
2888 } else {
2889 mConnectionService = connectionService;
2890 }
2891 }
2892
2893 /**
2894 * @hide
2895 */
2896 public final void unsetConnectionService(ConnectionService connectionService) {
2897 if (mConnectionService != connectionService) {
2898 Log.e(this, new Exception(), "Trying to remove ConnectionService from a Connection " +
2899 "that does not belong to the ConnectionService.");
2900 } else {
2901 mConnectionService = null;
2902 }
2903 }
2904
2905 /**
2906 * Sets the conference that this connection is a part of. This will fail if the connection is
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002907 * already part of a conference. {@link #resetConference} to un-set the conference first.
Santos Cordon823fd3c2014-08-07 18:35:18 -07002908 *
2909 * @param conference The conference.
2910 * @return {@code true} if the conference was successfully set.
2911 * @hide
2912 */
2913 public final boolean setConference(Conference conference) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002914 checkImmutable();
Santos Cordon823fd3c2014-08-07 18:35:18 -07002915 // We check to see if it is already part of another conference.
Santos Cordon0159ac02014-08-21 14:28:11 -07002916 if (mConference == null) {
Santos Cordon823fd3c2014-08-07 18:35:18 -07002917 mConference = conference;
Santos Cordon0159ac02014-08-21 14:28:11 -07002918 if (mConnectionService != null && mConnectionService.containsConference(conference)) {
2919 fireConferenceChanged();
2920 }
Santos Cordon823fd3c2014-08-07 18:35:18 -07002921 return true;
2922 }
2923 return false;
2924 }
2925
2926 /**
2927 * Resets the conference that this connection is a part of.
2928 * @hide
2929 */
2930 public final void resetConference() {
2931 if (mConference != null) {
Santos Cordon0159ac02014-08-21 14:28:11 -07002932 Log.d(this, "Conference reset");
Santos Cordon823fd3c2014-08-07 18:35:18 -07002933 mConference = null;
2934 fireConferenceChanged();
2935 }
2936 }
2937
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002938 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002939 * Set some extras that can be associated with this {@code Connection}.
2940 * <p>
2941 * New or existing keys are replaced in the {@code Connection} extras. Keys which are no longer
2942 * in the new extras, but were present the last time {@code setExtras} was called are removed.
2943 * <p>
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07002944 * Alternatively you may use the {@link #putExtras(Bundle)}, and
2945 * {@link #removeExtras(String...)} methods to modify the extras.
2946 * <p>
Tyler Gunndee56a82016-03-23 16:06:34 -07002947 * 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 -07002948 * Keys should be fully qualified (e.g., com.example.MY_EXTRA) to avoid conflicts.
2949 *
2950 * @param extras The extras associated with this {@code Connection}.
2951 */
2952 public final void setExtras(@Nullable Bundle extras) {
2953 checkImmutable();
Tyler Gunndee56a82016-03-23 16:06:34 -07002954
2955 // Add/replace any new or changed extras values.
2956 putExtras(extras);
2957
2958 // If we have used "setExtras" in the past, compare the key set from the last invocation to
2959 // the current one and remove any keys that went away.
2960 if (mPreviousExtraKeys != null) {
2961 List<String> toRemove = new ArrayList<String>();
2962 for (String oldKey : mPreviousExtraKeys) {
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07002963 if (extras == null || !extras.containsKey(oldKey)) {
Tyler Gunndee56a82016-03-23 16:06:34 -07002964 toRemove.add(oldKey);
2965 }
2966 }
2967 if (!toRemove.isEmpty()) {
2968 removeExtras(toRemove);
2969 }
2970 }
2971
2972 // Track the keys the last time set called setExtras. This way, the next time setExtras is
2973 // called we can see if the caller has removed any extras values.
2974 if (mPreviousExtraKeys == null) {
2975 mPreviousExtraKeys = new ArraySet<String>();
2976 }
2977 mPreviousExtraKeys.clear();
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07002978 if (extras != null) {
2979 mPreviousExtraKeys.addAll(extras.keySet());
2980 }
Tyler Gunndee56a82016-03-23 16:06:34 -07002981 }
2982
2983 /**
2984 * Adds some extras to this {@code Connection}. Existing keys are replaced and new ones are
2985 * added.
2986 * <p>
2987 * No assumptions should be made as to how an In-Call UI or service will handle these extras.
2988 * Keys should be fully qualified (e.g., com.example.MY_EXTRA) to avoid conflicts.
2989 *
2990 * @param extras The extras to add.
2991 */
2992 public final void putExtras(@NonNull Bundle extras) {
2993 checkImmutable();
2994 if (extras == null) {
2995 return;
2996 }
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002997 // Creating a duplicate bundle so we don't have to synchronize on mExtrasLock while calling
2998 // the listeners.
2999 Bundle listenerExtras;
3000 synchronized (mExtrasLock) {
3001 if (mExtras == null) {
3002 mExtras = new Bundle();
3003 }
3004 mExtras.putAll(extras);
3005 listenerExtras = new Bundle(mExtras);
Tyler Gunndee56a82016-03-23 16:06:34 -07003006 }
Santos Cordon6b7f9552015-05-27 17:21:45 -07003007 for (Listener l : mListeners) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003008 // Create a new clone of the extras for each listener so that they don't clobber
3009 // each other
3010 l.onExtrasChanged(this, new Bundle(listenerExtras));
Santos Cordon6b7f9552015-05-27 17:21:45 -07003011 }
3012 }
3013
3014 /**
Tyler Gunn071be6f2016-05-10 14:52:33 -07003015 * Removes extras from this {@code Connection}.
Tyler Gunndee56a82016-03-23 16:06:34 -07003016 *
Tyler Gunn071be6f2016-05-10 14:52:33 -07003017 * @param keys The keys of the extras to remove.
Tyler Gunndee56a82016-03-23 16:06:34 -07003018 */
3019 public final void removeExtras(List<String> keys) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003020 synchronized (mExtrasLock) {
3021 if (mExtras != null) {
3022 for (String key : keys) {
3023 mExtras.remove(key);
3024 }
Tyler Gunndee56a82016-03-23 16:06:34 -07003025 }
3026 }
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003027 List<String> unmodifiableKeys = Collections.unmodifiableList(keys);
Tyler Gunndee56a82016-03-23 16:06:34 -07003028 for (Listener l : mListeners) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003029 l.onExtrasRemoved(this, unmodifiableKeys);
Tyler Gunndee56a82016-03-23 16:06:34 -07003030 }
3031 }
3032
3033 /**
Tyler Gunn071be6f2016-05-10 14:52:33 -07003034 * Removes extras from this {@code Connection}.
3035 *
3036 * @param keys The keys of the extras to remove.
3037 */
3038 public final void removeExtras(String ... keys) {
3039 removeExtras(Arrays.asList(keys));
3040 }
3041
3042 /**
Tyler Gunnf5035432017-01-09 09:43:12 -08003043 * Sets the audio route (speaker, bluetooth, etc...). When this request is honored, there will
3044 * be change to the {@link #getCallAudioState()}.
3045 * <p>
3046 * Used by self-managed {@link ConnectionService}s which wish to change the audio route for a
3047 * self-managed {@link Connection} (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.)
3048 * <p>
3049 * See also {@link InCallService#setAudioRoute(int)}.
3050 *
3051 * @param route The audio route to use (one of {@link CallAudioState#ROUTE_BLUETOOTH},
3052 * {@link CallAudioState#ROUTE_EARPIECE}, {@link CallAudioState#ROUTE_SPEAKER}, or
3053 * {@link CallAudioState#ROUTE_WIRED_HEADSET}).
3054 */
3055 public final void setAudioRoute(int route) {
3056 for (Listener l : mListeners) {
Hall Liua98f58b52017-11-07 17:59:28 -08003057 l.onAudioRouteChanged(this, route, null);
3058 }
3059 }
3060
3061 /**
Hall Liua98f58b52017-11-07 17:59:28 -08003062 * Request audio routing to a specific bluetooth device. Calling this method may result in
3063 * the device routing audio to a different bluetooth device than the one specified if the
3064 * bluetooth stack is unable to route audio to the requested device.
3065 * A list of available devices can be obtained via
3066 * {@link CallAudioState#getSupportedBluetoothDevices()}
3067 *
3068 * <p>
3069 * Used by self-managed {@link ConnectionService}s which wish to use bluetooth audio for a
3070 * self-managed {@link Connection} (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.)
3071 * <p>
Hall Liu2b6a6a32018-04-02 13:52:57 -07003072 * See also {@link InCallService#requestBluetoothAudio(BluetoothDevice)}
3073 * @param bluetoothDevice The bluetooth device to connect to.
Hall Liua98f58b52017-11-07 17:59:28 -08003074 */
Hall Liu2b6a6a32018-04-02 13:52:57 -07003075 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) {
Hall Liua98f58b52017-11-07 17:59:28 -08003076 for (Listener l : mListeners) {
Hall Liu2b6a6a32018-04-02 13:52:57 -07003077 l.onAudioRouteChanged(this, CallAudioState.ROUTE_BLUETOOTH,
3078 bluetoothDevice.getAddress());
Tyler Gunnf5035432017-01-09 09:43:12 -08003079 }
3080 }
3081
3082 /**
Hall Liub64ac4c2017-02-06 10:49:48 -08003083 * Informs listeners that a previously requested RTT session via
3084 * {@link ConnectionRequest#isRequestingRtt()} or
Hall Liu37dfdb02017-12-04 14:19:30 -08003085 * {@link #onStartRtt(RttTextStream)} has succeeded.
Hall Liub64ac4c2017-02-06 10:49:48 -08003086 */
3087 public final void sendRttInitiationSuccess() {
3088 mListeners.forEach((l) -> l.onRttInitiationSuccess(Connection.this));
3089 }
3090
3091 /**
3092 * Informs listeners that a previously requested RTT session via
Hall Liu37dfdb02017-12-04 14:19:30 -08003093 * {@link ConnectionRequest#isRequestingRtt()} or {@link #onStartRtt(RttTextStream)}
Hall Liub64ac4c2017-02-06 10:49:48 -08003094 * has failed.
3095 * @param reason One of the reason codes defined in {@link RttModifyStatus}, with the
3096 * exception of {@link RttModifyStatus#SESSION_MODIFY_REQUEST_SUCCESS}.
Hall Liub64ac4c2017-02-06 10:49:48 -08003097 */
3098 public final void sendRttInitiationFailure(int reason) {
3099 mListeners.forEach((l) -> l.onRttInitiationFailure(Connection.this, reason));
3100 }
3101
3102 /**
3103 * Informs listeners that a currently active RTT session has been terminated by the remote
3104 * side of the coll.
Hall Liub64ac4c2017-02-06 10:49:48 -08003105 */
3106 public final void sendRttSessionRemotelyTerminated() {
3107 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this));
3108 }
3109
3110 /**
3111 * Informs listeners that the remote side of the call has requested an upgrade to include an
3112 * RTT session in the call.
Hall Liub64ac4c2017-02-06 10:49:48 -08003113 */
3114 public final void sendRemoteRttRequest() {
3115 mListeners.forEach((l) -> l.onRemoteRttRequest(Connection.this));
3116 }
3117
3118 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003119 * Notifies this Connection that the {@link #getAudioState()} property has a new value.
Sailesh Nepal400cc482014-06-26 12:04:00 -07003120 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003121 * @param state The new connection audio state.
Yorke Lee4af59352015-05-13 14:14:54 -07003122 * @deprecated Use {@link #onCallAudioStateChanged(CallAudioState)} instead.
3123 * @hide
Sailesh Nepal400cc482014-06-26 12:04:00 -07003124 */
Yorke Lee4af59352015-05-13 14:14:54 -07003125 @SystemApi
3126 @Deprecated
Nancy Chen354b2bd2014-09-08 18:27:26 -07003127 public void onAudioStateChanged(AudioState state) {}
Sailesh Nepal400cc482014-06-26 12:04:00 -07003128
3129 /**
Yorke Lee4af59352015-05-13 14:14:54 -07003130 * Notifies this Connection that the {@link #getCallAudioState()} property has a new value.
3131 *
3132 * @param state The new connection audio state.
3133 */
3134 public void onCallAudioStateChanged(CallAudioState state) {}
3135
3136 /**
Grace Jiae99fde92021-01-19 14:58:01 -08003137 * Inform this Connection when it will or will not be tracked by an {@link InCallService} which
3138 * can provide an InCall UI.
3139 * This is primarily intended for use by Connections reported by self-managed
3140 * {@link ConnectionService} which typically maintain their own UI.
3141 *
3142 * @param isUsingAlternativeUi Indicates whether an InCallService that can provide InCall UI is
3143 * currently tracking the self-managed call.
3144 */
3145 public void onUsingAlternativeUi(boolean isUsingAlternativeUi) {}
3146
3147 /**
3148 * Inform this Conenection when it will or will not be tracked by an non-UI
3149 * {@link InCallService}.
3150 *
3151 * @param isTracked Indicates whether an non-UI InCallService is currently tracking the
3152 * self-managed call.
3153 */
3154 public void onTrackedByNonUiService(boolean isTracked) {}
3155
3156 /**
Evan Charltonbf11f982014-07-20 22:06:28 -07003157 * Notifies this Connection of an internal state change. This method is called after the
3158 * state is changed.
Ihab Awadf8358972014-05-28 16:46:42 -07003159 *
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003160 * @param state The new state, one of the {@code STATE_*} constants.
Ihab Awadf8358972014-05-28 16:46:42 -07003161 */
Nancy Chen354b2bd2014-09-08 18:27:26 -07003162 public void onStateChanged(int state) {}
Ihab Awadf8358972014-05-28 16:46:42 -07003163
3164 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07003165 * Notifies this Connection of a request to play a DTMF tone.
3166 *
3167 * @param c A DTMF character.
3168 */
Santos Cordonf2951102014-07-20 19:06:29 -07003169 public void onPlayDtmfTone(char c) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003170
3171 /**
3172 * Notifies this Connection of a request to stop any currently playing DTMF tones.
3173 */
Santos Cordonf2951102014-07-20 19:06:29 -07003174 public void onStopDtmfTone() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003175
3176 /**
3177 * Notifies this Connection of a request to disconnect.
3178 */
Santos Cordonf2951102014-07-20 19:06:29 -07003179 public void onDisconnect() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003180
3181 /**
Tyler Gunn3b4b1dc2014-11-04 14:53:37 -08003182 * Notifies this Connection of a request to disconnect a participant of the conference managed
3183 * by the connection.
3184 *
3185 * @param endpoint the {@link Uri} of the participant to disconnect.
3186 * @hide
3187 */
3188 public void onDisconnectConferenceParticipant(Uri endpoint) {}
3189
3190 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003191 * Notifies this Connection of a request to separate from its parent conference.
Santos Cordonb6939982014-06-04 20:20:58 -07003192 */
Santos Cordonf2951102014-07-20 19:06:29 -07003193 public void onSeparate() {}
Santos Cordonb6939982014-06-04 20:20:58 -07003194
3195 /**
Tyler Gunn0c62ef02020-02-11 14:39:43 -08003196 * Supports initiation of a conference call by directly adding participants to an ongoing call.
Ravi Paluri404babb2020-01-23 19:02:44 +05303197 *
3198 * @param participants with which conference call will be formed.
3199 */
3200 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {}
3201
3202 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07003203 * Notifies this Connection of a request to abort.
3204 */
Santos Cordonf2951102014-07-20 19:06:29 -07003205 public void onAbort() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003206
3207 /**
3208 * Notifies this Connection of a request to hold.
3209 */
Santos Cordonf2951102014-07-20 19:06:29 -07003210 public void onHold() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003211
3212 /**
3213 * Notifies this Connection of a request to exit a hold state.
3214 */
Santos Cordonf2951102014-07-20 19:06:29 -07003215 public void onUnhold() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003216
3217 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003218 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Santos Cordond34e5712014-08-05 18:54:03 +00003219 * a request to accept.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003220 * <p>
3221 * For managed {@link ConnectionService}s, this will be called when the user answers a call via
3222 * the default dialer's {@link InCallService}.
3223 * <p>
3224 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3225 * Telecom framework may request that the call is answered in the following circumstances:
3226 * <ul>
3227 * <li>The user chooses to answer an incoming call via a Bluetooth device.</li>
3228 * <li>A car mode {@link InCallService} is in use which has declared
3229 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3230 * {@link InCallService} will be able to see calls from self-managed
3231 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3232 * behalf.</li>
3233 * </ul>
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003234 * @param videoState The video state in which to answer the connection.
Ihab Awad542e0ea2014-05-16 10:22:16 -07003235 */
Santos Cordonf2951102014-07-20 19:06:29 -07003236 public void onAnswer(int videoState) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003237
3238 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003239 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Tyler Gunnbe74de02014-08-29 14:51:48 -07003240 * a request to accept.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003241 * <p>
3242 * For managed {@link ConnectionService}s, this will be called when the user answers a call via
3243 * the default dialer's {@link InCallService}.
3244 * <p>
3245 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3246 * Telecom framework may request that the call is answered in the following circumstances:
3247 * <ul>
3248 * <li>The user chooses to answer an incoming call via a Bluetooth device.</li>
3249 * <li>A car mode {@link InCallService} is in use which has declared
3250 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3251 * {@link InCallService} will be able to see calls from self-managed
3252 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3253 * behalf.</li>
3254 * </ul>
Tyler Gunnbe74de02014-08-29 14:51:48 -07003255 */
3256 public void onAnswer() {
Tyler Gunn87b73f32015-06-03 10:09:59 -07003257 onAnswer(VideoProfile.STATE_AUDIO_ONLY);
Tyler Gunnbe74de02014-08-29 14:51:48 -07003258 }
3259
3260 /**
3261 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Pooja Jaind34698d2017-12-28 14:15:31 +05303262 * a request to deflect.
3263 */
3264 public void onDeflect(Uri address) {}
3265
3266 /**
3267 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Santos Cordond34e5712014-08-05 18:54:03 +00003268 * a request to reject.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003269 * <p>
3270 * For managed {@link ConnectionService}s, this will be called when the user rejects a call via
3271 * the default dialer's {@link InCallService}.
3272 * <p>
3273 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3274 * Telecom framework may request that the call is rejected in the following circumstances:
3275 * <ul>
3276 * <li>The user chooses to reject an incoming call via a Bluetooth device.</li>
3277 * <li>A car mode {@link InCallService} is in use which has declared
3278 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3279 * {@link InCallService} will be able to see calls from self-managed
3280 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3281 * behalf.</li>
3282 * </ul>
Ihab Awad542e0ea2014-05-16 10:22:16 -07003283 */
Santos Cordonf2951102014-07-20 19:06:29 -07003284 public void onReject() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003285
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003286 /**
Tyler Gunnfacfdee2020-01-23 13:10:37 -08003287 * Notifies this Connection, which is in {@link #STATE_RINGING}, of a request to reject.
3288 * <p>
3289 * For managed {@link ConnectionService}s, this will be called when the user rejects a call via
3290 * the default dialer's {@link InCallService} using {@link Call#reject(int)}.
3291 * @param rejectReason the reason the user provided for rejecting the call.
3292 */
3293 public void onReject(@android.telecom.Call.RejectReason int rejectReason) {
3294 // to be implemented by ConnectionService.
3295 }
3296
3297 /**
Hall Liu712acbe2016-03-14 16:38:56 -07003298 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
3299 * a request to reject with a message.
Bryce Lee81901682015-08-28 16:38:02 -07003300 */
3301 public void onReject(String replyMessage) {}
3302
3303 /**
Ravi Palurif4b38e72020-02-05 12:35:41 +05303304 * Notifies this Connection, a request to transfer to a target number.
3305 * @param number the number to transfer this {@link Connection} to.
3306 * @param isConfirmationRequired when {@code true}, the {@link ConnectionService}
3307 * should wait until the transfer has successfully completed before disconnecting
3308 * the current {@link Connection}.
3309 * When {@code false}, the {@link ConnectionService} should signal the network to
3310 * perform the transfer, but should immediately disconnect the call regardless of
3311 * the outcome of the transfer.
3312 * @hide
3313 */
3314 public void onTransfer(@NonNull Uri number, boolean isConfirmationRequired) {}
3315
3316 /**
3317 * Notifies this Connection, a request to transfer to another Connection.
3318 * @param otherConnection the {@link Connection} to transfer this call to.
3319 * @hide
3320 */
3321 public void onTransfer(@NonNull Connection otherConnection) {}
3322
3323 /**
Tyler Gunn06f06162018-06-18 11:24:15 -07003324 * Notifies this Connection of a request to silence the ringer.
3325 * <p>
3326 * The ringer may be silenced by any of the following methods:
3327 * <ul>
3328 * <li>{@link TelecomManager#silenceRinger()}</li>
3329 * <li>The user presses the volume-down button while a call is ringing.</li>
3330 * </ul>
3331 * <p>
3332 * Self-managed {@link ConnectionService} implementations should override this method in their
3333 * {@link Connection} implementation and implement logic to silence their app's ringtone. If
3334 * your app set the ringtone as part of the incoming call {@link Notification} (see
3335 * {@link #onShowIncomingCallUi()}), it should re-post the notification now, except call
3336 * {@link android.app.Notification.Builder#setOnlyAlertOnce(boolean)} with {@code true}. This
3337 * will ensure the ringtone sound associated with your {@link android.app.NotificationChannel}
3338 * stops playing.
Bryce Leecac50772015-11-17 15:13:29 -08003339 */
3340 public void onSilence() {}
3341
3342 /**
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003343 * Notifies this Connection whether the user wishes to proceed with the post-dial DTMF codes.
3344 */
Santos Cordonf2951102014-07-20 19:06:29 -07003345 public void onPostDialContinue(boolean proceed) {}
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003346
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003347 /**
3348 * Notifies this Connection of a request to pull an external call to the local device.
3349 * <p>
3350 * The {@link InCallService} issues a request to pull an external call to the local device via
3351 * {@link Call#pullExternalCall()}.
3352 * <p>
Tyler Gunn720c6642016-03-22 09:02:47 -07003353 * For a Connection to be pulled, both the {@link Connection#CAPABILITY_CAN_PULL_CALL}
3354 * capability and {@link Connection#PROPERTY_IS_EXTERNAL_CALL} property bits must be set.
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003355 * <p>
Tyler Gunn720c6642016-03-22 09:02:47 -07003356 * For more information on external calls, see {@link Connection#PROPERTY_IS_EXTERNAL_CALL}.
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003357 */
3358 public void onPullExternalCall() {}
3359
3360 /**
3361 * Notifies this Connection of a {@link Call} event initiated from an {@link InCallService}.
3362 * <p>
3363 * The {@link InCallService} issues a Call event via {@link Call#sendCallEvent(String, Bundle)}.
3364 * <p>
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003365 * Where possible, the Connection should make an attempt to handle {@link Call} events which
3366 * are part of the {@code android.telecom.*} namespace. The Connection should ignore any events
3367 * it does not wish to handle. Unexpected events should be handled gracefully, as it is
3368 * possible that a {@link InCallService} has defined its own Call events which a Connection is
3369 * not aware of.
3370 * <p>
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003371 * See also {@link Call#sendCallEvent(String, Bundle)}.
3372 *
3373 * @param event The call event.
3374 * @param extras Extras associated with the call event.
3375 */
3376 public void onCallEvent(String event, Bundle extras) {}
3377
Tyler Gunndee56a82016-03-23 16:06:34 -07003378 /**
Tyler Gunn79bc1ec2018-01-22 15:17:54 -08003379 * Notifies this {@link Connection} that a handover has completed.
3380 * <p>
3381 * A handover is initiated with {@link android.telecom.Call#handoverTo(PhoneAccountHandle, int,
3382 * Bundle)} on the initiating side of the handover, and
3383 * {@link TelecomManager#acceptHandover(Uri, int, PhoneAccountHandle)}.
3384 */
3385 public void onHandoverComplete() {}
3386
3387 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07003388 * Notifies this {@link Connection} of a change to the extras made outside the
3389 * {@link ConnectionService}.
3390 * <p>
3391 * These extras changes can originate from Telecom itself, or from an {@link InCallService} via
3392 * the {@link android.telecom.Call#putExtras(Bundle)} and
3393 * {@link Call#removeExtras(List)}.
3394 *
3395 * @param extras The new extras bundle.
3396 */
3397 public void onExtrasChanged(Bundle extras) {}
3398
Tyler Gunnf5035432017-01-09 09:43:12 -08003399 /**
3400 * Notifies this {@link Connection} that its {@link ConnectionService} is responsible for
3401 * displaying its incoming call user interface for the {@link Connection}.
3402 * <p>
3403 * Will only be called for incoming calls added via a self-managed {@link ConnectionService}
3404 * (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}), where the {@link ConnectionService}
3405 * should show its own incoming call user interface.
3406 * <p>
3407 * Where there are ongoing calls in other self-managed {@link ConnectionService}s, or in a
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003408 * regular {@link ConnectionService}, and it is not possible to hold these other calls, the
3409 * Telecom framework will display its own incoming call user interface to allow the user to
3410 * choose whether to answer the new incoming call and disconnect other ongoing calls, or to
3411 * reject the new incoming call.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003412 * <p>
3413 * You should trigger the display of the incoming call user interface for your application by
3414 * showing a {@link Notification} with a full-screen {@link Intent} specified.
Tyler Gunn06f06162018-06-18 11:24:15 -07003415 *
3416 * In your application code, you should create a {@link android.app.NotificationChannel} for
3417 * incoming call notifications from your app:
3418 * <pre><code>
3419 * NotificationChannel channel = new NotificationChannel(YOUR_CHANNEL_ID, "Incoming Calls",
3420 * NotificationManager.IMPORTANCE_MAX);
3421 * // other channel setup stuff goes here.
3422 *
3423 * // We'll use the default system ringtone for our incoming call notification channel. You can
3424 * // use your own audio resource here.
3425 * Uri ringtoneUri = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_RINGTONE);
3426 * channel.setSound(ringtoneUri, new AudioAttributes.Builder()
3427 * // Setting the AudioAttributes is important as it identifies the purpose of your
3428 * // notification sound.
3429 * .setUsage(AudioAttributes.USAGE_NOTIFICATION_RINGTONE)
3430 * .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
3431 * .build());
3432 *
3433 * NotificationManager mgr = getSystemService(NotificationManager.class);
3434 * mgr.createNotificationChannel(channel);
3435 * </code></pre>
3436 * When it comes time to post a notification for your incoming call, ensure it uses your
3437 * incoming call {@link android.app.NotificationChannel}.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003438 * <pre><code>
3439 * // Create an intent which triggers your fullscreen incoming call user interface.
3440 * Intent intent = new Intent(Intent.ACTION_MAIN, null);
3441 * intent.setFlags(Intent.FLAG_ACTIVITY_NO_USER_ACTION | Intent.FLAG_ACTIVITY_NEW_TASK);
3442 * intent.setClass(context, YourIncomingCallActivity.class);
Ashwini Orugantif8191e82021-01-07 12:04:25 -08003443 * PendingIntent pendingIntent = PendingIntent.getActivity(context, 1, intent, PendingIntent.FLAG_MUTABLE_UNAUDITED);
Tyler Gunn159f35c2017-03-02 09:28:37 -08003444 *
3445 * // Build the notification as an ongoing high priority item; this ensures it will show as
3446 * // a heads up notification which slides down over top of the current content.
3447 * final Notification.Builder builder = new Notification.Builder(context);
3448 * builder.setOngoing(true);
3449 * builder.setPriority(Notification.PRIORITY_HIGH);
3450 *
3451 * // Set notification content intent to take user to fullscreen UI if user taps on the
3452 * // notification body.
3453 * builder.setContentIntent(pendingIntent);
3454 * // Set full screen intent to trigger display of the fullscreen UI when the notification
3455 * // manager deems it appropriate.
3456 * builder.setFullScreenIntent(pendingIntent, true);
3457 *
3458 * // Setup notification content.
3459 * builder.setSmallIcon( yourIconResourceId );
3460 * builder.setContentTitle("Your notification title");
3461 * builder.setContentText("Your notification content.");
3462 *
Tyler Gunn06f06162018-06-18 11:24:15 -07003463 * // Set notification as insistent to cause your ringtone to loop.
3464 * Notification notification = builder.build();
3465 * notification.flags |= Notification.FLAG_INSISTENT;
Tyler Gunn159f35c2017-03-02 09:28:37 -08003466 *
Tyler Gunn06f06162018-06-18 11:24:15 -07003467 * // Use builder.addAction(..) to add buttons to answer or reject the call.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003468 * NotificationManager notificationManager = mContext.getSystemService(
3469 * NotificationManager.class);
Tyler Gunn06f06162018-06-18 11:24:15 -07003470 * notificationManager.notify(YOUR_CHANNEL_ID, YOUR_TAG, YOUR_ID, notification);
Tyler Gunn159f35c2017-03-02 09:28:37 -08003471 * </code></pre>
Tyler Gunnf5035432017-01-09 09:43:12 -08003472 */
3473 public void onShowIncomingCallUi() {}
3474
Hall Liub64ac4c2017-02-06 10:49:48 -08003475 /**
3476 * Notifies this {@link Connection} that the user has requested an RTT session.
3477 * The connection service should call {@link #sendRttInitiationSuccess} or
3478 * {@link #sendRttInitiationFailure} to inform Telecom of the success or failure of the
3479 * request, respectively.
3480 * @param rttTextStream The object that should be used to send text to or receive text from
3481 * the in-call app.
Hall Liub64ac4c2017-02-06 10:49:48 -08003482 */
3483 public void onStartRtt(@NonNull RttTextStream rttTextStream) {}
3484
3485 /**
3486 * Notifies this {@link Connection} that it should terminate any existing RTT communication
3487 * channel. No response to Telecom is needed for this method.
Hall Liub64ac4c2017-02-06 10:49:48 -08003488 */
3489 public void onStopRtt() {}
3490
3491 /**
3492 * Notifies this connection of a response to a previous remotely-initiated RTT upgrade
3493 * request sent via {@link #sendRemoteRttRequest}. Acceptance of the request is
3494 * indicated by the supplied {@link RttTextStream} being non-null, and rejection is
3495 * indicated by {@code rttTextStream} being {@code null}
Hall Liub64ac4c2017-02-06 10:49:48 -08003496 * @param rttTextStream The object that should be used to send text to or receive text from
3497 * the in-call app.
3498 */
3499 public void handleRttUpgradeResponse(@Nullable RttTextStream rttTextStream) {}
3500
Hall Liu49cabcc2021-01-15 11:41:48 -08003501 /**
Hall Liu73903142021-02-18 18:41:41 -08003502 * Information provided to a {@link Connection} upon completion of call filtering in Telecom.
3503 *
3504 * @hide
3505 */
3506 @SystemApi
3507 public static final class CallFilteringCompletionInfo implements Parcelable {
3508 private final boolean mIsBlocked;
3509 private final boolean mIsInContacts;
3510 private final CallScreeningService.CallResponse mCallResponse;
3511 private final ComponentName mCallScreeningComponent;
3512
3513 /**
3514 * Constructor for {@link CallFilteringCompletionInfo}
3515 *
3516 * @param isBlocked Whether any part of the call filtering process indicated that this call
3517 * should be blocked.
3518 * @param isInContacts Whether the caller is in the user's contacts.
3519 * @param callResponse The instance of {@link CallScreeningService.CallResponse} provided
3520 * by the {@link CallScreeningService} that processed this call, or
3521 * {@code null} if no call screening service ran.
3522 * @param callScreeningComponent The component of the {@link CallScreeningService}
3523 * that processed this call, or {@link null} if no
3524 * call screening service ran.
3525 */
3526 public CallFilteringCompletionInfo(boolean isBlocked, boolean isInContacts,
3527 @Nullable CallScreeningService.CallResponse callResponse,
3528 @Nullable ComponentName callScreeningComponent) {
3529 mIsBlocked = isBlocked;
3530 mIsInContacts = isInContacts;
3531 mCallResponse = callResponse;
3532 mCallScreeningComponent = callScreeningComponent;
3533 }
3534
3535 /** @hide */
3536 protected CallFilteringCompletionInfo(Parcel in) {
3537 mIsBlocked = in.readByte() != 0;
3538 mIsInContacts = in.readByte() != 0;
3539 CallScreeningService.ParcelableCallResponse response
Bernardo Rufino90bb3702021-12-07 20:01:45 +00003540 = in.readParcelable(CallScreeningService.class.getClassLoader(), android.telecom.CallScreeningService.ParcelableCallResponse.class);
Hall Liu73903142021-02-18 18:41:41 -08003541 mCallResponse = response == null ? null : response.toCallResponse();
Bernardo Rufino90bb3702021-12-07 20:01:45 +00003542 mCallScreeningComponent = in.readParcelable(ComponentName.class.getClassLoader(), android.content.ComponentName.class);
Hall Liu73903142021-02-18 18:41:41 -08003543 }
3544
3545 @NonNull
3546 public static final Creator<CallFilteringCompletionInfo> CREATOR =
3547 new Creator<CallFilteringCompletionInfo>() {
3548 @Override
3549 public CallFilteringCompletionInfo createFromParcel(Parcel in) {
3550 return new CallFilteringCompletionInfo(in);
3551 }
3552
3553 @Override
3554 public CallFilteringCompletionInfo[] newArray(int size) {
3555 return new CallFilteringCompletionInfo[size];
3556 }
3557 };
3558
3559 /**
3560 * @return Whether any part of the call filtering process indicated that this call should be
3561 * blocked.
3562 */
3563 public boolean isBlocked() {
3564 return mIsBlocked;
3565 }
3566
3567 /**
3568 * @return Whether the caller is in the user's contacts.
3569 */
3570 public boolean isInContacts() {
3571 return mIsInContacts;
3572 }
3573
3574 /**
3575 * @return The instance of {@link CallScreeningService.CallResponse} provided
3576 * by the {@link CallScreeningService} that processed this
3577 * call, or {@code null} if no call screening service ran.
3578 */
3579 public @Nullable CallScreeningService.CallResponse getCallResponse() {
3580 return mCallResponse;
3581 }
3582
3583 /**
3584 * @return The component of the {@link CallScreeningService}
3585 * that processed this call, or {@code null} if no call screening service ran.
3586 */
3587 public @Nullable ComponentName getCallScreeningComponent() {
3588 return mCallScreeningComponent;
3589 }
3590
3591 @Override
3592 public int describeContents() {
3593 return 0;
3594 }
3595
3596 @Override
3597 public String toString() {
3598 return "CallFilteringCompletionInfo{" +
3599 "mIsBlocked=" + mIsBlocked +
3600 ", mIsInContacts=" + mIsInContacts +
3601 ", mCallResponse=" + mCallResponse +
3602 ", mCallScreeningPackageName='" + mCallScreeningComponent + '\'' +
3603 '}';
3604 }
3605
3606 /** @hide */
3607 @Override
3608 public void writeToParcel(Parcel dest, int flags) {
3609 dest.writeByte((byte) (mIsBlocked ? 1 : 0));
3610 dest.writeByte((byte) (mIsInContacts ? 1 : 0));
3611 dest.writeParcelable(mCallResponse == null ? null : mCallResponse.toParcelable(), 0);
3612 dest.writeParcelable(mCallScreeningComponent, 0);
3613 }
3614 }
3615
3616 /**
Hall Liu49cabcc2021-01-15 11:41:48 -08003617 * Indicates that call filtering in Telecom is complete
3618 *
3619 * This method is called for a connection created via
3620 * {@link ConnectionService#onCreateIncomingConnection} when call filtering completes in
3621 * Telecom, including checking the blocked number db, per-contact settings, and custom call
3622 * filtering apps.
3623 *
Hall Liu73903142021-02-18 18:41:41 -08003624 * @param callFilteringCompletionInfo Info provided by Telecom on the results of call filtering.
Hall Liu49cabcc2021-01-15 11:41:48 -08003625 * @hide
3626 */
3627 @SystemApi
3628 @RequiresPermission(Manifest.permission.READ_CONTACTS)
Hall Liu73903142021-02-18 18:41:41 -08003629 public void onCallFilteringCompleted(
3630 @NonNull CallFilteringCompletionInfo callFilteringCompletionInfo) { }
Hall Liu49cabcc2021-01-15 11:41:48 -08003631
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003632 static String toLogSafePhoneNumber(String number) {
3633 // For unknown number, log empty string.
3634 if (number == null) {
3635 return "";
3636 }
3637
3638 if (PII_DEBUG) {
3639 // When PII_DEBUG is true we emit PII.
3640 return number;
3641 }
3642
3643 // Do exactly same thing as Uri#toSafeString() does, which will enable us to compare
3644 // sanitized phone numbers.
3645 StringBuilder builder = new StringBuilder();
3646 for (int i = 0; i < number.length(); i++) {
3647 char c = number.charAt(i);
3648 if (c == '-' || c == '@' || c == '.') {
3649 builder.append(c);
3650 } else {
3651 builder.append('x');
3652 }
3653 }
3654 return builder.toString();
3655 }
3656
Ihab Awad542e0ea2014-05-16 10:22:16 -07003657 private void setState(int state) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003658 checkImmutable();
Ihab Awad6107bab2014-08-18 09:23:25 -07003659 if (mState == STATE_DISCONNECTED && mState != state) {
3660 Log.d(this, "Connection already DISCONNECTED; cannot transition out of this state.");
Evan Charltonbf11f982014-07-20 22:06:28 -07003661 return;
Sailesh Nepal400cc482014-06-26 12:04:00 -07003662 }
Evan Charltonbf11f982014-07-20 22:06:28 -07003663 if (mState != state) {
3664 Log.d(this, "setState: %s", stateToString(state));
3665 mState = state;
Nancy Chen354b2bd2014-09-08 18:27:26 -07003666 onStateChanged(state);
Evan Charltonbf11f982014-07-20 22:06:28 -07003667 for (Listener l : mListeners) {
3668 l.onStateChanged(this, state);
3669 }
Evan Charltonbf11f982014-07-20 22:06:28 -07003670 }
3671 }
3672
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07003673 private static class FailureSignalingConnection extends Connection {
Ihab Awad90e34e32014-12-01 16:23:17 -08003674 private boolean mImmutable = false;
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003675 public FailureSignalingConnection(DisconnectCause disconnectCause) {
3676 setDisconnected(disconnectCause);
Tyler Gunn2915af72020-03-06 11:36:21 -08003677 mImmutable = true;
Ihab Awad6107bab2014-08-18 09:23:25 -07003678 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003679
3680 public void checkImmutable() {
Ihab Awad90e34e32014-12-01 16:23:17 -08003681 if (mImmutable) {
3682 throw new UnsupportedOperationException("Connection is immutable");
3683 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003684 }
Ihab Awad6107bab2014-08-18 09:23:25 -07003685 }
3686
Evan Charltonbf11f982014-07-20 22:06:28 -07003687 /**
Ihab Awad6107bab2014-08-18 09:23:25 -07003688 * Return a {@code Connection} which represents a failed connection attempt. The returned
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003689 * {@code Connection} will have a {@link android.telecom.DisconnectCause} and as specified,
3690 * and a {@link #getState()} of {@link #STATE_DISCONNECTED}.
Ihab Awad6107bab2014-08-18 09:23:25 -07003691 * <p>
3692 * The returned {@code Connection} can be assumed to {@link #destroy()} itself when appropriate,
3693 * so users of this method need not maintain a reference to its return value to destroy it.
Evan Charltonbf11f982014-07-20 22:06:28 -07003694 *
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003695 * @param disconnectCause The disconnect cause, ({@see android.telecomm.DisconnectCause}).
Ihab Awad6107bab2014-08-18 09:23:25 -07003696 * @return A {@code Connection} which indicates failure.
Evan Charltonbf11f982014-07-20 22:06:28 -07003697 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003698 public static Connection createFailedConnection(DisconnectCause disconnectCause) {
3699 return new FailureSignalingConnection(disconnectCause);
Evan Charltonbf11f982014-07-20 22:06:28 -07003700 }
3701
Evan Charltonbf11f982014-07-20 22:06:28 -07003702 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003703 * Override to throw an {@link UnsupportedOperationException} if this {@code Connection} is
3704 * not intended to be mutated, e.g., if it is a marker for failure. Only for framework use;
3705 * this should never be un-@hide-den.
3706 *
3707 * @hide
3708 */
3709 public void checkImmutable() {}
3710
3711 /**
Ihab Awad6107bab2014-08-18 09:23:25 -07003712 * Return a {@code Connection} which represents a canceled connection attempt. The returned
3713 * {@code Connection} will have state {@link #STATE_DISCONNECTED}, and cannot be moved out of
3714 * that state. This connection should not be used for anything, and no other
3715 * {@code Connection}s should be attempted.
3716 * <p>
Ihab Awad6107bab2014-08-18 09:23:25 -07003717 * so users of this method need not maintain a reference to its return value to destroy it.
Evan Charltonbf11f982014-07-20 22:06:28 -07003718 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003719 * @return A {@code Connection} which indicates that the underlying connection should
3720 * be canceled.
Evan Charltonbf11f982014-07-20 22:06:28 -07003721 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003722 public static Connection createCanceledConnection() {
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003723 return new FailureSignalingConnection(new DisconnectCause(DisconnectCause.CANCELED));
Ihab Awad542e0ea2014-05-16 10:22:16 -07003724 }
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003725
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003726 private final void fireOnConferenceableConnectionsChanged() {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003727 for (Listener l : mListeners) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003728 l.onConferenceablesChanged(this, getConferenceables());
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003729 }
3730 }
3731
Santos Cordon823fd3c2014-08-07 18:35:18 -07003732 private final void fireConferenceChanged() {
3733 for (Listener l : mListeners) {
3734 l.onConferenceChanged(this, mConference);
3735 }
3736 }
3737
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003738 private final void clearConferenceableList() {
Tyler Gunndf2cbc82015-04-20 09:13:01 -07003739 for (Conferenceable c : mConferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003740 if (c instanceof Connection) {
3741 Connection connection = (Connection) c;
3742 connection.removeConnectionListener(mConnectionDeathListener);
3743 } else if (c instanceof Conference) {
3744 Conference conference = (Conference) c;
3745 conference.removeListener(mConferenceDeathListener);
3746 }
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003747 }
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003748 mConferenceables.clear();
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003749 }
Tyler Gunn3bffcf72014-10-28 13:51:27 -07003750
3751 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07003752 * Handles a change to extras received from Telecom.
3753 *
3754 * @param extras The new extras.
3755 * @hide
3756 */
3757 final void handleExtrasChanged(Bundle extras) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003758 Bundle b = null;
3759 synchronized (mExtrasLock) {
3760 mExtras = extras;
3761 if (mExtras != null) {
3762 b = new Bundle(mExtras);
3763 }
3764 }
3765 onExtrasChanged(b);
Tyler Gunndee56a82016-03-23 16:06:34 -07003766 }
3767
3768 /**
Tyler Gunnc63f9082019-10-15 13:19:26 -07003769 * Called by a {@link ConnectionService} to notify Telecom that a {@link Conference#onMerge()}
3770 * request failed.
Anthony Lee17455a32015-04-24 15:25:29 -07003771 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003772 public final void notifyConferenceMergeFailed() {
Anthony Lee17455a32015-04-24 15:25:29 -07003773 for (Listener l : mListeners) {
3774 l.onConferenceMergeFailed(this);
3775 }
3776 }
3777
3778 /**
Srikanth Chintalafcb15012017-05-04 20:58:34 +05303779 * Notifies listeners when phone account is changed. For example, when the PhoneAccount is
3780 * changed due to an emergency call being redialed.
3781 * @param pHandle The new PhoneAccountHandle for this connection.
3782 * @hide
3783 */
3784 public void notifyPhoneAccountChanged(PhoneAccountHandle pHandle) {
3785 for (Listener l : mListeners) {
3786 l.onPhoneAccountChanged(this, pHandle);
3787 }
3788 }
3789
3790 /**
Pengquan Meng70c9885332017-10-02 18:09:03 -07003791 * Sets the {@link PhoneAccountHandle} associated with this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003792 * <p>
3793 * Used by the Telephony {@link ConnectionService} to handle changes to the {@link PhoneAccount}
3794 * which take place after call initiation (important for emergency calling scenarios).
Pengquan Meng70c9885332017-10-02 18:09:03 -07003795 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07003796 * @param phoneAccountHandle the phone account handle to set.
Pengquan Meng70c9885332017-10-02 18:09:03 -07003797 * @hide
3798 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003799 @SystemApi
3800 public void setPhoneAccountHandle(@NonNull PhoneAccountHandle phoneAccountHandle) {
Pengquan Meng70c9885332017-10-02 18:09:03 -07003801 if (mPhoneAccountHandle != phoneAccountHandle) {
3802 mPhoneAccountHandle = phoneAccountHandle;
3803 notifyPhoneAccountChanged(phoneAccountHandle);
3804 }
3805 }
3806
3807 /**
3808 * Returns the {@link PhoneAccountHandle} associated with this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003809 * <p>
3810 * Used by the Telephony {@link ConnectionService} to handle changes to the {@link PhoneAccount}
3811 * which take place after call initiation (important for emergency calling scenarios).
Pengquan Meng70c9885332017-10-02 18:09:03 -07003812 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07003813 * @return the phone account handle specified via
3814 * {@link #setPhoneAccountHandle(PhoneAccountHandle)}, or {@code null} if none was set.
Pengquan Meng70c9885332017-10-02 18:09:03 -07003815 * @hide
3816 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003817 @SystemApi
3818 public @Nullable PhoneAccountHandle getPhoneAccountHandle() {
Pengquan Meng70c9885332017-10-02 18:09:03 -07003819 return mPhoneAccountHandle;
3820 }
3821
3822 /**
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003823 * Sends an event associated with this {@code Connection} with associated event extras to the
3824 * {@link InCallService}.
3825 * <p>
3826 * Connection events are used to communicate point in time information from a
3827 * {@link ConnectionService} to a {@link InCallService} implementations. An example of a
3828 * custom connection event includes notifying the UI when a WIFI call has been handed over to
3829 * LTE, which the InCall UI might use to inform the user that billing charges may apply. The
3830 * Android Telephony framework will send the {@link #EVENT_CALL_MERGE_FAILED} connection event
3831 * when a call to {@link Call#mergeConference()} has failed to complete successfully. A
3832 * connection event could also be used to trigger UI in the {@link InCallService} which prompts
3833 * the user to make a choice (e.g. whether they want to incur roaming costs for making a call),
3834 * which is communicated back via {@link Call#sendCallEvent(String, Bundle)}.
3835 * <p>
3836 * Events are exposed to {@link InCallService} implementations via
3837 * {@link Call.Callback#onConnectionEvent(Call, String, Bundle)}.
3838 * <p>
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003839 * 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 -07003840 * The {@link ConnectionService} must assume that the In-Call UI could even chose to ignore
3841 * some events altogether.
3842 * <p>
3843 * Events should be fully qualified (e.g. {@code com.example.event.MY_EVENT}) to avoid
3844 * conflicts between {@link ConnectionService} implementations. Further, custom
3845 * {@link ConnectionService} implementations shall not re-purpose events in the
3846 * {@code android.*} namespace, nor shall they define new event types in this namespace. When
3847 * defining a custom event type, ensure the contents of the extras {@link Bundle} is clearly
3848 * defined. Extra keys for this bundle should be named similar to the event type (e.g.
3849 * {@code com.example.extra.MY_EXTRA}).
3850 * <p>
3851 * When defining events and the associated extras, it is important to keep their behavior
3852 * consistent when the associated {@link ConnectionService} is updated. Support for deprecated
3853 * events/extras should me maintained to ensure backwards compatibility with older
3854 * {@link InCallService} implementations which were built to support the older behavior.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003855 *
3856 * @param event The connection event.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003857 * @param extras Optional bundle containing extra information associated with the event.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003858 */
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003859 public void sendConnectionEvent(String event, Bundle extras) {
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003860 for (Listener l : mListeners) {
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07003861 l.onConnectionEvent(this, event, extras);
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003862 }
3863 }
Tyler Gunn6986a632019-06-25 13:45:32 -07003864
3865 /**
3866 * @return The direction of the call.
3867 * @hide
3868 */
3869 public final @Call.Details.CallDirection int getCallDirection() {
3870 return mCallDirection;
3871 }
3872
3873 /**
3874 * Sets the direction of this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003875 * <p>
3876 * Used when calling {@link ConnectionService#addExistingConnection} to specify the existing
3877 * call direction.
3878 *
Tyler Gunn6986a632019-06-25 13:45:32 -07003879 * @param callDirection The direction of this connection.
3880 * @hide
3881 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003882 @SystemApi
Tyler Gunn6986a632019-06-25 13:45:32 -07003883 public void setCallDirection(@Call.Details.CallDirection int callDirection) {
3884 mCallDirection = callDirection;
3885 }
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003886
3887 /**
3888 * Gets the verification status for the phone number of an incoming call as identified in
3889 * ATIS-1000082.
3890 * @return the verification status.
3891 */
Tyler Gunna131d6e2020-02-13 14:53:28 -08003892 public final @VerificationStatus int getCallerNumberVerificationStatus() {
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003893 return mCallerNumberVerificationStatus;
3894 }
3895
3896 /**
3897 * Sets the verification status for the phone number of an incoming call as identified in
3898 * ATIS-1000082.
3899 * <p>
3900 * This property can only be set at the time of creation of a {@link Connection} being returned
3901 * by
3902 * {@link ConnectionService#onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest)}.
3903 */
Tyler Gunna131d6e2020-02-13 14:53:28 -08003904 public final void setCallerNumberVerificationStatus(
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003905 @VerificationStatus int callerNumberVerificationStatus) {
3906 mCallerNumberVerificationStatus = callerNumberVerificationStatus;
3907 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07003908}