blob: 30403f416661ad572d6cb0ab4630898317eb1a65 [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
Tyler Gunn720c6642016-03-22 09:02:47 -0700425 //**********************************************************************************************
Ravi Palurif4b38e72020-02-05 12:35:41 +0530426 // Next CAPABILITY value: 0x20000000
Tyler Gunn720c6642016-03-22 09:02:47 -0700427 //**********************************************************************************************
428
429 /**
430 * Indicates that the current device callback number should be shown.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700431 * <p>
432 * Supports Telephony calls where CDMA emergency callback mode is active.
Tyler Gunn720c6642016-03-22 09:02:47 -0700433 * @hide
434 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700435 @SystemApi
Hall Liu25c7c4d2016-08-30 13:41:02 -0700436 public static final int PROPERTY_EMERGENCY_CALLBACK_MODE = 1<<0;
Tyler Gunn720c6642016-03-22 09:02:47 -0700437
438 /**
439 * Whether the call is a generic conference, where we do not know the precise state of
440 * participants in the conference (eg. on CDMA).
Tyler Gunnc63f9082019-10-15 13:19:26 -0700441 * <p>
442 * Supports legacy telephony CDMA calls.
Tyler Gunn720c6642016-03-22 09:02:47 -0700443 * @hide
444 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700445 @SystemApi
Tyler Gunn720c6642016-03-22 09:02:47 -0700446 public static final int PROPERTY_GENERIC_CONFERENCE = 1<<1;
447
448 /**
449 * Connection is using high definition audio.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700450 * <p>
451 * Indicates that the {@link Connection} is using a "high definition" audio codec. This usually
452 * implies something like AMR wideband, but the interpretation of when a call is considered high
453 * definition is left to the {@link ConnectionService} to decide.
454 * <p>
455 * Translates to {@link android.telecom.Call.Details#PROPERTY_HIGH_DEF_AUDIO}.
Tyler Gunn720c6642016-03-22 09:02:47 -0700456 */
457 public static final int PROPERTY_HIGH_DEF_AUDIO = 1<<2;
458
459 /**
460 * Connection is using WIFI.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700461 * <p>
462 * Used to indicate that a call is taking place over WIFI versus a carrier network.
463 * <p>
464 * Translates to {@link android.telecom.Call.Details#PROPERTY_WIFI}.
Tyler Gunn720c6642016-03-22 09:02:47 -0700465 */
466 public static final int PROPERTY_WIFI = 1<<3;
467
468 /**
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700469 * When set, indicates that the {@code Connection} does not actually exist locally for the
470 * {@link ConnectionService}.
471 * <p>
472 * Consider, for example, a scenario where a user has two devices with the same phone number.
473 * When a user places a call on one devices, the telephony stack can represent that call on the
474 * other device by adding is to the {@link ConnectionService} with the
Tyler Gunn720c6642016-03-22 09:02:47 -0700475 * {@link #PROPERTY_IS_EXTERNAL_CALL} capability set.
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700476 * <p>
477 * An {@link ConnectionService} should not assume that all {@link InCallService}s will handle
478 * external connections. Only those {@link InCallService}s which have the
479 * {@link TelecomManager#METADATA_INCLUDE_EXTERNAL_CALLS} metadata set to {@code true} in its
480 * manifest will see external connections.
481 */
Tyler Gunn720c6642016-03-22 09:02:47 -0700482 public static final int PROPERTY_IS_EXTERNAL_CALL = 1<<4;
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700483
Brad Ebinger15847072016-05-18 11:08:36 -0700484 /**
485 * Indicates that the connection has CDMA Enhanced Voice Privacy enabled.
486 */
487 public static final int PROPERTY_HAS_CDMA_VOICE_PRIVACY = 1<<5;
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700488
Hall Liu9f332c72016-07-14 15:37:37 -0700489 /**
490 * Indicates that the connection represents a downgraded IMS conference.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700491 * <p>
492 * This property is set when an IMS conference undergoes SRVCC and is re-added to Telecom as a
493 * new entity to indicate that the new connection was a conference.
Hall Liu9f332c72016-07-14 15:37:37 -0700494 * @hide
495 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700496 @SystemApi
Hall Liu9f332c72016-07-14 15:37:37 -0700497 public static final int PROPERTY_IS_DOWNGRADED_CONFERENCE = 1<<6;
498
Tyler Gunnf5035432017-01-09 09:43:12 -0800499 /**
500 * Set by the framework to indicate that the {@link Connection} originated from a self-managed
501 * {@link ConnectionService}.
502 * <p>
503 * See {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.
504 */
505 public static final int PROPERTY_SELF_MANAGED = 1<<7;
506
Hall Liu95d55872017-01-25 17:12:49 -0800507 /**
Hall Liuffa4a812017-03-02 16:11:00 -0800508 * Set by the framework to indicate that a connection has an active RTT session associated with
509 * it.
Hall Liu95d55872017-01-25 17:12:49 -0800510 */
511 public static final int PROPERTY_IS_RTT = 1 << 8;
512
Eric Erfanian62706c52017-12-06 16:27:53 -0800513 /**
514 * Set by the framework to indicate that a connection is using assisted dialing.
Tyler Gunn5567d742019-10-31 13:04:37 -0700515 * <p>
516 * This is used for outgoing calls.
517 *
518 * @see TelecomManager#EXTRA_USE_ASSISTED_DIALING
Eric Erfanian62706c52017-12-06 16:27:53 -0800519 */
Tyler Gunnc9503d62020-01-27 10:30:51 -0800520 public static final int PROPERTY_ASSISTED_DIALING = 1 << 9;
Eric Erfanian62706c52017-12-06 16:27:53 -0800521
Tyler Gunn5bd90852018-09-21 09:37:07 -0700522 /**
523 * Set by the framework to indicate that the network has identified a Connection as an emergency
524 * call.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700525 * <p>
526 * This is used for incoming (mobile-terminated) calls to indicate the call is from emergency
527 * services.
Tyler Gunn5bd90852018-09-21 09:37:07 -0700528 */
529 public static final int PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL = 1 << 10;
530
Tyler Gunnac60f952019-05-31 07:23:16 -0700531 /**
532 * Set by the framework to indicate that a Conference or Connection is hosted by a device other
533 * than the current one. Used in scenarios where the conference originator is the remote device
534 * and the current device is a participant of that conference.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700535 * <p>
536 * This property is specific to IMS conference calls originating in Telephony.
Tyler Gunnac60f952019-05-31 07:23:16 -0700537 * @hide
538 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700539 @SystemApi
Tyler Gunnac60f952019-05-31 07:23:16 -0700540 public static final int PROPERTY_REMOTELY_HOSTED = 1 << 11;
541
Ravi Paluri80aa2142019-12-02 11:57:37 +0530542 /**
Grace Jia8587ee52020-07-10 15:42:32 -0700543 * Set by the framework to indicate that a call is an adhoc conference call.
Ravi Paluri80aa2142019-12-02 11:57:37 +0530544 * <p>
Grace Jia8587ee52020-07-10 15:42:32 -0700545 * This is used for outgoing and incoming conference calls.
Ravi Paluri80aa2142019-12-02 11:57:37 +0530546 */
547 public static final int PROPERTY_IS_ADHOC_CONFERENCE = 1 << 12;
548
Sooraj Sasindran64f05b12020-11-18 12:07:10 -0800549 /**
550 * Connection is using cross sim technology.
551 * <p>
552 * Indicates that the {@link Connection} is using a cross sim technology which would
553 * register IMS over internet APN of default data subscription.
554 * <p>
555 */
556 public static final int PROPERTY_CROSS_SIM = 1 << 13;
Ravi Paluri80aa2142019-12-02 11:57:37 +0530557
Tyler Gunn96d6c402015-03-18 12:39:23 -0700558 //**********************************************************************************************
Sooraj Sasindran64f05b12020-11-18 12:07:10 -0800559 // Next PROPERTY value: 1<<14
Tyler Gunn96d6c402015-03-18 12:39:23 -0700560 //**********************************************************************************************
Tyler Gunn068085b2015-02-06 13:56:52 -0800561
Tyler Gunn335ff2e2015-07-30 14:18:33 -0700562 /**
Tyler Gunn1c687622019-12-20 11:08:13 -0800563 * Indicates that the audio codec is currently not specified or is unknown.
allenwtsu2aca9892019-11-25 14:38:21 +0800564 */
allenwtsu2aca9892019-11-25 14:38:21 +0800565 public static final int AUDIO_CODEC_NONE = ImsStreamMediaProfile.AUDIO_QUALITY_NONE; // 0
Tyler Gunn1c687622019-12-20 11:08:13 -0800566 /**
567 * Adaptive Multi-rate audio codec.
568 */
allenwtsu2aca9892019-11-25 14:38:21 +0800569 public static final int AUDIO_CODEC_AMR = ImsStreamMediaProfile.AUDIO_QUALITY_AMR; // 1
Tyler Gunn1c687622019-12-20 11:08:13 -0800570 /**
571 * Adaptive Multi-rate wideband audio codec.
572 */
allenwtsu2aca9892019-11-25 14:38:21 +0800573 public static final int AUDIO_CODEC_AMR_WB = ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB; // 2
Tyler Gunn1c687622019-12-20 11:08:13 -0800574 /**
575 * Qualcomm code-excited linear prediction 13 kilobit audio codec.
576 */
allenwtsu2aca9892019-11-25 14:38:21 +0800577 public static final int AUDIO_CODEC_QCELP13K = ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K; //3
Tyler Gunn1c687622019-12-20 11:08:13 -0800578 /**
579 * Enhanced Variable Rate Codec. See 3GPP2 C.S0014-A.
580 */
allenwtsu2aca9892019-11-25 14:38:21 +0800581 public static final int AUDIO_CODEC_EVRC = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC; // 4
Tyler Gunn1c687622019-12-20 11:08:13 -0800582 /**
583 * Enhanced Variable Rate Codec B. Commonly used on CDMA networks.
584 */
allenwtsu2aca9892019-11-25 14:38:21 +0800585 public static final int AUDIO_CODEC_EVRC_B = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B; // 5
Tyler Gunn1c687622019-12-20 11:08:13 -0800586 /**
587 * Enhanced Variable Rate Wideband Codec. See RFC5188.
588 */
allenwtsu2aca9892019-11-25 14:38:21 +0800589 public static final int AUDIO_CODEC_EVRC_WB = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB; // 6
Tyler Gunn1c687622019-12-20 11:08:13 -0800590 /**
591 * Enhanced Variable Rate Narrowband-Wideband Codec.
592 */
allenwtsu2aca9892019-11-25 14:38:21 +0800593 public static final int AUDIO_CODEC_EVRC_NW = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW; // 7
Tyler Gunn1c687622019-12-20 11:08:13 -0800594 /**
595 * GSM Enhanced Full-Rate audio codec, also known as GSM-EFR, GSM 06.60, or simply EFR.
596 */
allenwtsu2aca9892019-11-25 14:38:21 +0800597 public static final int AUDIO_CODEC_GSM_EFR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR; // 8
Tyler Gunn1c687622019-12-20 11:08:13 -0800598 /**
599 * GSM Full-Rate audio codec, also known as GSM-FR, GSM 06.10, GSM, or simply FR.
600 */
allenwtsu2aca9892019-11-25 14:38:21 +0800601 public static final int AUDIO_CODEC_GSM_FR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_FR; // 9
Tyler Gunn1c687622019-12-20 11:08:13 -0800602 /**
603 * GSM Half Rate audio codec.
604 */
allenwtsu2aca9892019-11-25 14:38:21 +0800605 public static final int AUDIO_CODEC_GSM_HR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_HR; // 10
Tyler Gunn1c687622019-12-20 11:08:13 -0800606 /**
607 * ITU-T G711U audio codec.
608 */
allenwtsu2aca9892019-11-25 14:38:21 +0800609 public static final int AUDIO_CODEC_G711U = ImsStreamMediaProfile.AUDIO_QUALITY_G711U; // 11
Tyler Gunn1c687622019-12-20 11:08:13 -0800610 /**
611 * ITU-T G723 audio codec.
612 */
allenwtsu2aca9892019-11-25 14:38:21 +0800613 public static final int AUDIO_CODEC_G723 = ImsStreamMediaProfile.AUDIO_QUALITY_G723; // 12
Tyler Gunn1c687622019-12-20 11:08:13 -0800614 /**
615 * ITU-T G711A audio codec.
616 */
allenwtsu2aca9892019-11-25 14:38:21 +0800617 public static final int AUDIO_CODEC_G711A = ImsStreamMediaProfile.AUDIO_QUALITY_G711A; // 13
Tyler Gunn1c687622019-12-20 11:08:13 -0800618 /**
619 * ITU-T G722 audio codec.
620 */
allenwtsu2aca9892019-11-25 14:38:21 +0800621 public static final int AUDIO_CODEC_G722 = ImsStreamMediaProfile.AUDIO_QUALITY_G722; // 14
Tyler Gunn1c687622019-12-20 11:08:13 -0800622 /**
623 * ITU-T G711AB audio codec.
624 */
allenwtsu2aca9892019-11-25 14:38:21 +0800625 public static final int AUDIO_CODEC_G711AB = ImsStreamMediaProfile.AUDIO_QUALITY_G711AB; // 15
Tyler Gunn1c687622019-12-20 11:08:13 -0800626 /**
627 * ITU-T G729 audio codec.
628 */
allenwtsu2aca9892019-11-25 14:38:21 +0800629 public static final int AUDIO_CODEC_G729 = ImsStreamMediaProfile.AUDIO_QUALITY_G729; // 16
Tyler Gunn1c687622019-12-20 11:08:13 -0800630 /**
631 * Enhanced Voice Services Narrowband audio codec. See 3GPP TS 26.441.
632 */
allenwtsu2aca9892019-11-25 14:38:21 +0800633 public static final int AUDIO_CODEC_EVS_NB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_NB; // 17
Tyler Gunn1c687622019-12-20 11:08:13 -0800634 /**
635 * Enhanced Voice Services Wideband audio codec. See 3GPP TS 26.441.
636 */
allenwtsu2aca9892019-11-25 14:38:21 +0800637 public static final int AUDIO_CODEC_EVS_WB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_WB; // 18
Tyler Gunn1c687622019-12-20 11:08:13 -0800638 /**
639 * Enhanced Voice Services Super-Wideband audio codec. See 3GPP TS 26.441.
640 */
allenwtsu2aca9892019-11-25 14:38:21 +0800641 public static final int AUDIO_CODEC_EVS_SWB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB; // 19
Tyler Gunn1c687622019-12-20 11:08:13 -0800642 /**
643 * Enhanced Voice Services Fullband audio codec. See 3GPP TS 26.441.
644 */
allenwtsu2aca9892019-11-25 14:38:21 +0800645 public static final int AUDIO_CODEC_EVS_FB = ImsStreamMediaProfile.AUDIO_QUALITY_EVS_FB; // 20
646
Tyler Gunn1c687622019-12-20 11:08:13 -0800647 /**@hide*/
648 @Retention(RetentionPolicy.SOURCE)
649 @IntDef(prefix = "AUDIO_CODEC_", value = {
650 AUDIO_CODEC_NONE,
651 AUDIO_CODEC_AMR,
652 AUDIO_CODEC_AMR_WB,
653 AUDIO_CODEC_QCELP13K,
654 AUDIO_CODEC_EVRC,
655 AUDIO_CODEC_EVRC_B,
656 AUDIO_CODEC_EVRC_WB,
657 AUDIO_CODEC_EVRC_NW,
658 AUDIO_CODEC_GSM_EFR,
659 AUDIO_CODEC_GSM_FR,
660 AUDIO_CODEC_GSM_HR,
661 AUDIO_CODEC_G711U,
662 AUDIO_CODEC_G723,
663 AUDIO_CODEC_G711A,
664 AUDIO_CODEC_G722,
665 AUDIO_CODEC_G711AB,
666 AUDIO_CODEC_G729,
667 AUDIO_CODEC_EVS_NB,
668 AUDIO_CODEC_EVS_SWB,
669 AUDIO_CODEC_EVS_FB
670 })
671 public @interface AudioCodec {}
672
allenwtsu2aca9892019-11-25 14:38:21 +0800673 /**
Tyler Gunn335ff2e2015-07-30 14:18:33 -0700674 * Connection extra key used to store the last forwarded number associated with the current
675 * connection. Used to communicate to the user interface that the connection was forwarded via
676 * the specified number.
677 */
678 public static final String EXTRA_LAST_FORWARDED_NUMBER =
679 "android.telecom.extra.LAST_FORWARDED_NUMBER";
680
681 /**
682 * Connection extra key used to store a child number associated with the current connection.
683 * Used to communicate to the user interface that the connection was received via
684 * a child address (i.e. phone number) associated with the {@link PhoneAccount}'s primary
685 * address.
686 */
687 public static final String EXTRA_CHILD_ADDRESS = "android.telecom.extra.CHILD_ADDRESS";
688
689 /**
690 * Connection extra key used to store the subject for an incoming call. The user interface can
691 * query this extra and display its contents for incoming calls. Will only be used if the
692 * {@link PhoneAccount} supports the capability {@link PhoneAccount#CAPABILITY_CALL_SUBJECT}.
693 */
694 public static final String EXTRA_CALL_SUBJECT = "android.telecom.extra.CALL_SUBJECT";
695
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800696 /**
Tyler Gunn4b6614e2016-06-22 10:35:13 -0700697 * Boolean connection extra key set on a {@link Connection} in
698 * {@link Connection#STATE_RINGING} state to indicate that answering the call will cause the
699 * current active foreground call to be dropped.
700 */
701 public static final String EXTRA_ANSWERING_DROPS_FG_CALL =
702 "android.telecom.extra.ANSWERING_DROPS_FG_CALL";
703
704 /**
Tyler Gunn37653562017-03-13 18:15:15 -0700705 * String connection extra key set on a {@link Connection} in {@link Connection#STATE_RINGING}
706 * state to indicate the name of the third-party app which is responsible for the current
707 * foreground call.
708 * <p>
709 * Used when {@link #EXTRA_ANSWERING_DROPS_FG_CALL} is true to ensure that the default Phone app
710 * is able to inform the user that answering the new incoming call will cause a call owned by
711 * another app to be dropped when the incoming call is answered.
712 */
713 public static final String EXTRA_ANSWERING_DROPS_FG_CALL_APP_NAME =
714 "android.telecom.extra.ANSWERING_DROPS_FG_CALL_APP_NAME";
715
716 /**
Hall Liu10208662016-06-15 17:55:00 -0700717 * Boolean connection extra key on a {@link Connection} which indicates that adding an
Hall Liuee6e86b2016-07-06 16:32:43 -0700718 * additional call is disallowed.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700719 * <p>
720 * Used for mobile-network calls to identify scenarios where carrier requirements preclude
721 * adding another call at the current time.
Hall Liu10208662016-06-15 17:55:00 -0700722 * @hide
723 */
Tyler Gunnc63f9082019-10-15 13:19:26 -0700724 @SystemApi
Hall Liuee6e86b2016-07-06 16:32:43 -0700725 public static final String EXTRA_DISABLE_ADD_CALL =
726 "android.telecom.extra.DISABLE_ADD_CALL";
Hall Liu10208662016-06-15 17:55:00 -0700727
728 /**
Tyler Gunncd6ccfd2016-10-17 15:48:19 -0700729 * String connection extra key on a {@link Connection} or {@link Conference} which contains the
730 * original Connection ID associated with the connection. Used in
731 * {@link RemoteConnectionService} to track the Connection ID which was originally assigned to a
732 * connection/conference added via
733 * {@link ConnectionService#addExistingConnection(PhoneAccountHandle, Connection)} and
734 * {@link ConnectionService#addConference(Conference)} APIs. This is important to pass to
735 * Telecom for when it deals with RemoteConnections. When the ConnectionManager wraps the
736 * {@link RemoteConnection} and {@link RemoteConference} and adds it to Telecom, there needs to
737 * be a way to ensure that we don't add the connection again as a duplicate.
738 * <p>
739 * For example, the TelephonyCS calls addExistingConnection for a Connection with ID
740 * {@code TelephonyCS@1}. The ConnectionManager learns of this via
741 * {@link ConnectionService#onRemoteExistingConnectionAdded(RemoteConnection)}, and wraps this
742 * in a new {@link Connection} which it adds to Telecom via
743 * {@link ConnectionService#addExistingConnection(PhoneAccountHandle, Connection)}. As part of
744 * this process, the wrapped RemoteConnection gets assigned a new ID (e.g. {@code ConnMan@1}).
745 * The TelephonyCS will ALSO try to add the existing connection to Telecom, except with the
746 * ID it originally referred to the connection as. Thus Telecom needs to know that the
747 * Connection with ID {@code ConnMan@1} is really the same as {@code TelephonyCS@1}.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700748 * <p>
749 * This is an internal Telecom framework concept and is not exposed outside of the Telecom
750 * framework.
Tyler Gunncd6ccfd2016-10-17 15:48:19 -0700751 * @hide
752 */
753 public static final String EXTRA_ORIGINAL_CONNECTION_ID =
754 "android.telecom.extra.ORIGINAL_CONNECTION_ID";
755
756 /**
Tyler Gunnc59fd0c2020-04-17 14:03:35 -0700757 * Extra key set on a {@link Connection} when it was created via a remote connection service.
758 * For example, if a connection manager requests a remote connection service to create a call
759 * using one of the remote connection service's phone account handle, this extra will be set so
760 * that Telecom knows that the wrapped remote connection originated in a remote connection
761 * service. We stash this in the extras since connection managers will typically copy the
762 * extras from a {@link RemoteConnection} to a {@link Connection} (there is ultimately not
763 * other way to relate a {@link RemoteConnection} to a {@link Connection}.
764 * @hide
765 */
766 public static final String EXTRA_REMOTE_PHONE_ACCOUNT_HANDLE =
767 "android.telecom.extra.REMOTE_PHONE_ACCOUNT_HANDLE";
768
769 /**
770 * Extra key set from a {@link ConnectionService} when using the remote connection APIs
771 * (e.g. {@link RemoteConnectionService#createRemoteConnection(PhoneAccountHandle,
772 * ConnectionRequest, boolean)}) to create a remote connection. Provides the receiving
773 * {@link ConnectionService} with a means to know the package name of the requesting
774 * {@link ConnectionService} so that {@link #EXTRA_REMOTE_PHONE_ACCOUNT_HANDLE} can be set for
775 * better visibility in Telecom of where a connection ultimately originated.
776 * @hide
777 */
778 public static final String EXTRA_REMOTE_CONNECTION_ORIGINATING_PACKAGE_NAME =
779 "android.telecom.extra.REMOTE_CONNECTION_ORIGINATING_PACKAGE_NAME";
780
781 /**
Wileen Chiuf2ec2982018-07-01 14:21:50 -0700782 * Boolean connection extra key set on the extras passed to
783 * {@link Connection#sendConnectionEvent} which indicates that audio is present
784 * on the RTT call when the extra value is true.
785 */
786 public static final String EXTRA_IS_RTT_AUDIO_PRESENT =
787 "android.telecom.extra.IS_RTT_AUDIO_PRESENT";
788
789 /**
Tyler Gunn1c687622019-12-20 11:08:13 -0800790 * The audio codec in use for the current {@link Connection}, if known. Examples of valid
791 * values include {@link #AUDIO_CODEC_AMR_WB} and {@link #AUDIO_CODEC_EVS_WB}.
allenwtsu2aca9892019-11-25 14:38:21 +0800792 */
Tyler Gunn1c687622019-12-20 11:08:13 -0800793 public static final @AudioCodec String EXTRA_AUDIO_CODEC =
allenwtsu2aca9892019-11-25 14:38:21 +0800794 "android.telecom.extra.AUDIO_CODEC";
795
796 /**
allenwtsu6ec972a2020-11-10 17:32:46 +0800797 * Float connection extra key used to store the audio codec bitrate in kbps for the current
798 * {@link Connection}.
799 */
800 public static final String EXTRA_AUDIO_CODEC_BITRATE_KBPS =
801 "android.telecom.extra.AUDIO_CODEC_BITRATE_KBPS";
802
803 /**
804 * Float connection extra key used to store the audio codec bandwidth in khz for the current
805 * {@link Connection}.
806 */
807 public static final String EXTRA_AUDIO_CODEC_BANDWIDTH_KHZ =
808 "android.telecom.extra.AUDIO_CODEC_BANDWIDTH_KHZ";
Tyler Gunn78a59ff2021-05-07 16:41:19 -0700809
810 /**
811 * Boolean connection extra key used to indicate whether device to device communication is
812 * available for the current call.
813 * @hide
814 */
815 public static final String EXTRA_IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE =
816 "android.telecom.extra.IS_DEVICE_TO_DEVICE_COMMUNICATION_AVAILABLE";
817
allenwtsu6ec972a2020-11-10 17:32:46 +0800818 /**
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800819 * Connection event used to inform Telecom that it should play the on hold tone. This is used
820 * to play a tone when the peer puts the current call on hold. Sent to Telecom via
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700821 * {@link #sendConnectionEvent(String, Bundle)}.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800822 */
823 public static final String EVENT_ON_HOLD_TONE_START =
824 "android.telecom.event.ON_HOLD_TONE_START";
825
826 /**
827 * Connection event used to inform Telecom that it should stop the on hold tone. This is used
828 * to stop a tone when the peer puts the current call on hold. Sent to Telecom via
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700829 * {@link #sendConnectionEvent(String, Bundle)}.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -0800830 */
831 public static final String EVENT_ON_HOLD_TONE_END =
832 "android.telecom.event.ON_HOLD_TONE_END";
833
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700834 /**
835 * Connection event used to inform {@link InCallService}s when pulling of an external call has
836 * failed. The user interface should inform the user of the error.
837 * <p>
838 * Expected to be used by the {@link ConnectionService} when the {@link Call#pullExternalCall()}
839 * API is called on a {@link Call} with the properties
840 * {@link Call.Details#PROPERTY_IS_EXTERNAL_CALL} and
841 * {@link Call.Details#CAPABILITY_CAN_PULL_CALL}, but the {@link ConnectionService} could not
842 * pull the external call due to an error condition.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700843 * <p>
844 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
845 * expected to be null when this connection event is used.
Tyler Gunn876dbfb2016-03-14 15:18:07 -0700846 */
847 public static final String EVENT_CALL_PULL_FAILED = "android.telecom.event.CALL_PULL_FAILED";
848
Brad Ebinger2c1c16452016-05-27 15:58:10 -0700849 /**
850 * Connection event used to inform {@link InCallService}s when the merging of two calls has
851 * failed. The User Interface should use this message to inform the user of the error.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -0700852 * <p>
853 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
854 * expected to be null when this connection event is used.
Brad Ebinger2c1c16452016-05-27 15:58:10 -0700855 */
856 public static final String EVENT_CALL_MERGE_FAILED = "android.telecom.event.CALL_MERGE_FAILED";
857
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700858 /**
Hall Liu06ae75b2019-03-11 19:11:35 -0700859 * Connection event used to inform Telecom when a hold operation on a call has failed.
Tyler Gunnc63f9082019-10-15 13:19:26 -0700860 * <p>
Hall Liu06ae75b2019-03-11 19:11:35 -0700861 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
862 * expected to be null when this connection event is used.
Hall Liu06ae75b2019-03-11 19:11:35 -0700863 */
864 public static final String EVENT_CALL_HOLD_FAILED = "android.telecom.event.CALL_HOLD_FAILED";
865
866 /**
Masaho Nishikawacb8fa742019-11-07 14:41:21 +0900867 * Connection event used to inform Telecom when a switch operation on a call has failed.
868 * <p>
869 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
870 * expected to be null when this connection event is used.
871 */
872 public static final String EVENT_CALL_SWITCH_FAILED =
873 "android.telecom.event.CALL_SWITCH_FAILED";
874
875 /**
Tyler Gunn78da7812017-05-09 14:34:57 -0700876 * Connection event used to inform {@link InCallService}s when the process of merging a
877 * Connection into a conference has begun.
878 * <p>
879 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
880 * expected to be null when this connection event is used.
Tyler Gunn78da7812017-05-09 14:34:57 -0700881 */
882 public static final String EVENT_MERGE_START = "android.telecom.event.MERGE_START";
883
884 /**
885 * Connection event used to inform {@link InCallService}s when the process of merging a
886 * Connection into a conference has completed.
887 * <p>
888 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
889 * expected to be null when this connection event is used.
Tyler Gunn78da7812017-05-09 14:34:57 -0700890 */
891 public static final String EVENT_MERGE_COMPLETE = "android.telecom.event.MERGE_COMPLETE";
892
893 /**
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700894 * Connection event used to inform {@link InCallService}s when a call has been put on hold by
895 * the remote party.
896 * <p>
897 * This is different than the {@link Connection#STATE_HOLDING} state which indicates that the
898 * call is being held locally on the device. When a capable {@link ConnectionService} receives
899 * signalling to indicate that the remote party has put the call on hold, it can send this
900 * connection event.
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700901 */
902 public static final String EVENT_CALL_REMOTELY_HELD =
903 "android.telecom.event.CALL_REMOTELY_HELD";
904
905 /**
906 * Connection event used to inform {@link InCallService}s when a call which was remotely held
907 * (see {@link #EVENT_CALL_REMOTELY_HELD}) has been un-held by the remote party.
908 * <p>
909 * This is different than the {@link Connection#STATE_HOLDING} state which indicates that the
910 * call is being held locally on the device. When a capable {@link ConnectionService} receives
911 * signalling to indicate that the remote party has taken the call off hold, it can send this
912 * connection event.
Tyler Gunnb5ed8602016-08-17 13:48:27 -0700913 */
914 public static final String EVENT_CALL_REMOTELY_UNHELD =
915 "android.telecom.event.CALL_REMOTELY_UNHELD";
916
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700917 /**
918 * Connection event used to inform an {@link InCallService} which initiated a call handover via
919 * {@link Call#EVENT_REQUEST_HANDOVER} that the handover from this {@link Connection} has
920 * successfully completed.
921 * @hide
Tyler Gunn1a505fa2018-09-14 13:36:38 -0700922 * @deprecated Use {@link Call#handoverTo(PhoneAccountHandle, int, Bundle)} and its associated
923 * APIs instead.
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700924 */
925 public static final String EVENT_HANDOVER_COMPLETE =
926 "android.telecom.event.HANDOVER_COMPLETE";
927
928 /**
929 * Connection event used to inform an {@link InCallService} which initiated a call handover via
930 * {@link Call#EVENT_REQUEST_HANDOVER} that the handover from this {@link Connection} has failed
931 * to complete.
932 * @hide
Tyler Gunn1a505fa2018-09-14 13:36:38 -0700933 * @deprecated Use {@link Call#handoverTo(PhoneAccountHandle, int, Bundle)} and its associated
934 * APIs instead.
Tyler Gunn9f6f0472017-04-17 18:25:22 -0700935 */
936 public static final String EVENT_HANDOVER_FAILED =
937 "android.telecom.event.HANDOVER_FAILED";
938
shilub7ec9a02018-11-09 15:52:04 -0800939 /**
Shi Lu528eb5b2019-02-08 05:09:11 +0000940 * String Connection extra key used to store SIP invite fields for an incoming call for IMS call
shilub7ec9a02018-11-09 15:52:04 -0800941 */
942 public static final String EXTRA_SIP_INVITE = "android.telecom.extra.SIP_INVITE";
943
Wileen Chiuf2ec2982018-07-01 14:21:50 -0700944 /**
945 * Connection event used to inform an {@link InCallService} that the RTT audio indication
946 * has changed.
947 */
948 public static final String EVENT_RTT_AUDIO_INDICATION_CHANGED =
949 "android.telecom.event.RTT_AUDIO_INDICATION_CHANGED";
950
Tyler Gunnd5821842021-02-05 11:12:57 -0800951 /**
952 * Connection event used to signal between the telephony {@link ConnectionService} and Telecom
953 * when device to device messages are sent/received.
954 * <p>
955 * Device to device messages originating from the network are sent by telephony using
956 * {@link Connection#sendConnectionEvent(String, Bundle)} and are routed up to any active
957 * {@link CallDiagnosticService} implementation which is active.
958 * <p>
959 * Likewise, if a {@link CallDiagnosticService} sends a message using
Tyler Gunn066de602021-03-16 09:58:07 -0700960 * {@link CallDiagnostics#sendDeviceToDeviceMessage(int, int)}, it will be routed to telephony
Tyler Gunnd5821842021-02-05 11:12:57 -0800961 * via {@link Connection#onCallEvent(String, Bundle)}. The telephony stack will relay the
962 * message to the other device.
963 * @hide
964 */
965 @SystemApi
966 public static final String EVENT_DEVICE_TO_DEVICE_MESSAGE =
967 "android.telecom.event.DEVICE_TO_DEVICE_MESSAGE";
968
969 /**
970 * Sent along with {@link #EVENT_DEVICE_TO_DEVICE_MESSAGE} to indicate the device to device
971 * message type.
972 *
Tyler Gunn066de602021-03-16 09:58:07 -0700973 * See {@link CallDiagnostics} for more information.
Tyler Gunnd5821842021-02-05 11:12:57 -0800974 * @hide
975 */
976 @SystemApi
977 public static final String EXTRA_DEVICE_TO_DEVICE_MESSAGE_TYPE =
978 "android.telecom.extra.DEVICE_TO_DEVICE_MESSAGE_TYPE";
979
980 /**
981 * Sent along with {@link #EVENT_DEVICE_TO_DEVICE_MESSAGE} to indicate the device to device
982 * message value.
983 * <p>
Tyler Gunn066de602021-03-16 09:58:07 -0700984 * See {@link CallDiagnostics} for more information.
Tyler Gunnd5821842021-02-05 11:12:57 -0800985 * @hide
986 */
987 @SystemApi
988 public static final String EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE =
989 "android.telecom.extra.DEVICE_TO_DEVICE_MESSAGE_VALUE";
990
Tyler Gunn0a1c6d12021-03-12 15:44:08 -0800991 /**
992 * Connection event used to communicate a {@link android.telephony.CallQuality} report from
993 * telephony to Telecom for relaying to
994 * {@link DiagnosticCall#onCallQualityReceived(CallQuality)}.
995 * @hide
996 */
997 public static final String EVENT_CALL_QUALITY_REPORT =
998 "android.telecom.event.CALL_QUALITY_REPORT";
999
1000 /**
1001 * Extra sent with {@link #EVENT_CALL_QUALITY_REPORT} containing the
1002 * {@link android.telephony.CallQuality} data.
1003 * @hide
1004 */
1005 public static final String EXTRA_CALL_QUALITY_REPORT =
1006 "android.telecom.extra.CALL_QUALITY_REPORT";
1007
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001008 // Flag controlling whether PII is emitted into the logs
1009 private static final boolean PII_DEBUG = Log.isLoggable(android.util.Log.DEBUG);
1010
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001011 /**
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07001012 * Renders a set of capability bits ({@code CAPABILITY_*}) as a human readable string.
1013 *
1014 * @param capabilities A capability bit field.
1015 * @return A human readable string representation.
1016 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001017 public static String capabilitiesToString(int capabilities) {
Santos Cordon1a749302016-07-26 16:08:53 -07001018 return capabilitiesToStringInternal(capabilities, true /* isLong */);
1019 }
1020
1021 /**
1022 * Renders a set of capability bits ({@code CAPABILITY_*}) as a *short* human readable
1023 * string.
1024 *
1025 * @param capabilities A capability bit field.
1026 * @return A human readable string representation.
1027 * @hide
1028 */
1029 public static String capabilitiesToStringShort(int capabilities) {
1030 return capabilitiesToStringInternal(capabilities, false /* isLong */);
1031 }
1032
1033 private static String capabilitiesToStringInternal(int capabilities, boolean isLong) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001034 StringBuilder builder = new StringBuilder();
Santos Cordon1a749302016-07-26 16:08:53 -07001035 builder.append("[");
1036 if (isLong) {
1037 builder.append("Capabilities:");
1038 }
1039
Tyler Gunnc63f9082019-10-15 13:19:26 -07001040 if ((capabilities & CAPABILITY_HOLD) == CAPABILITY_HOLD) {
Santos Cordon1a749302016-07-26 16:08:53 -07001041 builder.append(isLong ? " CAPABILITY_HOLD" : " hld");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001042 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001043 if ((capabilities & CAPABILITY_SUPPORT_HOLD) == CAPABILITY_SUPPORT_HOLD) {
Santos Cordon1a749302016-07-26 16:08:53 -07001044 builder.append(isLong ? " CAPABILITY_SUPPORT_HOLD" : " sup_hld");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001045 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001046 if ((capabilities & CAPABILITY_MERGE_CONFERENCE) == CAPABILITY_MERGE_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001047 builder.append(isLong ? " CAPABILITY_MERGE_CONFERENCE" : " mrg_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001048 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001049 if ((capabilities & CAPABILITY_SWAP_CONFERENCE) == CAPABILITY_SWAP_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001050 builder.append(isLong ? " CAPABILITY_SWAP_CONFERENCE" : " swp_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001051 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001052 if ((capabilities & CAPABILITY_RESPOND_VIA_TEXT) == CAPABILITY_RESPOND_VIA_TEXT) {
Santos Cordon1a749302016-07-26 16:08:53 -07001053 builder.append(isLong ? " CAPABILITY_RESPOND_VIA_TEXT" : " txt");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001054 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001055 if ((capabilities & CAPABILITY_MUTE) == CAPABILITY_MUTE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001056 builder.append(isLong ? " CAPABILITY_MUTE" : " mut");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001057 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001058 if ((capabilities & CAPABILITY_MANAGE_CONFERENCE) == CAPABILITY_MANAGE_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001059 builder.append(isLong ? " CAPABILITY_MANAGE_CONFERENCE" : " mng_cnf");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001060 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001061 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_RX) == CAPABILITY_SUPPORTS_VT_LOCAL_RX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001062 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_RX" : " VTlrx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001063 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001064 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_TX) == CAPABILITY_SUPPORTS_VT_LOCAL_TX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001065 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_TX" : " VTltx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001066 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001067 if ((capabilities & CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL)
1068 == CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001069 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL" : " VTlbi");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001070 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001071 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_RX) == CAPABILITY_SUPPORTS_VT_REMOTE_RX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001072 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_RX" : " VTrrx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001073 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001074 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_TX) == CAPABILITY_SUPPORTS_VT_REMOTE_TX) {
Santos Cordon1a749302016-07-26 16:08:53 -07001075 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_TX" : " VTrtx");
Andrew Lee5e9e8bb2015-03-10 13:58:24 -07001076 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001077 if ((capabilities & CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL)
1078 == CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001079 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL" : " VTrbi");
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001080 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001081 if ((capabilities & CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO)
1082 == CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001083 builder.append(isLong ? " CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO" : " !v2a");
Tyler Gunnf97a0092016-01-19 15:59:34 -08001084 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001085 if ((capabilities & CAPABILITY_SPEED_UP_MT_AUDIO) == CAPABILITY_SPEED_UP_MT_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001086 builder.append(isLong ? " CAPABILITY_SPEED_UP_MT_AUDIO" : " spd_aud");
Dong Zhou89f41eb2015-03-15 11:59:49 -05001087 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001088 if ((capabilities & CAPABILITY_CAN_UPGRADE_TO_VIDEO) == CAPABILITY_CAN_UPGRADE_TO_VIDEO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001089 builder.append(isLong ? " CAPABILITY_CAN_UPGRADE_TO_VIDEO" : " a2v");
Rekha Kumar07366812015-03-24 16:42:31 -07001090 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001091 if ((capabilities & CAPABILITY_CAN_PAUSE_VIDEO) == CAPABILITY_CAN_PAUSE_VIDEO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001092 builder.append(isLong ? " CAPABILITY_CAN_PAUSE_VIDEO" : " paus_VT");
Tyler Gunnb5e0cfb2015-04-07 16:10:51 -07001093 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001094 if ((capabilities & CAPABILITY_CONFERENCE_HAS_NO_CHILDREN)
1095 == CAPABILITY_CONFERENCE_HAS_NO_CHILDREN) {
Santos Cordon1a749302016-07-26 16:08:53 -07001096 builder.append(isLong ? " CAPABILITY_SINGLE_PARTY_CONFERENCE" : " 1p_cnf");
Tyler Gunnd4091732015-06-29 09:15:37 -07001097 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001098 if ((capabilities & CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION)
1099 == CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION) {
Santos Cordon1a749302016-07-26 16:08:53 -07001100 builder.append(isLong ? " CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION" : " rsp_by_con");
Bryce Lee81901682015-08-28 16:38:02 -07001101 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001102 if ((capabilities & CAPABILITY_CAN_PULL_CALL) == CAPABILITY_CAN_PULL_CALL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001103 builder.append(isLong ? " CAPABILITY_CAN_PULL_CALL" : " pull");
Tyler Gunn876dbfb2016-03-14 15:18:07 -07001104 }
Tyler Gunnc63f9082019-10-15 13:19:26 -07001105 if ((capabilities & CAPABILITY_SUPPORT_DEFLECT) == CAPABILITY_SUPPORT_DEFLECT) {
Pooja Jaind34698d2017-12-28 14:15:31 +05301106 builder.append(isLong ? " CAPABILITY_SUPPORT_DEFLECT" : " sup_def");
1107 }
Ravi Paluri404babb2020-01-23 19:02:44 +05301108 if ((capabilities & CAPABILITY_ADD_PARTICIPANT) == CAPABILITY_ADD_PARTICIPANT) {
1109 builder.append(isLong ? " CAPABILITY_ADD_PARTICIPANT" : " add_participant");
1110 }
Ravi Palurif4b38e72020-02-05 12:35:41 +05301111 if ((capabilities & CAPABILITY_TRANSFER) == CAPABILITY_TRANSFER) {
1112 builder.append(isLong ? " CAPABILITY_TRANSFER" : " sup_trans");
1113 }
1114 if ((capabilities & CAPABILITY_TRANSFER_CONSULTATIVE)
1115 == CAPABILITY_TRANSFER_CONSULTATIVE) {
1116 builder.append(isLong ? " CAPABILITY_TRANSFER_CONSULTATIVE" : " sup_cTrans");
1117 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001118 builder.append("]");
1119 return builder.toString();
1120 }
1121
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07001122 /**
1123 * Renders a set of property bits ({@code PROPERTY_*}) as a human readable string.
1124 *
1125 * @param properties A property bit field.
1126 * @return A human readable string representation.
1127 */
Tyler Gunn720c6642016-03-22 09:02:47 -07001128 public static String propertiesToString(int properties) {
Santos Cordon1a749302016-07-26 16:08:53 -07001129 return propertiesToStringInternal(properties, true /* isLong */);
1130 }
1131
1132 /**
1133 * Renders a set of property bits ({@code PROPERTY_*}) as a *short* human readable string.
1134 *
1135 * @param properties A property bit field.
1136 * @return A human readable string representation.
1137 * @hide
1138 */
1139 public static String propertiesToStringShort(int properties) {
1140 return propertiesToStringInternal(properties, false /* isLong */);
1141 }
1142
1143 private static String propertiesToStringInternal(int properties, boolean isLong) {
Tyler Gunn720c6642016-03-22 09:02:47 -07001144 StringBuilder builder = new StringBuilder();
Santos Cordon1a749302016-07-26 16:08:53 -07001145 builder.append("[");
1146 if (isLong) {
1147 builder.append("Properties:");
1148 }
Tyler Gunn720c6642016-03-22 09:02:47 -07001149
Tyler Gunnc63f9082019-10-15 13:19:26 -07001150 if ((properties & PROPERTY_SELF_MANAGED) == PROPERTY_SELF_MANAGED) {
Tyler Gunnf5035432017-01-09 09:43:12 -08001151 builder.append(isLong ? " PROPERTY_SELF_MANAGED" : " self_mng");
1152 }
1153
Tyler Gunnc63f9082019-10-15 13:19:26 -07001154 if ((properties & PROPERTY_EMERGENCY_CALLBACK_MODE) == PROPERTY_EMERGENCY_CALLBACK_MODE) {
Hall Liu25c7c4d2016-08-30 13:41:02 -07001155 builder.append(isLong ? " PROPERTY_EMERGENCY_CALLBACK_MODE" : " ecbm");
Tyler Gunn720c6642016-03-22 09:02:47 -07001156 }
1157
Tyler Gunnc63f9082019-10-15 13:19:26 -07001158 if ((properties & PROPERTY_HIGH_DEF_AUDIO) == PROPERTY_HIGH_DEF_AUDIO) {
Santos Cordon1a749302016-07-26 16:08:53 -07001159 builder.append(isLong ? " PROPERTY_HIGH_DEF_AUDIO" : " HD");
Tyler Gunn720c6642016-03-22 09:02:47 -07001160 }
1161
Tyler Gunnc63f9082019-10-15 13:19:26 -07001162 if ((properties & PROPERTY_WIFI) == PROPERTY_WIFI) {
Santos Cordon1a749302016-07-26 16:08:53 -07001163 builder.append(isLong ? " PROPERTY_WIFI" : " wifi");
Tyler Gunn720c6642016-03-22 09:02:47 -07001164 }
1165
Tyler Gunnc63f9082019-10-15 13:19:26 -07001166 if ((properties & PROPERTY_GENERIC_CONFERENCE) == PROPERTY_GENERIC_CONFERENCE) {
Santos Cordon1a749302016-07-26 16:08:53 -07001167 builder.append(isLong ? " PROPERTY_GENERIC_CONFERENCE" : " gen_conf");
Tyler Gunn720c6642016-03-22 09:02:47 -07001168 }
1169
Tyler Gunnc63f9082019-10-15 13:19:26 -07001170 if ((properties & PROPERTY_IS_EXTERNAL_CALL) == PROPERTY_IS_EXTERNAL_CALL) {
Santos Cordon1a749302016-07-26 16:08:53 -07001171 builder.append(isLong ? " PROPERTY_IS_EXTERNAL_CALL" : " xtrnl");
Tyler Gunn720c6642016-03-22 09:02:47 -07001172 }
1173
Tyler Gunnc63f9082019-10-15 13:19:26 -07001174 if ((properties & PROPERTY_HAS_CDMA_VOICE_PRIVACY) == PROPERTY_HAS_CDMA_VOICE_PRIVACY) {
Santos Cordon1a749302016-07-26 16:08:53 -07001175 builder.append(isLong ? " PROPERTY_HAS_CDMA_VOICE_PRIVACY" : " priv");
Brad Ebinger15847072016-05-18 11:08:36 -07001176 }
1177
Tyler Gunnc63f9082019-10-15 13:19:26 -07001178 if ((properties & PROPERTY_IS_RTT) == PROPERTY_IS_RTT) {
Hall Liud4d2a8a2018-01-29 17:22:02 -08001179 builder.append(isLong ? " PROPERTY_IS_RTT" : " rtt");
1180 }
1181
Tyler Gunnc63f9082019-10-15 13:19:26 -07001182 if ((properties & PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL)
1183 == PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL) {
Tyler Gunn5bd90852018-09-21 09:37:07 -07001184 builder.append(isLong ? " PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL" : " ecall");
1185 }
1186
Tyler Gunnc63f9082019-10-15 13:19:26 -07001187 if ((properties & PROPERTY_REMOTELY_HOSTED) == PROPERTY_REMOTELY_HOSTED) {
Tyler Gunnac60f952019-05-31 07:23:16 -07001188 builder.append(isLong ? " PROPERTY_REMOTELY_HOSTED" : " remote_hst");
1189 }
1190
Ravi Paluri80aa2142019-12-02 11:57:37 +05301191 if ((properties & PROPERTY_IS_ADHOC_CONFERENCE) == PROPERTY_IS_ADHOC_CONFERENCE) {
1192 builder.append(isLong ? " PROPERTY_IS_ADHOC_CONFERENCE" : " adhoc_conf");
1193 }
1194
Hall Liue0f787c2020-07-08 11:25:56 -07001195 if ((properties & PROPERTY_IS_DOWNGRADED_CONFERENCE) == PROPERTY_IS_DOWNGRADED_CONFERENCE) {
1196 builder.append(isLong ? " PROPERTY_IS_DOWNGRADED_CONFERENCE" : " dngrd_conf");
1197 }
1198
Tyler Gunn720c6642016-03-22 09:02:47 -07001199 builder.append("]");
1200 return builder.toString();
1201 }
1202
Sailesh Nepal091768c2014-06-30 15:15:23 -07001203 /** @hide */
Tyler Gunn633e4c32019-10-24 15:40:48 -07001204 abstract static class Listener {
Ihab Awad542e0ea2014-05-16 10:22:16 -07001205 public void onStateChanged(Connection c, int state) {}
Andrew Lee100e2932014-09-08 15:34:24 -07001206 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {}
Sailesh Nepal61203862014-07-11 14:50:13 -07001207 public void onCallerDisplayNameChanged(
1208 Connection c, String callerDisplayName, int presentation) {}
Tyler Gunnaa07df82014-07-17 07:50:22 -07001209 public void onVideoStateChanged(Connection c, int videoState) {}
Andrew Lee7f3d41f2014-09-11 17:33:16 -07001210 public void onDisconnected(Connection c, DisconnectCause disconnectCause) {}
Sailesh Nepal091768c2014-06-30 15:15:23 -07001211 public void onPostDialWait(Connection c, String remaining) {}
Nancy Chen27d1c2d2014-12-15 16:12:50 -08001212 public void onPostDialChar(Connection c, char nextChar) {}
Andrew Lee100e2932014-09-08 15:34:24 -07001213 public void onRingbackRequested(Connection c, boolean ringback) {}
Sailesh Nepal61203862014-07-11 14:50:13 -07001214 public void onDestroyed(Connection c) {}
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001215 public void onConnectionCapabilitiesChanged(Connection c, int capabilities) {}
Tyler Gunn720c6642016-03-22 09:02:47 -07001216 public void onConnectionPropertiesChanged(Connection c, int properties) {}
Christine Hallstrom2830ce92016-11-30 16:06:42 -08001217 public void onSupportedAudioRoutesChanged(Connection c, int supportedAudioRoutes) {}
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001218 public void onVideoProviderChanged(
1219 Connection c, VideoProvider videoProvider) {}
Sailesh Nepal001bbbb2014-07-15 14:40:39 -07001220 public void onAudioModeIsVoipChanged(Connection c, boolean isVoip) {}
1221 public void onStatusHintsChanged(Connection c, StatusHints statusHints) {}
Tyler Gunn6d76ca02014-11-17 15:49:51 -08001222 public void onConferenceablesChanged(
Tyler Gunndf2cbc82015-04-20 09:13:01 -07001223 Connection c, List<Conferenceable> conferenceables) {}
Santos Cordon823fd3c2014-08-07 18:35:18 -07001224 public void onConferenceChanged(Connection c, Conference conference) {}
Anthony Lee17455a32015-04-24 15:25:29 -07001225 public void onConferenceMergeFailed(Connection c) {}
Santos Cordon6b7f9552015-05-27 17:21:45 -07001226 public void onExtrasChanged(Connection c, Bundle extras) {}
Tyler Gunndee56a82016-03-23 16:06:34 -07001227 public void onExtrasRemoved(Connection c, List<String> keys) {}
Tyler Gunn876dbfb2016-03-14 15:18:07 -07001228 public void onConnectionEvent(Connection c, String event, Bundle extras) {}
Hall Liua98f58b52017-11-07 17:59:28 -08001229 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) {}
Hall Liub64ac4c2017-02-06 10:49:48 -08001230 public void onRttInitiationSuccess(Connection c) {}
1231 public void onRttInitiationFailure(Connection c, int reason) {}
1232 public void onRttSessionRemotelyTerminated(Connection c) {}
1233 public void onRemoteRttRequest(Connection c) {}
Srikanth Chintalafcb15012017-05-04 20:58:34 +05301234 /** @hide */
1235 public void onPhoneAccountChanged(Connection c, PhoneAccountHandle pHandle) {}
Mengjun Leng25707742017-07-04 11:10:37 +08001236 public void onConnectionTimeReset(Connection c) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07001237 }
1238
Tyler Gunnb702ef82015-05-29 11:51:53 -07001239 /**
Hall Liu95d55872017-01-25 17:12:49 -08001240 * Provides methods to read and write RTT data to/from the in-call app.
Hall Liu95d55872017-01-25 17:12:49 -08001241 */
1242 public static final class RttTextStream {
1243 private static final int READ_BUFFER_SIZE = 1000;
1244 private final InputStreamReader mPipeFromInCall;
1245 private final OutputStreamWriter mPipeToInCall;
Hall Liub64ac4c2017-02-06 10:49:48 -08001246 private final ParcelFileDescriptor mFdFromInCall;
1247 private final ParcelFileDescriptor mFdToInCall;
Hall Liu17eb1bd2018-07-03 15:17:41 -07001248
1249 private final FileInputStream mFromInCallFileInputStream;
Hall Liu95d55872017-01-25 17:12:49 -08001250 private char[] mReadBuffer = new char[READ_BUFFER_SIZE];
1251
1252 /**
1253 * @hide
1254 */
1255 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) {
Hall Liub64ac4c2017-02-06 10:49:48 -08001256 mFdFromInCall = fromInCall;
1257 mFdToInCall = toInCall;
Hall Liu17eb1bd2018-07-03 15:17:41 -07001258 mFromInCallFileInputStream = new FileInputStream(fromInCall.getFileDescriptor());
Hall Liu730a2592018-06-25 19:48:33 -07001259
1260 // Wrap the FileInputStream in a Channel so that it's interruptible.
Hall Liu95d55872017-01-25 17:12:49 -08001261 mPipeFromInCall = new InputStreamReader(
Hall Liu17eb1bd2018-07-03 15:17:41 -07001262 Channels.newInputStream(Channels.newChannel(mFromInCallFileInputStream)));
Hall Liu95d55872017-01-25 17:12:49 -08001263 mPipeToInCall = new OutputStreamWriter(
Hall Liua549fed2018-02-09 16:40:03 -08001264 new FileOutputStream(toInCall.getFileDescriptor()));
Hall Liu95d55872017-01-25 17:12:49 -08001265 }
1266
1267 /**
1268 * Writes the string {@param input} into the text stream to the UI for this RTT call. Since
1269 * RTT transmits text in real-time, this method should be called as often as text snippets
1270 * are received from the remote user, even if it is only one character.
Hall Liua549fed2018-02-09 16:40:03 -08001271 * <p>
Hall Liu95d55872017-01-25 17:12:49 -08001272 * This method is not thread-safe -- calling it from multiple threads simultaneously may
1273 * lead to interleaved text.
Hall Liua549fed2018-02-09 16:40:03 -08001274 *
Hall Liu95d55872017-01-25 17:12:49 -08001275 * @param input The message to send to the in-call app.
1276 */
1277 public void write(String input) throws IOException {
1278 mPipeToInCall.write(input);
1279 mPipeToInCall.flush();
1280 }
1281
1282
1283 /**
1284 * Reads a string from the in-call app, blocking if there is no data available. Returns
1285 * {@code null} if the RTT conversation has been terminated and there is no further data
1286 * to read.
Hall Liua549fed2018-02-09 16:40:03 -08001287 * <p>
Hall Liu95d55872017-01-25 17:12:49 -08001288 * This method is not thread-safe -- calling it from multiple threads simultaneously may
1289 * lead to interleaved text.
Hall Liua549fed2018-02-09 16:40:03 -08001290 *
Hall Liu95d55872017-01-25 17:12:49 -08001291 * @return A string containing text entered by the user, or {@code null} if the
1292 * conversation has been terminated or if there was an error while reading.
1293 */
Hall Liuffa4a812017-03-02 16:11:00 -08001294 public String read() throws IOException {
1295 int numRead = mPipeFromInCall.read(mReadBuffer, 0, READ_BUFFER_SIZE);
1296 if (numRead < 0) {
1297 return null;
1298 }
1299 return new String(mReadBuffer, 0, numRead);
1300 }
1301
1302 /**
1303 * Non-blocking version of {@link #read()}. Returns {@code null} if there is nothing to
1304 * be read.
Hall Liua549fed2018-02-09 16:40:03 -08001305 *
Hall Liuffa4a812017-03-02 16:11:00 -08001306 * @return A string containing text entered by the user, or {@code null} if the user has
1307 * not entered any new text yet.
1308 */
1309 public String readImmediately() throws IOException {
Hall Liu17eb1bd2018-07-03 15:17:41 -07001310 if (mFromInCallFileInputStream.available() > 0) {
Hall Liuffa4a812017-03-02 16:11:00 -08001311 return read();
1312 } else {
Hall Liu95d55872017-01-25 17:12:49 -08001313 return null;
1314 }
1315 }
Hall Liub64ac4c2017-02-06 10:49:48 -08001316
1317 /** @hide */
1318 public ParcelFileDescriptor getFdFromInCall() {
1319 return mFdFromInCall;
1320 }
1321
1322 /** @hide */
1323 public ParcelFileDescriptor getFdToInCall() {
1324 return mFdToInCall;
1325 }
1326 }
1327
1328 /**
1329 * Provides constants to represent the results of responses to session modify requests sent via
1330 * {@link Call#sendRttRequest()}
1331 */
1332 public static final class RttModifyStatus {
Hall Liu8dd49082017-04-21 14:33:12 -07001333 private RttModifyStatus() {}
Hall Liub64ac4c2017-02-06 10:49:48 -08001334 /**
1335 * Session modify request was successful.
1336 */
1337 public static final int SESSION_MODIFY_REQUEST_SUCCESS = 1;
1338
1339 /**
1340 * Session modify request failed.
1341 */
1342 public static final int SESSION_MODIFY_REQUEST_FAIL = 2;
1343
1344 /**
1345 * Session modify request ignored due to invalid parameters.
1346 */
1347 public static final int SESSION_MODIFY_REQUEST_INVALID = 3;
1348
1349 /**
1350 * Session modify request timed out.
1351 */
1352 public static final int SESSION_MODIFY_REQUEST_TIMED_OUT = 4;
1353
1354 /**
1355 * Session modify request rejected by remote user.
1356 */
1357 public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5;
Hall Liu95d55872017-01-25 17:12:49 -08001358 }
1359
1360 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001361 * Provides a means of controlling the video session associated with a {@link Connection}.
1362 * <p>
1363 * Implementations create a custom subclass of {@link VideoProvider} and the
1364 * {@link ConnectionService} creates an instance sets it on the {@link Connection} using
1365 * {@link Connection#setVideoProvider(VideoProvider)}. Any connection which supports video
1366 * should set the {@link VideoProvider}.
1367 * <p>
1368 * The {@link VideoProvider} serves two primary purposes: it provides a means for Telecom and
1369 * {@link InCallService} implementations to issue requests related to the video session;
1370 * it provides a means for the {@link ConnectionService} to report events and information
1371 * related to the video session to Telecom and the {@link InCallService} implementations.
1372 * <p>
1373 * {@link InCallService} implementations interact with the {@link VideoProvider} via
1374 * {@link android.telecom.InCallService.VideoCall}.
1375 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001376 public static abstract class VideoProvider {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001377 /**
1378 * Video is not being received (no protocol pause was issued).
Tyler Gunnb702ef82015-05-29 11:51:53 -07001379 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001380 */
1381 public static final int SESSION_EVENT_RX_PAUSE = 1;
Evan Charltonbf11f982014-07-20 22:06:28 -07001382
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001383 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001384 * Video reception has resumed after a {@link #SESSION_EVENT_RX_PAUSE}.
1385 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001386 */
1387 public static final int SESSION_EVENT_RX_RESUME = 2;
1388
1389 /**
1390 * Video transmission has begun. This occurs after a negotiated start of video transmission
1391 * when the underlying protocol has actually begun transmitting video to the remote party.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001392 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001393 */
1394 public static final int SESSION_EVENT_TX_START = 3;
1395
1396 /**
1397 * Video transmission has stopped. This occurs after a negotiated stop of video transmission
1398 * when the underlying protocol has actually stopped transmitting video to the remote party.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001399 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001400 */
1401 public static final int SESSION_EVENT_TX_STOP = 4;
1402
1403 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001404 * A camera failure has occurred for the selected camera. The {@link VideoProvider} can use
Tyler Gunnb702ef82015-05-29 11:51:53 -07001405 * this as a cue to inform the user the camera is not available.
1406 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001407 */
1408 public static final int SESSION_EVENT_CAMERA_FAILURE = 5;
1409
1410 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001411 * Issued after {@link #SESSION_EVENT_CAMERA_FAILURE} when the camera is once again ready
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001412 * for operation. The {@link VideoProvider} can use this as a cue to inform the user that
Tyler Gunnb702ef82015-05-29 11:51:53 -07001413 * the camera has become available again.
1414 * @see #handleCallSessionEvent(int)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001415 */
1416 public static final int SESSION_EVENT_CAMERA_READY = 6;
1417
1418 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001419 * Session event raised by Telecom when
1420 * {@link android.telecom.InCallService.VideoCall#setCamera(String)} is called and the
1421 * caller does not have the necessary {@link android.Manifest.permission#CAMERA} permission.
1422 * @see #handleCallSessionEvent(int)
1423 */
1424 public static final int SESSION_EVENT_CAMERA_PERMISSION_ERROR = 7;
1425
1426 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001427 * Session modify request was successful.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001428 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001429 */
1430 public static final int SESSION_MODIFY_REQUEST_SUCCESS = 1;
1431
1432 /**
1433 * Session modify request failed.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001434 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001435 */
1436 public static final int SESSION_MODIFY_REQUEST_FAIL = 2;
1437
1438 /**
1439 * Session modify request ignored due to invalid parameters.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001440 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001441 */
1442 public static final int SESSION_MODIFY_REQUEST_INVALID = 3;
1443
Rekha Kumar07366812015-03-24 16:42:31 -07001444 /**
1445 * Session modify request timed out.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001446 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Rekha Kumar07366812015-03-24 16:42:31 -07001447 */
1448 public static final int SESSION_MODIFY_REQUEST_TIMED_OUT = 4;
1449
1450 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001451 * Session modify request rejected by remote user.
1452 * @see #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)
Rekha Kumar07366812015-03-24 16:42:31 -07001453 */
1454 public static final int SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE = 5;
1455
Tyler Gunn75958422015-04-15 14:23:42 -07001456 private static final int MSG_ADD_VIDEO_CALLBACK = 1;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001457 private static final int MSG_SET_CAMERA = 2;
1458 private static final int MSG_SET_PREVIEW_SURFACE = 3;
1459 private static final int MSG_SET_DISPLAY_SURFACE = 4;
1460 private static final int MSG_SET_DEVICE_ORIENTATION = 5;
1461 private static final int MSG_SET_ZOOM = 6;
1462 private static final int MSG_SEND_SESSION_MODIFY_REQUEST = 7;
1463 private static final int MSG_SEND_SESSION_MODIFY_RESPONSE = 8;
1464 private static final int MSG_REQUEST_CAMERA_CAPABILITIES = 9;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001465 private static final int MSG_REQUEST_CONNECTION_DATA_USAGE = 10;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001466 private static final int MSG_SET_PAUSE_IMAGE = 11;
Tyler Gunn75958422015-04-15 14:23:42 -07001467 private static final int MSG_REMOVE_VIDEO_CALLBACK = 12;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001468
Tyler Gunn6f657ee2016-09-02 09:55:25 -07001469 private static final String SESSION_EVENT_RX_PAUSE_STR = "RX_PAUSE";
1470 private static final String SESSION_EVENT_RX_RESUME_STR = "RX_RESUME";
1471 private static final String SESSION_EVENT_TX_START_STR = "TX_START";
1472 private static final String SESSION_EVENT_TX_STOP_STR = "TX_STOP";
1473 private static final String SESSION_EVENT_CAMERA_FAILURE_STR = "CAMERA_FAIL";
1474 private static final String SESSION_EVENT_CAMERA_READY_STR = "CAMERA_READY";
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001475 private static final String SESSION_EVENT_CAMERA_PERMISSION_ERROR_STR =
1476 "CAMERA_PERMISSION_ERROR";
Tyler Gunn6f657ee2016-09-02 09:55:25 -07001477 private static final String SESSION_EVENT_UNKNOWN_STR = "UNKNOWN";
1478
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001479 private VideoProvider.VideoProviderHandler mMessageHandler;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001480 private final VideoProvider.VideoProviderBinder mBinder;
Tyler Gunn75958422015-04-15 14:23:42 -07001481
1482 /**
1483 * Stores a list of the video callbacks, keyed by IBinder.
Tyler Gunn84f381b2015-06-12 09:26:45 -07001484 *
1485 * ConcurrentHashMap constructor params: 8 is initial table size, 0.9f is
1486 * load factor before resizing, 1 means we only expect a single thread to
1487 * access the map so make only a single shard
Tyler Gunn75958422015-04-15 14:23:42 -07001488 */
Tyler Gunn84f381b2015-06-12 09:26:45 -07001489 private ConcurrentHashMap<IBinder, IVideoCallback> mVideoCallbacks =
1490 new ConcurrentHashMap<IBinder, IVideoCallback>(8, 0.9f, 1);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001491
1492 /**
1493 * Default handler used to consolidate binder method calls onto a single thread.
1494 */
1495 private final class VideoProviderHandler extends Handler {
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001496 public VideoProviderHandler() {
1497 super();
1498 }
1499
1500 public VideoProviderHandler(Looper looper) {
1501 super(looper);
1502 }
1503
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001504 @Override
1505 public void handleMessage(Message msg) {
1506 switch (msg.what) {
Tyler Gunn75958422015-04-15 14:23:42 -07001507 case MSG_ADD_VIDEO_CALLBACK: {
1508 IBinder binder = (IBinder) msg.obj;
1509 IVideoCallback callback = IVideoCallback.Stub
1510 .asInterface((IBinder) msg.obj);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001511 if (callback == null) {
1512 Log.w(this, "addVideoProvider - skipped; callback is null.");
1513 break;
1514 }
1515
Tyler Gunn75958422015-04-15 14:23:42 -07001516 if (mVideoCallbacks.containsKey(binder)) {
1517 Log.i(this, "addVideoProvider - skipped; already present.");
1518 break;
1519 }
1520 mVideoCallbacks.put(binder, callback);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001521 break;
Tyler Gunn75958422015-04-15 14:23:42 -07001522 }
1523 case MSG_REMOVE_VIDEO_CALLBACK: {
1524 IBinder binder = (IBinder) msg.obj;
1525 IVideoCallback callback = IVideoCallback.Stub
1526 .asInterface((IBinder) msg.obj);
1527 if (!mVideoCallbacks.containsKey(binder)) {
1528 Log.i(this, "removeVideoProvider - skipped; not present.");
1529 break;
1530 }
1531 mVideoCallbacks.remove(binder);
1532 break;
1533 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001534 case MSG_SET_CAMERA:
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001535 {
1536 SomeArgs args = (SomeArgs) msg.obj;
1537 try {
1538 onSetCamera((String) args.arg1);
1539 onSetCamera((String) args.arg1, (String) args.arg2, args.argi1,
Tyler Gunn159f35c2017-03-02 09:28:37 -08001540 args.argi2, args.argi3);
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001541 } finally {
1542 args.recycle();
1543 }
1544 }
1545 break;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001546 case MSG_SET_PREVIEW_SURFACE:
1547 onSetPreviewSurface((Surface) msg.obj);
1548 break;
1549 case MSG_SET_DISPLAY_SURFACE:
1550 onSetDisplaySurface((Surface) msg.obj);
1551 break;
1552 case MSG_SET_DEVICE_ORIENTATION:
1553 onSetDeviceOrientation(msg.arg1);
1554 break;
1555 case MSG_SET_ZOOM:
1556 onSetZoom((Float) msg.obj);
1557 break;
Tyler Gunn45382162015-05-06 08:52:27 -07001558 case MSG_SEND_SESSION_MODIFY_REQUEST: {
1559 SomeArgs args = (SomeArgs) msg.obj;
1560 try {
1561 onSendSessionModifyRequest((VideoProfile) args.arg1,
1562 (VideoProfile) args.arg2);
1563 } finally {
1564 args.recycle();
1565 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001566 break;
Tyler Gunn45382162015-05-06 08:52:27 -07001567 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001568 case MSG_SEND_SESSION_MODIFY_RESPONSE:
1569 onSendSessionModifyResponse((VideoProfile) msg.obj);
1570 break;
1571 case MSG_REQUEST_CAMERA_CAPABILITIES:
1572 onRequestCameraCapabilities();
1573 break;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001574 case MSG_REQUEST_CONNECTION_DATA_USAGE:
1575 onRequestConnectionDataUsage();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001576 break;
1577 case MSG_SET_PAUSE_IMAGE:
Yorke Lee32f24732015-05-12 16:18:03 -07001578 onSetPauseImage((Uri) msg.obj);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001579 break;
1580 default:
1581 break;
1582 }
1583 }
1584 }
1585
1586 /**
1587 * IVideoProvider stub implementation.
1588 */
1589 private final class VideoProviderBinder extends IVideoProvider.Stub {
Tyler Gunn75958422015-04-15 14:23:42 -07001590 public void addVideoCallback(IBinder videoCallbackBinder) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001591 mMessageHandler.obtainMessage(
Tyler Gunn75958422015-04-15 14:23:42 -07001592 MSG_ADD_VIDEO_CALLBACK, videoCallbackBinder).sendToTarget();
1593 }
1594
1595 public void removeVideoCallback(IBinder videoCallbackBinder) {
1596 mMessageHandler.obtainMessage(
1597 MSG_REMOVE_VIDEO_CALLBACK, videoCallbackBinder).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001598 }
1599
Tyler Gunn159f35c2017-03-02 09:28:37 -08001600 public void setCamera(String cameraId, String callingPackageName,
1601 int targetSdkVersion) {
1602
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001603 SomeArgs args = SomeArgs.obtain();
1604 args.arg1 = cameraId;
1605 // Propagate the calling package; originally determined in
1606 // android.telecom.InCallService.VideoCall#setCamera(String) from the calling
1607 // process.
1608 args.arg2 = callingPackageName;
1609 // Pass along the uid and pid of the calling app; this gets lost when we put the
1610 // message onto the handler. These are required for Telecom to perform a permission
1611 // check to see if the calling app is able to use the camera.
1612 args.argi1 = Binder.getCallingUid();
1613 args.argi2 = Binder.getCallingPid();
Tyler Gunn159f35c2017-03-02 09:28:37 -08001614 // Pass along the target SDK version of the calling InCallService. This is used to
1615 // maintain backwards compatibility of the API for older callers.
1616 args.argi3 = targetSdkVersion;
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001617 mMessageHandler.obtainMessage(MSG_SET_CAMERA, args).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001618 }
1619
1620 public void setPreviewSurface(Surface surface) {
1621 mMessageHandler.obtainMessage(MSG_SET_PREVIEW_SURFACE, surface).sendToTarget();
1622 }
1623
1624 public void setDisplaySurface(Surface surface) {
1625 mMessageHandler.obtainMessage(MSG_SET_DISPLAY_SURFACE, surface).sendToTarget();
1626 }
1627
1628 public void setDeviceOrientation(int rotation) {
Rekha Kumar07366812015-03-24 16:42:31 -07001629 mMessageHandler.obtainMessage(
1630 MSG_SET_DEVICE_ORIENTATION, rotation, 0).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001631 }
1632
1633 public void setZoom(float value) {
1634 mMessageHandler.obtainMessage(MSG_SET_ZOOM, value).sendToTarget();
1635 }
1636
Tyler Gunn45382162015-05-06 08:52:27 -07001637 public void sendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) {
1638 SomeArgs args = SomeArgs.obtain();
1639 args.arg1 = fromProfile;
1640 args.arg2 = toProfile;
1641 mMessageHandler.obtainMessage(MSG_SEND_SESSION_MODIFY_REQUEST, args).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001642 }
1643
1644 public void sendSessionModifyResponse(VideoProfile responseProfile) {
1645 mMessageHandler.obtainMessage(
1646 MSG_SEND_SESSION_MODIFY_RESPONSE, responseProfile).sendToTarget();
1647 }
1648
1649 public void requestCameraCapabilities() {
1650 mMessageHandler.obtainMessage(MSG_REQUEST_CAMERA_CAPABILITIES).sendToTarget();
1651 }
1652
1653 public void requestCallDataUsage() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001654 mMessageHandler.obtainMessage(MSG_REQUEST_CONNECTION_DATA_USAGE).sendToTarget();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001655 }
1656
Yorke Lee32f24732015-05-12 16:18:03 -07001657 public void setPauseImage(Uri uri) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001658 mMessageHandler.obtainMessage(MSG_SET_PAUSE_IMAGE, uri).sendToTarget();
1659 }
1660 }
1661
1662 public VideoProvider() {
1663 mBinder = new VideoProvider.VideoProviderBinder();
Tyler Gunn84f381b2015-06-12 09:26:45 -07001664 mMessageHandler = new VideoProvider.VideoProviderHandler(Looper.getMainLooper());
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001665 }
1666
1667 /**
1668 * Creates an instance of the {@link VideoProvider}, specifying the looper to use.
1669 *
1670 * @param looper The looper.
1671 * @hide
1672 */
Mathew Inwood42346d12018-08-01 11:33:05 +01001673 @UnsupportedAppUsage
Tyler Gunn4e9bbaf2015-05-22 15:43:28 -07001674 public VideoProvider(Looper looper) {
1675 mBinder = new VideoProvider.VideoProviderBinder();
1676 mMessageHandler = new VideoProvider.VideoProviderHandler(looper);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001677 }
1678
1679 /**
1680 * Returns binder object which can be used across IPC methods.
1681 * @hide
1682 */
1683 public final IVideoProvider getInterface() {
1684 return mBinder;
1685 }
1686
1687 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001688 * Sets the camera to be used for the outgoing video.
1689 * <p>
1690 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1691 * camera via
1692 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1693 * <p>
1694 * Sent from the {@link InCallService} via
1695 * {@link InCallService.VideoCall#setCamera(String)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001696 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001697 * @param cameraId The id of the camera (use ids as reported by
1698 * {@link CameraManager#getCameraIdList()}).
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001699 */
1700 public abstract void onSetCamera(String cameraId);
1701
1702 /**
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001703 * Sets the camera to be used for the outgoing video.
1704 * <p>
1705 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1706 * camera via
1707 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1708 * <p>
1709 * This prototype is used internally to ensure that the calling package name, UID and PID
1710 * are sent to Telecom so that can perform a camera permission check on the caller.
1711 * <p>
1712 * Sent from the {@link InCallService} via
1713 * {@link InCallService.VideoCall#setCamera(String)}.
1714 *
1715 * @param cameraId The id of the camera (use ids as reported by
1716 * {@link CameraManager#getCameraIdList()}).
1717 * @param callingPackageName The AppOpps package name of the caller.
1718 * @param callingUid The UID of the caller.
1719 * @param callingPid The PID of the caller.
Tyler Gunn159f35c2017-03-02 09:28:37 -08001720 * @param targetSdkVersion The target SDK version of the caller.
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001721 * @hide
1722 */
1723 public void onSetCamera(String cameraId, String callingPackageName, int callingUid,
Tyler Gunn159f35c2017-03-02 09:28:37 -08001724 int callingPid, int targetSdkVersion) {}
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001725
1726 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001727 * Sets the surface to be used for displaying a preview of what the user's camera is
1728 * currently capturing. When video transmission is enabled, this is the video signal which
1729 * is sent to the remote device.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001730 * <p>
1731 * Sent from the {@link InCallService} via
1732 * {@link InCallService.VideoCall#setPreviewSurface(Surface)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001733 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001734 * @param surface The {@link Surface}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001735 */
1736 public abstract void onSetPreviewSurface(Surface surface);
1737
1738 /**
1739 * Sets the surface to be used for displaying the video received from the remote device.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001740 * <p>
1741 * Sent from the {@link InCallService} via
1742 * {@link InCallService.VideoCall#setDisplaySurface(Surface)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001743 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001744 * @param surface The {@link Surface}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001745 */
1746 public abstract void onSetDisplaySurface(Surface surface);
1747
1748 /**
1749 * Sets the device orientation, in degrees. Assumes that a standard portrait orientation of
1750 * the device is 0 degrees.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001751 * <p>
1752 * Sent from the {@link InCallService} via
1753 * {@link InCallService.VideoCall#setDeviceOrientation(int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001754 *
1755 * @param rotation The device orientation, in degrees.
1756 */
1757 public abstract void onSetDeviceOrientation(int rotation);
1758
1759 /**
1760 * Sets camera zoom ratio.
Tyler Gunnb702ef82015-05-29 11:51:53 -07001761 * <p>
1762 * Sent from the {@link InCallService} via {@link InCallService.VideoCall#setZoom(float)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001763 *
1764 * @param value The camera zoom ratio.
1765 */
1766 public abstract void onSetZoom(float value);
1767
1768 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001769 * Issues a request to modify the properties of the current video session.
1770 * <p>
1771 * Example scenarios include: requesting an audio-only call to be upgraded to a
1772 * bi-directional video call, turning on or off the user's camera, sending a pause signal
1773 * when the {@link InCallService} is no longer the foreground application.
1774 * <p>
1775 * If the {@link VideoProvider} determines a request to be invalid, it should call
1776 * {@link #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)} to report the
1777 * invalid request back to the {@link InCallService}.
1778 * <p>
1779 * Where a request requires confirmation from the user of the peer device, the
1780 * {@link VideoProvider} must communicate the request to the peer device and handle the
1781 * user's response. {@link #receiveSessionModifyResponse(int, VideoProfile, VideoProfile)}
1782 * is used to inform the {@link InCallService} of the result of the request.
1783 * <p>
1784 * Sent from the {@link InCallService} via
1785 * {@link InCallService.VideoCall#sendSessionModifyRequest(VideoProfile)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001786 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001787 * @param fromProfile The video profile prior to the request.
1788 * @param toProfile The video profile with the requested changes made.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001789 */
Tyler Gunn45382162015-05-06 08:52:27 -07001790 public abstract void onSendSessionModifyRequest(VideoProfile fromProfile,
1791 VideoProfile toProfile);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001792
Tyler Gunnb702ef82015-05-29 11:51:53 -07001793 /**
1794 * Provides a response to a request to change the current video session properties.
1795 * <p>
1796 * For example, if the peer requests and upgrade from an audio-only call to a bi-directional
1797 * video call, could decline the request and keep the call as audio-only.
1798 * In such a scenario, the {@code responseProfile} would have a video state of
1799 * {@link VideoProfile#STATE_AUDIO_ONLY}. If the user had decided to accept the request,
1800 * the video state would be {@link VideoProfile#STATE_BIDIRECTIONAL}.
1801 * <p>
1802 * Sent from the {@link InCallService} via
1803 * {@link InCallService.VideoCall#sendSessionModifyResponse(VideoProfile)} in response to
1804 * a {@link InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile)}
1805 * callback.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001806 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001807 * @param responseProfile The response video profile.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001808 */
1809 public abstract void onSendSessionModifyResponse(VideoProfile responseProfile);
1810
1811 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001812 * Issues a request to the {@link VideoProvider} to retrieve the camera capabilities.
1813 * <p>
1814 * The {@link VideoProvider} should respond by communicating the capabilities of the chosen
1815 * camera via
1816 * {@link VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)}.
1817 * <p>
1818 * Sent from the {@link InCallService} via
1819 * {@link InCallService.VideoCall#requestCameraCapabilities()}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001820 */
1821 public abstract void onRequestCameraCapabilities();
1822
1823 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001824 * Issues a request to the {@link VideoProvider} to retrieve the current data usage for the
1825 * video component of the current {@link Connection}.
1826 * <p>
1827 * The {@link VideoProvider} should respond by communicating current data usage, in bytes,
1828 * via {@link VideoProvider#setCallDataUsage(long)}.
1829 * <p>
1830 * Sent from the {@link InCallService} via
1831 * {@link InCallService.VideoCall#requestCallDataUsage()}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001832 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08001833 public abstract void onRequestConnectionDataUsage();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001834
1835 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001836 * Provides the {@link VideoProvider} with the {@link Uri} of an image to be displayed to
1837 * the peer device when the video signal is paused.
1838 * <p>
1839 * Sent from the {@link InCallService} via
1840 * {@link InCallService.VideoCall#setPauseImage(Uri)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001841 *
1842 * @param uri URI of image to display.
1843 */
Yorke Lee32f24732015-05-12 16:18:03 -07001844 public abstract void onSetPauseImage(Uri uri);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001845
1846 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001847 * Used to inform listening {@link InCallService} implementations when the
1848 * {@link VideoProvider} receives a session modification request.
1849 * <p>
1850 * Received by the {@link InCallService} via
1851 * {@link InCallService.VideoCall.Callback#onSessionModifyRequestReceived(VideoProfile)},
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001852 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001853 * @param videoProfile The requested video profile.
1854 * @see #onSendSessionModifyRequest(VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001855 */
1856 public void receiveSessionModifyRequest(VideoProfile videoProfile) {
Tyler Gunn75958422015-04-15 14:23:42 -07001857 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001858 for (IVideoCallback callback : mVideoCallbacks.values()) {
1859 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001860 callback.receiveSessionModifyRequest(videoProfile);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001861 } catch (RemoteException ignored) {
1862 Log.w(this, "receiveSessionModifyRequest callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001863 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001864 }
1865 }
1866 }
1867
1868 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001869 * Used to inform listening {@link InCallService} implementations when the
1870 * {@link VideoProvider} receives a response to a session modification request.
1871 * <p>
1872 * Received by the {@link InCallService} via
1873 * {@link InCallService.VideoCall.Callback#onSessionModifyResponseReceived(int,
1874 * VideoProfile, VideoProfile)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001875 *
1876 * @param status Status of the session modify request. Valid values are
1877 * {@link VideoProvider#SESSION_MODIFY_REQUEST_SUCCESS},
1878 * {@link VideoProvider#SESSION_MODIFY_REQUEST_FAIL},
Tyler Gunnb702ef82015-05-29 11:51:53 -07001879 * {@link VideoProvider#SESSION_MODIFY_REQUEST_INVALID},
1880 * {@link VideoProvider#SESSION_MODIFY_REQUEST_TIMED_OUT},
1881 * {@link VideoProvider#SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE}
1882 * @param requestedProfile The original request which was sent to the peer device.
1883 * @param responseProfile The actual profile changes agreed to by the peer device.
1884 * @see #onSendSessionModifyRequest(VideoProfile, VideoProfile)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001885 */
1886 public void receiveSessionModifyResponse(int status,
1887 VideoProfile requestedProfile, VideoProfile responseProfile) {
Tyler Gunn75958422015-04-15 14:23:42 -07001888 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001889 for (IVideoCallback callback : mVideoCallbacks.values()) {
1890 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001891 callback.receiveSessionModifyResponse(status, requestedProfile,
1892 responseProfile);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001893 } catch (RemoteException ignored) {
1894 Log.w(this, "receiveSessionModifyResponse callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001895 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001896 }
1897 }
1898 }
1899
1900 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001901 * Used to inform listening {@link InCallService} implementations when the
1902 * {@link VideoProvider} reports a call session event.
1903 * <p>
1904 * Received by the {@link InCallService} via
1905 * {@link InCallService.VideoCall.Callback#onCallSessionEvent(int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001906 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001907 * @param event The event. Valid values are: {@link VideoProvider#SESSION_EVENT_RX_PAUSE},
1908 * {@link VideoProvider#SESSION_EVENT_RX_RESUME},
1909 * {@link VideoProvider#SESSION_EVENT_TX_START},
1910 * {@link VideoProvider#SESSION_EVENT_TX_STOP},
1911 * {@link VideoProvider#SESSION_EVENT_CAMERA_FAILURE},
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08001912 * {@link VideoProvider#SESSION_EVENT_CAMERA_READY},
1913 * {@link VideoProvider#SESSION_EVENT_CAMERA_FAILURE}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001914 */
1915 public void handleCallSessionEvent(int event) {
Tyler Gunn75958422015-04-15 14:23:42 -07001916 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001917 for (IVideoCallback callback : mVideoCallbacks.values()) {
1918 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001919 callback.handleCallSessionEvent(event);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001920 } catch (RemoteException ignored) {
1921 Log.w(this, "handleCallSessionEvent callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001922 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001923 }
1924 }
1925 }
1926
1927 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001928 * Used to inform listening {@link InCallService} implementations when the dimensions of the
1929 * peer's video have changed.
1930 * <p>
1931 * This could occur if, for example, the peer rotates their device, changing the aspect
1932 * ratio of the video, or if the user switches between the back and front cameras.
1933 * <p>
1934 * Received by the {@link InCallService} via
1935 * {@link InCallService.VideoCall.Callback#onPeerDimensionsChanged(int, int)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001936 *
1937 * @param width The updated peer video width.
1938 * @param height The updated peer video height.
1939 */
1940 public void changePeerDimensions(int width, int height) {
Tyler Gunn75958422015-04-15 14:23:42 -07001941 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001942 for (IVideoCallback callback : mVideoCallbacks.values()) {
1943 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001944 callback.changePeerDimensions(width, height);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001945 } catch (RemoteException ignored) {
1946 Log.w(this, "changePeerDimensions callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001947 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001948 }
1949 }
1950 }
1951
1952 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001953 * Used to inform listening {@link InCallService} implementations when the data usage of the
1954 * video associated with the current {@link Connection} has changed.
1955 * <p>
1956 * This could be in response to a preview request via
1957 * {@link #onRequestConnectionDataUsage()}, or as a periodic update by the
Tyler Gunn295f5d72015-06-04 11:08:54 -07001958 * {@link VideoProvider}. Where periodic updates of data usage are provided, they should be
1959 * 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 -07001960 * <p>
1961 * Received by the {@link InCallService} via
1962 * {@link InCallService.VideoCall.Callback#onCallDataUsageChanged(long)}.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001963 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001964 * @param dataUsage The updated data usage (in bytes). Reported as the cumulative bytes
1965 * used since the start of the call.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001966 */
Yorke Lee32f24732015-05-12 16:18:03 -07001967 public void setCallDataUsage(long dataUsage) {
Tyler Gunn75958422015-04-15 14:23:42 -07001968 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07001969 for (IVideoCallback callback : mVideoCallbacks.values()) {
1970 try {
Tyler Gunn75958422015-04-15 14:23:42 -07001971 callback.changeCallDataUsage(dataUsage);
Tyler Gunn84f381b2015-06-12 09:26:45 -07001972 } catch (RemoteException ignored) {
1973 Log.w(this, "setCallDataUsage callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07001974 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001975 }
1976 }
1977 }
1978
1979 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001980 * @see #setCallDataUsage(long)
Ihab Awadb19a0bc2014-08-07 19:46:01 -07001981 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07001982 * @param dataUsage The updated data usage (in byes).
Yorke Lee32f24732015-05-12 16:18:03 -07001983 * @deprecated - Use {@link #setCallDataUsage(long)} instead.
1984 * @hide
1985 */
1986 public void changeCallDataUsage(long dataUsage) {
1987 setCallDataUsage(dataUsage);
1988 }
1989
1990 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07001991 * Used to inform listening {@link InCallService} implementations when the capabilities of
1992 * the current camera have changed.
1993 * <p>
1994 * The {@link VideoProvider} should call this in response to
1995 * {@link VideoProvider#onRequestCameraCapabilities()}, or when the current camera is
1996 * changed via {@link VideoProvider#onSetCamera(String)}.
1997 * <p>
1998 * Received by the {@link InCallService} via
1999 * {@link InCallService.VideoCall.Callback#onCameraCapabilitiesChanged(
2000 * VideoProfile.CameraCapabilities)}.
Yorke Lee32f24732015-05-12 16:18:03 -07002001 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002002 * @param cameraCapabilities The new camera capabilities.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002003 */
Yorke Lee400470f2015-05-12 13:31:25 -07002004 public void changeCameraCapabilities(VideoProfile.CameraCapabilities cameraCapabilities) {
Tyler Gunn75958422015-04-15 14:23:42 -07002005 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002006 for (IVideoCallback callback : mVideoCallbacks.values()) {
2007 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002008 callback.changeCameraCapabilities(cameraCapabilities);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002009 } catch (RemoteException ignored) {
2010 Log.w(this, "changeCameraCapabilities callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002011 }
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002012 }
2013 }
2014 }
Rekha Kumar07366812015-03-24 16:42:31 -07002015
2016 /**
Tyler Gunnb702ef82015-05-29 11:51:53 -07002017 * Used to inform listening {@link InCallService} implementations when the video quality
2018 * of the call has changed.
2019 * <p>
2020 * Received by the {@link InCallService} via
2021 * {@link InCallService.VideoCall.Callback#onVideoQualityChanged(int)}.
Rekha Kumar07366812015-03-24 16:42:31 -07002022 *
Tyler Gunnb702ef82015-05-29 11:51:53 -07002023 * @param videoQuality The updated video quality. Valid values:
2024 * {@link VideoProfile#QUALITY_HIGH},
2025 * {@link VideoProfile#QUALITY_MEDIUM},
2026 * {@link VideoProfile#QUALITY_LOW},
2027 * {@link VideoProfile#QUALITY_DEFAULT}.
Rekha Kumar07366812015-03-24 16:42:31 -07002028 */
2029 public void changeVideoQuality(int videoQuality) {
Tyler Gunn75958422015-04-15 14:23:42 -07002030 if (mVideoCallbacks != null) {
Tyler Gunn84f381b2015-06-12 09:26:45 -07002031 for (IVideoCallback callback : mVideoCallbacks.values()) {
2032 try {
Tyler Gunn75958422015-04-15 14:23:42 -07002033 callback.changeVideoQuality(videoQuality);
Tyler Gunn84f381b2015-06-12 09:26:45 -07002034 } catch (RemoteException ignored) {
2035 Log.w(this, "changeVideoQuality callback failed", ignored);
Tyler Gunn75958422015-04-15 14:23:42 -07002036 }
Rekha Kumar07366812015-03-24 16:42:31 -07002037 }
2038 }
2039 }
Tyler Gunn6f657ee2016-09-02 09:55:25 -07002040
2041 /**
2042 * Returns a string representation of a call session event.
2043 *
2044 * @param event A call session event passed to {@link #handleCallSessionEvent(int)}.
2045 * @return String representation of the call session event.
2046 * @hide
2047 */
2048 public static String sessionEventToString(int event) {
2049 switch (event) {
2050 case SESSION_EVENT_CAMERA_FAILURE:
2051 return SESSION_EVENT_CAMERA_FAILURE_STR;
2052 case SESSION_EVENT_CAMERA_READY:
2053 return SESSION_EVENT_CAMERA_READY_STR;
2054 case SESSION_EVENT_RX_PAUSE:
2055 return SESSION_EVENT_RX_PAUSE_STR;
2056 case SESSION_EVENT_RX_RESUME:
2057 return SESSION_EVENT_RX_RESUME_STR;
2058 case SESSION_EVENT_TX_START:
2059 return SESSION_EVENT_TX_START_STR;
2060 case SESSION_EVENT_TX_STOP:
2061 return SESSION_EVENT_TX_STOP_STR;
Tyler Gunnbf9c6fd2016-11-09 10:19:23 -08002062 case SESSION_EVENT_CAMERA_PERMISSION_ERROR:
2063 return SESSION_EVENT_CAMERA_PERMISSION_ERROR_STR;
Tyler Gunn6f657ee2016-09-02 09:55:25 -07002064 default:
2065 return SESSION_EVENT_UNKNOWN_STR + " " + event;
2066 }
2067 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002068 }
2069
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002070 private final Listener mConnectionDeathListener = new Listener() {
2071 @Override
2072 public void onDestroyed(Connection c) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002073 if (mConferenceables.remove(c)) {
2074 fireOnConferenceableConnectionsChanged();
2075 }
2076 }
2077 };
2078
2079 private final Conference.Listener mConferenceDeathListener = new Conference.Listener() {
2080 @Override
2081 public void onDestroyed(Conference c) {
2082 if (mConferenceables.remove(c)) {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002083 fireOnConferenceableConnectionsChanged();
2084 }
2085 }
2086 };
2087
Jay Shrauner229e3822014-08-15 09:23:07 -07002088 /**
2089 * ConcurrentHashMap constructor params: 8 is initial table size, 0.9f is
2090 * load factor before resizing, 1 means we only expect a single thread to
2091 * access the map so make only a single shard
2092 */
2093 private final Set<Listener> mListeners = Collections.newSetFromMap(
2094 new ConcurrentHashMap<Listener, Boolean>(8, 0.9f, 1));
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002095 private final List<Conferenceable> mConferenceables = new ArrayList<>();
2096 private final List<Conferenceable> mUnmodifiableConferenceables =
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002097 Collections.unmodifiableList(mConferenceables);
Santos Cordonb6939982014-06-04 20:20:58 -07002098
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002099 // The internal telecom call ID associated with this connection.
2100 private String mTelecomCallId;
Pengquan Meng70c9885332017-10-02 18:09:03 -07002101 // The PhoneAccountHandle associated with this connection.
2102 private PhoneAccountHandle mPhoneAccountHandle;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002103 private int mState = STATE_NEW;
Yorke Lee4af59352015-05-13 14:14:54 -07002104 private CallAudioState mCallAudioState;
Andrew Lee100e2932014-09-08 15:34:24 -07002105 private Uri mAddress;
2106 private int mAddressPresentation;
Sailesh Nepal61203862014-07-11 14:50:13 -07002107 private String mCallerDisplayName;
2108 private int mCallerDisplayNamePresentation;
Andrew Lee100e2932014-09-08 15:34:24 -07002109 private boolean mRingbackRequested = false;
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002110 private int mConnectionCapabilities;
Tyler Gunn720c6642016-03-22 09:02:47 -07002111 private int mConnectionProperties;
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002112 private int mSupportedAudioRoutes = CallAudioState.ROUTE_ALL;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002113 private VideoProvider mVideoProvider;
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002114 private boolean mAudioModeIsVoip;
Roshan Piuse927ec02015-07-15 15:47:21 -07002115 private long mConnectTimeMillis = Conference.CONNECT_TIME_NOT_SPECIFIED;
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002116 private long mConnectElapsedTimeMillis = Conference.CONNECT_TIME_NOT_SPECIFIED;
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002117 private StatusHints mStatusHints;
Tyler Gunnaa07df82014-07-17 07:50:22 -07002118 private int mVideoState;
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002119 private DisconnectCause mDisconnectCause;
Santos Cordon823fd3c2014-08-07 18:35:18 -07002120 private Conference mConference;
2121 private ConnectionService mConnectionService;
Santos Cordon6b7f9552015-05-27 17:21:45 -07002122 private Bundle mExtras;
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002123 private final Object mExtrasLock = new Object();
Tyler Gunn6986a632019-06-25 13:45:32 -07002124 /**
2125 * The direction of the connection; used where an existing connection is created and we need to
2126 * communicate to Telecom whether its incoming or outgoing.
2127 */
2128 private @Call.Details.CallDirection int mCallDirection = Call.Details.DIRECTION_UNKNOWN;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002129
2130 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002131 * Tracks the key set for the extras bundle provided on the last invocation of
2132 * {@link #setExtras(Bundle)}. Used so that on subsequent invocations we can remove any extras
2133 * keys which were set previously but are no longer present in the replacement Bundle.
2134 */
2135 private Set<String> mPreviousExtraKeys;
2136
2137 /**
Tyler Gunnd57d76c2019-09-24 14:53:23 -07002138 * The verification status for an incoming call's phone number.
2139 */
2140 private @VerificationStatus int mCallerNumberVerificationStatus;
2141
2142
2143 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002144 * Create a new Connection.
2145 */
Santos Cordonf2951102014-07-20 19:06:29 -07002146 public Connection() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07002147
2148 /**
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002149 * Returns the Telecom internal call ID associated with this connection. Should only be used
2150 * for debugging and tracing purposes.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002151 * <p>
2152 * Note: Access to the Telecom internal call ID is used for logging purposes only; this API is
2153 * provided to facilitate debugging of the Telephony stack only.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002154 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07002155 * @return The Telecom call ID, or {@code null} if it was not set.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002156 * @hide
2157 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002158 @SystemApi
2159 public final @Nullable String getTelecomCallId() {
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002160 return mTelecomCallId;
2161 }
2162
2163 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002164 * @return The address (e.g., phone number) to which this Connection is currently communicating.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002165 */
Andrew Lee100e2932014-09-08 15:34:24 -07002166 public final Uri getAddress() {
2167 return mAddress;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002168 }
2169
2170 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002171 * @return The presentation requirements for the address.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002172 * See {@link TelecomManager} for valid values.
Sailesh Nepal61203862014-07-11 14:50:13 -07002173 */
Andrew Lee100e2932014-09-08 15:34:24 -07002174 public final int getAddressPresentation() {
2175 return mAddressPresentation;
Sailesh Nepal61203862014-07-11 14:50:13 -07002176 }
2177
2178 /**
2179 * @return The caller display name (CNAP).
2180 */
2181 public final String getCallerDisplayName() {
2182 return mCallerDisplayName;
2183 }
2184
2185 /**
Nancy Chen9d568c02014-09-08 14:17:59 -07002186 * @return The presentation requirements for the handle.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002187 * See {@link TelecomManager} for valid values.
Sailesh Nepal61203862014-07-11 14:50:13 -07002188 */
2189 public final int getCallerDisplayNamePresentation() {
2190 return mCallerDisplayNamePresentation;
2191 }
2192
2193 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002194 * @return The state of this Connection.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002195 */
2196 public final int getState() {
2197 return mState;
2198 }
2199
2200 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002201 * Returns the video state of the connection.
Yorke Lee32f24732015-05-12 16:18:03 -07002202 * Valid values: {@link VideoProfile#STATE_AUDIO_ONLY},
2203 * {@link VideoProfile#STATE_BIDIRECTIONAL},
2204 * {@link VideoProfile#STATE_TX_ENABLED},
2205 * {@link VideoProfile#STATE_RX_ENABLED}.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002206 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002207 * @return The video state of the connection.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002208 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002209 public final @VideoProfile.VideoState int getVideoState() {
Tyler Gunnaa07df82014-07-17 07:50:22 -07002210 return mVideoState;
2211 }
2212
2213 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002214 * @return The audio state of the connection, describing how its audio is currently
Ihab Awad542e0ea2014-05-16 10:22:16 -07002215 * being routed by the system. This is {@code null} if this Connection
2216 * does not directly know about its audio state.
Yorke Lee4af59352015-05-13 14:14:54 -07002217 * @deprecated Use {@link #getCallAudioState()} instead.
2218 * @hide
Ihab Awad542e0ea2014-05-16 10:22:16 -07002219 */
Yorke Lee4af59352015-05-13 14:14:54 -07002220 @SystemApi
2221 @Deprecated
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002222 public final AudioState getAudioState() {
Sailesh Nepal000d38a2015-06-21 10:25:13 -07002223 if (mCallAudioState == null) {
2224 return null;
2225 }
Yorke Lee4af59352015-05-13 14:14:54 -07002226 return new AudioState(mCallAudioState);
2227 }
2228
2229 /**
2230 * @return The audio state of the connection, describing how its audio is currently
2231 * being routed by the system. This is {@code null} if this Connection
2232 * does not directly know about its audio state.
2233 */
2234 public final CallAudioState getCallAudioState() {
2235 return mCallAudioState;
Ihab Awad542e0ea2014-05-16 10:22:16 -07002236 }
2237
2238 /**
Santos Cordon823fd3c2014-08-07 18:35:18 -07002239 * @return The conference that this connection is a part of. Null if it is not part of any
2240 * conference.
2241 */
2242 public final Conference getConference() {
2243 return mConference;
2244 }
2245
2246 /**
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002247 * Returns whether this connection is requesting that the system play a ringback tone
2248 * on its behalf.
2249 */
Andrew Lee100e2932014-09-08 15:34:24 -07002250 public final boolean isRingbackRequested() {
2251 return mRingbackRequested;
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002252 }
2253
2254 /**
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002255 * @return True if the connection's audio mode is VOIP.
2256 */
2257 public final boolean getAudioModeIsVoip() {
2258 return mAudioModeIsVoip;
2259 }
2260
2261 /**
Roshan Piuse927ec02015-07-15 15:47:21 -07002262 * Retrieves the connection start time of the {@code Connnection}, if specified. A value of
2263 * {@link Conference#CONNECT_TIME_NOT_SPECIFIED} indicates that Telecom should determine the
2264 * start time of the conference.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002265 * <p>
2266 * Note: This is an implementation detail specific to IMS conference calls over a mobile
2267 * network.
Roshan Piuse927ec02015-07-15 15:47:21 -07002268 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07002269 * @return The time at which the {@code Connnection} was connected. Will be a value as retrieved
2270 * from {@link System#currentTimeMillis()}.
Roshan Piuse927ec02015-07-15 15:47:21 -07002271 *
2272 * @hide
2273 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002274 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002275 public final @IntRange(from = 0) long getConnectTimeMillis() {
Roshan Piuse927ec02015-07-15 15:47:21 -07002276 return mConnectTimeMillis;
2277 }
2278
2279 /**
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002280 * Retrieves the connection start time of the {@link Connection}, if specified. A value of
2281 * {@link Conference#CONNECT_TIME_NOT_SPECIFIED} indicates that Telecom should determine the
Tyler Gunnc9503d62020-01-27 10:30:51 -08002282 * start time of the connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002283 * <p>
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002284 * Based on the value of {@link SystemClock#elapsedRealtime()}, which ensures that wall-clock
2285 * changes do not impact the call duration.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002286 * <p>
2287 * Used internally in Telephony when migrating conference participant data for IMS conferences.
Tyler Gunnc9503d62020-01-27 10:30:51 -08002288 * <p>
2289 * The value returned is the same one set using
2290 * {@link #setConnectionStartElapsedRealtimeMillis(long)}. This value is never updated from
2291 * the Telecom framework, so no permission enforcement occurs when retrieving the value with
2292 * this method.
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002293 *
2294 * @return The time at which the {@link Connection} was connected.
2295 *
2296 * @hide
2297 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002298 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002299 public final @ElapsedRealtimeLong long getConnectionStartElapsedRealtimeMillis() {
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002300 return mConnectElapsedTimeMillis;
2301 }
2302
2303 /**
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002304 * @return The status hints for this connection.
2305 */
2306 public final StatusHints getStatusHints() {
2307 return mStatusHints;
2308 }
2309
2310 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002311 * Returns the extras associated with this connection.
Tyler Gunn2cbe2b52016-05-04 15:48:10 +00002312 * <p>
2313 * Extras should be updated using {@link #putExtras(Bundle)}.
2314 * <p>
2315 * Telecom or an {@link InCallService} can also update the extras via
2316 * {@link android.telecom.Call#putExtras(Bundle)}, and
2317 * {@link Call#removeExtras(List)}.
2318 * <p>
2319 * The connection is notified of changes to the extras made by Telecom or an
2320 * {@link InCallService} by {@link #onExtrasChanged(Bundle)}.
Tyler Gunndee56a82016-03-23 16:06:34 -07002321 *
Santos Cordon6b7f9552015-05-27 17:21:45 -07002322 * @return The extras associated with this connection.
2323 */
2324 public final Bundle getExtras() {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002325 Bundle extras = null;
2326 synchronized (mExtrasLock) {
2327 if (mExtras != null) {
2328 extras = new Bundle(mExtras);
2329 }
2330 }
2331 return extras;
Santos Cordon6b7f9552015-05-27 17:21:45 -07002332 }
2333
2334 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002335 * Assign a listener to be notified of state changes.
2336 *
2337 * @param l A listener.
2338 * @return This Connection.
2339 *
2340 * @hide
2341 */
Tyler Gunn633e4c32019-10-24 15:40:48 -07002342 final Connection addConnectionListener(Listener l) {
Santos Cordond34e5712014-08-05 18:54:03 +00002343 mListeners.add(l);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002344 return this;
2345 }
2346
2347 /**
2348 * Remove a previously assigned listener that was being notified of state changes.
2349 *
2350 * @param l A Listener.
2351 * @return This Connection.
2352 *
2353 * @hide
2354 */
Tyler Gunn633e4c32019-10-24 15:40:48 -07002355 final Connection removeConnectionListener(Listener l) {
Jay Shrauner229e3822014-08-15 09:23:07 -07002356 if (l != null) {
2357 mListeners.remove(l);
2358 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002359 return this;
2360 }
2361
2362 /**
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07002363 * @return The {@link DisconnectCause} for this connection.
Evan Charltonbf11f982014-07-20 22:06:28 -07002364 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002365 public final DisconnectCause getDisconnectCause() {
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07002366 return mDisconnectCause;
Evan Charltonbf11f982014-07-20 22:06:28 -07002367 }
2368
2369 /**
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002370 * Sets the telecom call ID associated with this Connection. The Telecom Call ID should be used
2371 * ONLY for debugging purposes.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002372 * <p>
2373 * Note: Access to the Telecom internal call ID is used for logging purposes only; this API is
2374 * provided to facilitate debugging of the Telephony stack only. Changing the ID via this
2375 * method does NOT change any functionality in Telephony or Telecom and impacts only logging.
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002376 *
2377 * @param callId The telecom call ID.
2378 * @hide
2379 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002380 @SystemApi
2381 public void setTelecomCallId(@NonNull String callId) {
Tyler Gunnf0500bd2015-09-01 10:59:48 -07002382 mTelecomCallId = callId;
2383 }
2384
2385 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002386 * Inform this Connection that the state of its audio output has been changed externally.
2387 *
2388 * @param state The new audio state.
Sailesh Nepal400cc482014-06-26 12:04:00 -07002389 * @hide
Ihab Awad542e0ea2014-05-16 10:22:16 -07002390 */
Yorke Lee4af59352015-05-13 14:14:54 -07002391 final void setCallAudioState(CallAudioState state) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002392 checkImmutable();
Ihab Awad60ac30b2014-05-20 22:32:12 -07002393 Log.d(this, "setAudioState %s", state);
Yorke Lee4af59352015-05-13 14:14:54 -07002394 mCallAudioState = state;
2395 onAudioStateChanged(getAudioState());
2396 onCallAudioStateChanged(state);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002397 }
2398
2399 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002400 * @param state An integer value of a {@code STATE_*} constant.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002401 * @return A string representation of the value.
2402 */
2403 public static String stateToString(int state) {
2404 switch (state) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002405 case STATE_INITIALIZING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002406 return "INITIALIZING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002407 case STATE_NEW:
Yorke Leee911c8d2015-07-14 11:39:36 -07002408 return "NEW";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002409 case STATE_RINGING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002410 return "RINGING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002411 case STATE_DIALING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002412 return "DIALING";
Tyler Gunnc96b5e02016-07-07 22:53:57 -07002413 case STATE_PULLING_CALL:
2414 return "PULLING_CALL";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002415 case STATE_ACTIVE:
Yorke Leee911c8d2015-07-14 11:39:36 -07002416 return "ACTIVE";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002417 case STATE_HOLDING:
Yorke Leee911c8d2015-07-14 11:39:36 -07002418 return "HOLDING";
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002419 case STATE_DISCONNECTED:
Ihab Awad542e0ea2014-05-16 10:22:16 -07002420 return "DISCONNECTED";
2421 default:
Ihab Awad60ac30b2014-05-20 22:32:12 -07002422 Log.wtf(Connection.class, "Unknown state %d", state);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002423 return "UNKNOWN";
2424 }
2425 }
2426
2427 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002428 * Returns the connection's capabilities, as a bit mask of the {@code CAPABILITY_*} constants.
Ihab Awad52a28f62014-06-18 10:26:34 -07002429 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002430 public final int getConnectionCapabilities() {
2431 return mConnectionCapabilities;
Ihab Awad52a28f62014-06-18 10:26:34 -07002432 }
2433
2434 /**
Tyler Gunn720c6642016-03-22 09:02:47 -07002435 * Returns the connection's properties, as a bit mask of the {@code PROPERTY_*} constants.
2436 */
2437 public final int getConnectionProperties() {
2438 return mConnectionProperties;
2439 }
2440
2441 /**
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002442 * Returns the connection's supported audio routes.
2443 *
2444 * @hide
2445 */
2446 public final int getSupportedAudioRoutes() {
2447 return mSupportedAudioRoutes;
2448 }
2449
2450 /**
Andrew Lee100e2932014-09-08 15:34:24 -07002451 * Sets the value of the {@link #getAddress()} property.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002452 *
Andrew Lee100e2932014-09-08 15:34:24 -07002453 * @param address The new address.
2454 * @param presentation The presentation requirements for the address.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002455 * See {@link TelecomManager} for valid values.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002456 */
Andrew Lee100e2932014-09-08 15:34:24 -07002457 public final void setAddress(Uri address, int presentation) {
2458 Log.d(this, "setAddress %s", address);
2459 mAddress = address;
2460 mAddressPresentation = presentation;
Santos Cordond34e5712014-08-05 18:54:03 +00002461 for (Listener l : mListeners) {
Andrew Lee100e2932014-09-08 15:34:24 -07002462 l.onAddressChanged(this, address, presentation);
Santos Cordond34e5712014-08-05 18:54:03 +00002463 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002464 }
2465
2466 /**
Sailesh Nepal61203862014-07-11 14:50:13 -07002467 * Sets the caller display name (CNAP).
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002468 *
Sailesh Nepal61203862014-07-11 14:50:13 -07002469 * @param callerDisplayName The new display name.
Nancy Chen9d568c02014-09-08 14:17:59 -07002470 * @param presentation The presentation requirements for the handle.
Tyler Gunnef9f6f92014-09-12 22:16:17 -07002471 * See {@link TelecomManager} for valid values.
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002472 */
Sailesh Nepal61203862014-07-11 14:50:13 -07002473 public final void setCallerDisplayName(String callerDisplayName, int presentation) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002474 checkImmutable();
Sailesh Nepal61203862014-07-11 14:50:13 -07002475 Log.d(this, "setCallerDisplayName %s", callerDisplayName);
Santos Cordond34e5712014-08-05 18:54:03 +00002476 mCallerDisplayName = callerDisplayName;
2477 mCallerDisplayNamePresentation = presentation;
2478 for (Listener l : mListeners) {
2479 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation);
2480 }
Sailesh Nepal2a46b902014-07-04 17:21:07 -07002481 }
2482
2483 /**
Tyler Gunnaa07df82014-07-17 07:50:22 -07002484 * Set the video state for the connection.
Yorke Lee32f24732015-05-12 16:18:03 -07002485 * Valid values: {@link VideoProfile#STATE_AUDIO_ONLY},
2486 * {@link VideoProfile#STATE_BIDIRECTIONAL},
2487 * {@link VideoProfile#STATE_TX_ENABLED},
2488 * {@link VideoProfile#STATE_RX_ENABLED}.
Tyler Gunnaa07df82014-07-17 07:50:22 -07002489 *
2490 * @param videoState The new video state.
2491 */
2492 public final void setVideoState(int videoState) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002493 checkImmutable();
Tyler Gunnaa07df82014-07-17 07:50:22 -07002494 Log.d(this, "setVideoState %d", videoState);
Santos Cordond34e5712014-08-05 18:54:03 +00002495 mVideoState = videoState;
2496 for (Listener l : mListeners) {
2497 l.onVideoStateChanged(this, mVideoState);
2498 }
Tyler Gunnaa07df82014-07-17 07:50:22 -07002499 }
2500
2501 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002502 * Sets state to active (e.g., an ongoing connection where two or more parties can actively
Ihab Awad542e0ea2014-05-16 10:22:16 -07002503 * communicate).
2504 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002505 public final void setActive() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002506 checkImmutable();
Andrew Lee100e2932014-09-08 15:34:24 -07002507 setRingbackRequested(false);
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002508 setState(STATE_ACTIVE);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002509 }
2510
2511 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002512 * Sets state to ringing (e.g., an inbound ringing connection).
Ihab Awad542e0ea2014-05-16 10:22:16 -07002513 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002514 public final void setRinging() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002515 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002516 setState(STATE_RINGING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002517 }
2518
2519 /**
Evan Charltonbf11f982014-07-20 22:06:28 -07002520 * Sets state to initializing (this Connection is not yet ready to be used).
2521 */
2522 public final void setInitializing() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002523 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002524 setState(STATE_INITIALIZING);
Evan Charltonbf11f982014-07-20 22:06:28 -07002525 }
2526
2527 /**
2528 * Sets state to initialized (the Connection has been set up and is now ready to be used).
2529 */
2530 public final void setInitialized() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002531 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002532 setState(STATE_NEW);
Evan Charltonbf11f982014-07-20 22:06:28 -07002533 }
2534
2535 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002536 * Sets state to dialing (e.g., dialing an outbound connection).
Ihab Awad542e0ea2014-05-16 10:22:16 -07002537 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002538 public final void setDialing() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002539 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002540 setState(STATE_DIALING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002541 }
2542
2543 /**
Tyler Gunnc242ceb2016-06-29 22:35:45 -07002544 * Sets state to pulling (e.g. the connection is being pulled to the local device from another
2545 * device). Only applicable for {@link Connection}s with
2546 * {@link Connection#PROPERTY_IS_EXTERNAL_CALL} and {@link Connection#CAPABILITY_CAN_PULL_CALL}.
2547 */
2548 public final void setPulling() {
2549 checkImmutable();
2550 setState(STATE_PULLING_CALL);
2551 }
2552
2553 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07002554 * Sets state to be on hold.
2555 */
Sailesh Nepal400cc482014-06-26 12:04:00 -07002556 public final void setOnHold() {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002557 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002558 setState(STATE_HOLDING);
Ihab Awad542e0ea2014-05-16 10:22:16 -07002559 }
2560
2561 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002562 * Sets the video connection provider.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002563 * @param videoProvider The video provider.
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002564 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002565 public final void setVideoProvider(VideoProvider videoProvider) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002566 checkImmutable();
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002567 mVideoProvider = videoProvider;
Santos Cordond34e5712014-08-05 18:54:03 +00002568 for (Listener l : mListeners) {
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002569 l.onVideoProviderChanged(this, videoProvider);
Santos Cordond34e5712014-08-05 18:54:03 +00002570 }
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002571 }
2572
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002573 public final VideoProvider getVideoProvider() {
2574 return mVideoProvider;
Andrew Leea27a1932014-07-09 17:07:13 -07002575 }
2576
Andrew Lee5ffbe8b82014-06-20 16:29:33 -07002577 /**
Sailesh Nepal091768c2014-06-30 15:15:23 -07002578 * Sets state to disconnected.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002579 *
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002580 * @param disconnectCause The reason for the disconnection, as specified by
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002581 * {@link DisconnectCause}.
Ihab Awad542e0ea2014-05-16 10:22:16 -07002582 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002583 public final void setDisconnected(DisconnectCause disconnectCause) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002584 checkImmutable();
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002585 mDisconnectCause = disconnectCause;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002586 setState(STATE_DISCONNECTED);
mike dooleyf34519b2014-09-16 17:33:40 -07002587 Log.d(this, "Disconnected with cause %s", disconnectCause);
Santos Cordond34e5712014-08-05 18:54:03 +00002588 for (Listener l : mListeners) {
Andrew Lee7f3d41f2014-09-11 17:33:16 -07002589 l.onDisconnected(this, disconnectCause);
Santos Cordond34e5712014-08-05 18:54:03 +00002590 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07002591 }
2592
2593 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002594 * Informs listeners that this {@code Connection} is in a post-dial wait state. This is done
2595 * when (a) the {@code Connection} is issuing a DTMF sequence; (b) it has encountered a "wait"
2596 * character; and (c) it wishes to inform the In-Call app that it is waiting for the end-user
2597 * to send an {@link #onPostDialContinue(boolean)} signal.
2598 *
2599 * @param remaining The DTMF character sequence remaining to be emitted once the
2600 * {@link #onPostDialContinue(boolean)} is received, including any "wait" characters
2601 * that remaining sequence may contain.
Sailesh Nepal091768c2014-06-30 15:15:23 -07002602 */
2603 public final void setPostDialWait(String remaining) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002604 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002605 for (Listener l : mListeners) {
2606 l.onPostDialWait(this, remaining);
2607 }
Sailesh Nepal091768c2014-06-30 15:15:23 -07002608 }
2609
2610 /**
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002611 * Informs listeners that this {@code Connection} has processed a character in the post-dial
2612 * started state. This is done when (a) the {@code Connection} is issuing a DTMF sequence;
Sailesh Nepal1ed85612015-01-31 15:17:19 -08002613 * and (b) it wishes to signal Telecom to play the corresponding DTMF tone locally.
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002614 *
2615 * @param nextChar The DTMF character that was just processed by the {@code Connection}.
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002616 */
Sailesh Nepal1ed85612015-01-31 15:17:19 -08002617 public final void setNextPostDialChar(char nextChar) {
Nancy Chen27d1c2d2014-12-15 16:12:50 -08002618 checkImmutable();
2619 for (Listener l : mListeners) {
2620 l.onPostDialChar(this, nextChar);
2621 }
2622 }
2623
2624 /**
Ihab Awadf8358972014-05-28 16:46:42 -07002625 * Requests that the framework play a ringback tone. This is to be invoked by implementations
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002626 * that do not play a ringback tone themselves in the connection's audio stream.
Ihab Awadf8358972014-05-28 16:46:42 -07002627 *
2628 * @param ringback Whether the ringback tone is to be played.
2629 */
Andrew Lee100e2932014-09-08 15:34:24 -07002630 public final void setRingbackRequested(boolean ringback) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002631 checkImmutable();
Andrew Lee100e2932014-09-08 15:34:24 -07002632 if (mRingbackRequested != ringback) {
2633 mRingbackRequested = ringback;
Santos Cordond34e5712014-08-05 18:54:03 +00002634 for (Listener l : mListeners) {
Andrew Lee100e2932014-09-08 15:34:24 -07002635 l.onRingbackRequested(this, ringback);
Santos Cordond34e5712014-08-05 18:54:03 +00002636 }
2637 }
Ihab Awadf8358972014-05-28 16:46:42 -07002638 }
2639
2640 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002641 * Sets the connection's capabilities as a bit mask of the {@code CAPABILITY_*} constants.
Sailesh Nepal1a7061b2014-07-09 21:03:20 -07002642 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002643 * @param connectionCapabilities The new connection capabilities.
Santos Cordonb6939982014-06-04 20:20:58 -07002644 */
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002645 public final void setConnectionCapabilities(int connectionCapabilities) {
2646 checkImmutable();
2647 if (mConnectionCapabilities != connectionCapabilities) {
2648 mConnectionCapabilities = connectionCapabilities;
Santos Cordond34e5712014-08-05 18:54:03 +00002649 for (Listener l : mListeners) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002650 l.onConnectionCapabilitiesChanged(this, mConnectionCapabilities);
Santos Cordond34e5712014-08-05 18:54:03 +00002651 }
2652 }
Santos Cordonb6939982014-06-04 20:20:58 -07002653 }
2654
2655 /**
Tyler Gunn720c6642016-03-22 09:02:47 -07002656 * Sets the connection's properties as a bit mask of the {@code PROPERTY_*} constants.
2657 *
2658 * @param connectionProperties The new connection properties.
2659 */
2660 public final void setConnectionProperties(int connectionProperties) {
2661 checkImmutable();
2662 if (mConnectionProperties != connectionProperties) {
2663 mConnectionProperties = connectionProperties;
2664 for (Listener l : mListeners) {
2665 l.onConnectionPropertiesChanged(this, mConnectionProperties);
2666 }
2667 }
2668 }
2669
2670 /**
Christine Hallstrom2830ce92016-11-30 16:06:42 -08002671 * Sets the supported audio routes.
2672 *
2673 * @param supportedAudioRoutes the supported audio routes as a bitmask.
2674 * See {@link CallAudioState}
2675 * @hide
2676 */
2677 public final void setSupportedAudioRoutes(int supportedAudioRoutes) {
2678 if ((supportedAudioRoutes
2679 & (CallAudioState.ROUTE_EARPIECE | CallAudioState.ROUTE_SPEAKER)) == 0) {
2680 throw new IllegalArgumentException(
2681 "supported audio routes must include either speaker or earpiece");
2682 }
2683
2684 if (mSupportedAudioRoutes != supportedAudioRoutes) {
2685 mSupportedAudioRoutes = supportedAudioRoutes;
2686 for (Listener l : mListeners) {
2687 l.onSupportedAudioRoutesChanged(this, mSupportedAudioRoutes);
2688 }
2689 }
2690 }
2691
2692 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002693 * Tears down the Connection object.
Santos Cordonb6939982014-06-04 20:20:58 -07002694 */
Evan Charlton36a71342014-07-19 16:31:02 -07002695 public final void destroy() {
Jay Shrauner229e3822014-08-15 09:23:07 -07002696 for (Listener l : mListeners) {
2697 l.onDestroyed(this);
Santos Cordond34e5712014-08-05 18:54:03 +00002698 }
Santos Cordonb6939982014-06-04 20:20:58 -07002699 }
2700
2701 /**
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002702 * Requests that the framework use VOIP audio mode for this connection.
2703 *
2704 * @param isVoip True if the audio mode is VOIP.
2705 */
2706 public final void setAudioModeIsVoip(boolean isVoip) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002707 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002708 mAudioModeIsVoip = isVoip;
2709 for (Listener l : mListeners) {
2710 l.onAudioModeIsVoipChanged(this, isVoip);
2711 }
Sailesh Nepal33aaae42014-07-07 22:49:44 -07002712 }
2713
2714 /**
Roshan Piuse927ec02015-07-15 15:47:21 -07002715 * Sets the time at which a call became active on this Connection. This is set only
2716 * when a conference call becomes active on this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002717 * <p>
Tyler Gunnc9503d62020-01-27 10:30:51 -08002718 * This time corresponds to the date/time of connection and is stored in the call log in
2719 * {@link android.provider.CallLog.Calls#DATE}.
2720 * <p>
Tyler Gunnc63f9082019-10-15 13:19:26 -07002721 * Used by telephony to maintain calls associated with an IMS Conference.
Roshan Piuse927ec02015-07-15 15:47:21 -07002722 *
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002723 * @param connectTimeMillis The connection time, in milliseconds. Should be set using a value
2724 * obtained from {@link System#currentTimeMillis()}.
Roshan Piuse927ec02015-07-15 15:47:21 -07002725 *
2726 * @hide
2727 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002728 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002729 @RequiresPermission(MODIFY_PHONE_STATE)
2730 public final void setConnectTimeMillis(@IntRange(from = 0) long connectTimeMillis) {
Roshan Piuse927ec02015-07-15 15:47:21 -07002731 mConnectTimeMillis = connectTimeMillis;
2732 }
2733
2734 /**
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002735 * Sets the time at which a call became active on this Connection. This is set only
2736 * when a conference call becomes active on this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07002737 * <p>
Tyler Gunnc9503d62020-01-27 10:30:51 -08002738 * This time is used to establish the duration of a call. It uses
2739 * {@link SystemClock#elapsedRealtime()} to ensure that the call duration is not impacted by
2740 * time zone changes during a call. The difference between the current
2741 * {@link SystemClock#elapsedRealtime()} and the value set at the connection start time is used
2742 * to populate {@link android.provider.CallLog.Calls#DURATION} in the call log.
2743 * <p>
Tyler Gunnc63f9082019-10-15 13:19:26 -07002744 * Used by telephony to maintain calls associated with an IMS Conference.
Tyler Gunnc9503d62020-01-27 10:30:51 -08002745 *
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002746 * @param connectElapsedTimeMillis The connection time, in milliseconds. Stored in the format
2747 * {@link SystemClock#elapsedRealtime()}.
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002748 * @hide
2749 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002750 @SystemApi
Tyler Gunnc9503d62020-01-27 10:30:51 -08002751 @RequiresPermission(MODIFY_PHONE_STATE)
2752 public final void setConnectionStartElapsedRealtimeMillis(
2753 @ElapsedRealtimeLong long connectElapsedTimeMillis) {
Tyler Gunn3fa819c2017-08-04 09:27:26 -07002754 mConnectElapsedTimeMillis = connectElapsedTimeMillis;
2755 }
2756
2757 /**
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002758 * Sets the label and icon status to display in the in-call UI.
2759 *
2760 * @param statusHints The status label and icon to set.
2761 */
2762 public final void setStatusHints(StatusHints statusHints) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002763 checkImmutable();
Santos Cordond34e5712014-08-05 18:54:03 +00002764 mStatusHints = statusHints;
2765 for (Listener l : mListeners) {
2766 l.onStatusHintsChanged(this, statusHints);
2767 }
Sailesh Nepale7ef59a2014-07-08 21:48:22 -07002768 }
2769
2770 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002771 * Sets the connections with which this connection can be conferenced.
2772 *
2773 * @param conferenceableConnections The set of connections this connection can conference with.
2774 */
2775 public final void setConferenceableConnections(List<Connection> conferenceableConnections) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002776 checkImmutable();
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002777 clearConferenceableList();
2778 for (Connection c : conferenceableConnections) {
2779 // If statement checks for duplicates in input. It makes it N^2 but we're dealing with a
2780 // small amount of items here.
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002781 if (!mConferenceables.contains(c)) {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002782 c.addConnectionListener(mConnectionDeathListener);
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002783 mConferenceables.add(c);
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07002784 }
2785 }
2786 fireOnConferenceableConnectionsChanged();
2787 }
2788
2789 /**
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002790 * Similar to {@link #setConferenceableConnections(java.util.List)}, sets a list of connections
2791 * or conferences with which this connection can be conferenced.
2792 *
2793 * @param conferenceables The conferenceables.
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002794 */
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002795 public final void setConferenceables(List<Conferenceable> conferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002796 clearConferenceableList();
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002797 for (Conferenceable c : conferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002798 // If statement checks for duplicates in input. It makes it N^2 but we're dealing with a
2799 // small amount of items here.
2800 if (!mConferenceables.contains(c)) {
2801 if (c instanceof Connection) {
2802 Connection connection = (Connection) c;
2803 connection.addConnectionListener(mConnectionDeathListener);
2804 } else if (c instanceof Conference) {
2805 Conference conference = (Conference) c;
2806 conference.addListener(mConferenceDeathListener);
2807 }
2808 mConferenceables.add(c);
2809 }
2810 }
2811 fireOnConferenceableConnectionsChanged();
2812 }
2813
2814 /**
Tyler Gunnc63f9082019-10-15 13:19:26 -07002815 * Resets the CDMA connection time.
2816 * <p>
2817 * This is an implementation detail specific to legacy CDMA calls on mobile networks.
Mengjun Leng25707742017-07-04 11:10:37 +08002818 * @hide
Mengjun Leng25707742017-07-04 11:10:37 +08002819 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07002820 @SystemApi
Mengjun Leng25707742017-07-04 11:10:37 +08002821 public final void resetConnectionTime() {
2822 for (Listener l : mListeners) {
2823 l.onConnectionTimeReset(this);
2824 }
2825 }
2826
2827 /**
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002828 * Returns the connections or conferences with which this connection can be conferenced.
2829 */
Tyler Gunndf2cbc82015-04-20 09:13:01 -07002830 public final List<Conferenceable> getConferenceables() {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08002831 return mUnmodifiableConferenceables;
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002832 }
2833
Yorke Lee53463962015-08-04 16:07:19 -07002834 /**
Santos Cordon823fd3c2014-08-07 18:35:18 -07002835 * @hide
2836 */
2837 public final void setConnectionService(ConnectionService connectionService) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002838 checkImmutable();
Santos Cordon823fd3c2014-08-07 18:35:18 -07002839 if (mConnectionService != null) {
2840 Log.e(this, new Exception(), "Trying to set ConnectionService on a connection " +
2841 "which is already associated with another ConnectionService.");
2842 } else {
2843 mConnectionService = connectionService;
2844 }
2845 }
2846
2847 /**
2848 * @hide
2849 */
2850 public final void unsetConnectionService(ConnectionService connectionService) {
2851 if (mConnectionService != connectionService) {
2852 Log.e(this, new Exception(), "Trying to remove ConnectionService from a Connection " +
2853 "that does not belong to the ConnectionService.");
2854 } else {
2855 mConnectionService = null;
2856 }
2857 }
2858
2859 /**
2860 * Sets the conference that this connection is a part of. This will fail if the connection is
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002861 * already part of a conference. {@link #resetConference} to un-set the conference first.
Santos Cordon823fd3c2014-08-07 18:35:18 -07002862 *
2863 * @param conference The conference.
2864 * @return {@code true} if the conference was successfully set.
2865 * @hide
2866 */
2867 public final boolean setConference(Conference conference) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08002868 checkImmutable();
Santos Cordon823fd3c2014-08-07 18:35:18 -07002869 // We check to see if it is already part of another conference.
Santos Cordon0159ac02014-08-21 14:28:11 -07002870 if (mConference == null) {
Santos Cordon823fd3c2014-08-07 18:35:18 -07002871 mConference = conference;
Santos Cordon0159ac02014-08-21 14:28:11 -07002872 if (mConnectionService != null && mConnectionService.containsConference(conference)) {
2873 fireConferenceChanged();
2874 }
Santos Cordon823fd3c2014-08-07 18:35:18 -07002875 return true;
2876 }
2877 return false;
2878 }
2879
2880 /**
2881 * Resets the conference that this connection is a part of.
2882 * @hide
2883 */
2884 public final void resetConference() {
2885 if (mConference != null) {
Santos Cordon0159ac02014-08-21 14:28:11 -07002886 Log.d(this, "Conference reset");
Santos Cordon823fd3c2014-08-07 18:35:18 -07002887 mConference = null;
2888 fireConferenceChanged();
2889 }
2890 }
2891
Ihab Awadb19a0bc2014-08-07 19:46:01 -07002892 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07002893 * Set some extras that can be associated with this {@code Connection}.
2894 * <p>
2895 * New or existing keys are replaced in the {@code Connection} extras. Keys which are no longer
2896 * in the new extras, but were present the last time {@code setExtras} was called are removed.
2897 * <p>
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07002898 * Alternatively you may use the {@link #putExtras(Bundle)}, and
2899 * {@link #removeExtras(String...)} methods to modify the extras.
2900 * <p>
Tyler Gunndee56a82016-03-23 16:06:34 -07002901 * 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 -07002902 * Keys should be fully qualified (e.g., com.example.MY_EXTRA) to avoid conflicts.
2903 *
2904 * @param extras The extras associated with this {@code Connection}.
2905 */
2906 public final void setExtras(@Nullable Bundle extras) {
2907 checkImmutable();
Tyler Gunndee56a82016-03-23 16:06:34 -07002908
2909 // Add/replace any new or changed extras values.
2910 putExtras(extras);
2911
2912 // If we have used "setExtras" in the past, compare the key set from the last invocation to
2913 // the current one and remove any keys that went away.
2914 if (mPreviousExtraKeys != null) {
2915 List<String> toRemove = new ArrayList<String>();
2916 for (String oldKey : mPreviousExtraKeys) {
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07002917 if (extras == null || !extras.containsKey(oldKey)) {
Tyler Gunndee56a82016-03-23 16:06:34 -07002918 toRemove.add(oldKey);
2919 }
2920 }
2921 if (!toRemove.isEmpty()) {
2922 removeExtras(toRemove);
2923 }
2924 }
2925
2926 // Track the keys the last time set called setExtras. This way, the next time setExtras is
2927 // called we can see if the caller has removed any extras values.
2928 if (mPreviousExtraKeys == null) {
2929 mPreviousExtraKeys = new ArraySet<String>();
2930 }
2931 mPreviousExtraKeys.clear();
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07002932 if (extras != null) {
2933 mPreviousExtraKeys.addAll(extras.keySet());
2934 }
Tyler Gunndee56a82016-03-23 16:06:34 -07002935 }
2936
2937 /**
2938 * Adds some extras to this {@code Connection}. Existing keys are replaced and new ones are
2939 * added.
2940 * <p>
2941 * No assumptions should be made as to how an In-Call UI or service will handle these extras.
2942 * Keys should be fully qualified (e.g., com.example.MY_EXTRA) to avoid conflicts.
2943 *
2944 * @param extras The extras to add.
2945 */
2946 public final void putExtras(@NonNull Bundle extras) {
2947 checkImmutable();
2948 if (extras == null) {
2949 return;
2950 }
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002951 // Creating a duplicate bundle so we don't have to synchronize on mExtrasLock while calling
2952 // the listeners.
2953 Bundle listenerExtras;
2954 synchronized (mExtrasLock) {
2955 if (mExtras == null) {
2956 mExtras = new Bundle();
2957 }
2958 mExtras.putAll(extras);
2959 listenerExtras = new Bundle(mExtras);
Tyler Gunndee56a82016-03-23 16:06:34 -07002960 }
Santos Cordon6b7f9552015-05-27 17:21:45 -07002961 for (Listener l : mListeners) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002962 // Create a new clone of the extras for each listener so that they don't clobber
2963 // each other
2964 l.onExtrasChanged(this, new Bundle(listenerExtras));
Santos Cordon6b7f9552015-05-27 17:21:45 -07002965 }
2966 }
2967
2968 /**
Tyler Gunn071be6f2016-05-10 14:52:33 -07002969 * Removes extras from this {@code Connection}.
Tyler Gunndee56a82016-03-23 16:06:34 -07002970 *
Tyler Gunn071be6f2016-05-10 14:52:33 -07002971 * @param keys The keys of the extras to remove.
Tyler Gunndee56a82016-03-23 16:06:34 -07002972 */
2973 public final void removeExtras(List<String> keys) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002974 synchronized (mExtrasLock) {
2975 if (mExtras != null) {
2976 for (String key : keys) {
2977 mExtras.remove(key);
2978 }
Tyler Gunndee56a82016-03-23 16:06:34 -07002979 }
2980 }
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002981 List<String> unmodifiableKeys = Collections.unmodifiableList(keys);
Tyler Gunndee56a82016-03-23 16:06:34 -07002982 for (Listener l : mListeners) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07002983 l.onExtrasRemoved(this, unmodifiableKeys);
Tyler Gunndee56a82016-03-23 16:06:34 -07002984 }
2985 }
2986
2987 /**
Tyler Gunn071be6f2016-05-10 14:52:33 -07002988 * Removes extras from this {@code Connection}.
2989 *
2990 * @param keys The keys of the extras to remove.
2991 */
2992 public final void removeExtras(String ... keys) {
2993 removeExtras(Arrays.asList(keys));
2994 }
2995
2996 /**
Tyler Gunnf5035432017-01-09 09:43:12 -08002997 * Sets the audio route (speaker, bluetooth, etc...). When this request is honored, there will
2998 * be change to the {@link #getCallAudioState()}.
2999 * <p>
3000 * Used by self-managed {@link ConnectionService}s which wish to change the audio route for a
3001 * self-managed {@link Connection} (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.)
3002 * <p>
3003 * See also {@link InCallService#setAudioRoute(int)}.
3004 *
3005 * @param route The audio route to use (one of {@link CallAudioState#ROUTE_BLUETOOTH},
3006 * {@link CallAudioState#ROUTE_EARPIECE}, {@link CallAudioState#ROUTE_SPEAKER}, or
3007 * {@link CallAudioState#ROUTE_WIRED_HEADSET}).
3008 */
3009 public final void setAudioRoute(int route) {
3010 for (Listener l : mListeners) {
Hall Liua98f58b52017-11-07 17:59:28 -08003011 l.onAudioRouteChanged(this, route, null);
3012 }
3013 }
3014
3015 /**
Hall Liua98f58b52017-11-07 17:59:28 -08003016 * Request audio routing to a specific bluetooth device. Calling this method may result in
3017 * the device routing audio to a different bluetooth device than the one specified if the
3018 * bluetooth stack is unable to route audio to the requested device.
3019 * A list of available devices can be obtained via
3020 * {@link CallAudioState#getSupportedBluetoothDevices()}
3021 *
3022 * <p>
3023 * Used by self-managed {@link ConnectionService}s which wish to use bluetooth audio for a
3024 * self-managed {@link Connection} (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}.)
3025 * <p>
Hall Liu2b6a6a32018-04-02 13:52:57 -07003026 * See also {@link InCallService#requestBluetoothAudio(BluetoothDevice)}
3027 * @param bluetoothDevice The bluetooth device to connect to.
Hall Liua98f58b52017-11-07 17:59:28 -08003028 */
Hall Liu2b6a6a32018-04-02 13:52:57 -07003029 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) {
Hall Liua98f58b52017-11-07 17:59:28 -08003030 for (Listener l : mListeners) {
Hall Liu2b6a6a32018-04-02 13:52:57 -07003031 l.onAudioRouteChanged(this, CallAudioState.ROUTE_BLUETOOTH,
3032 bluetoothDevice.getAddress());
Tyler Gunnf5035432017-01-09 09:43:12 -08003033 }
3034 }
3035
3036 /**
Hall Liub64ac4c2017-02-06 10:49:48 -08003037 * Informs listeners that a previously requested RTT session via
3038 * {@link ConnectionRequest#isRequestingRtt()} or
Hall Liu37dfdb02017-12-04 14:19:30 -08003039 * {@link #onStartRtt(RttTextStream)} has succeeded.
Hall Liub64ac4c2017-02-06 10:49:48 -08003040 */
3041 public final void sendRttInitiationSuccess() {
3042 mListeners.forEach((l) -> l.onRttInitiationSuccess(Connection.this));
3043 }
3044
3045 /**
3046 * Informs listeners that a previously requested RTT session via
Hall Liu37dfdb02017-12-04 14:19:30 -08003047 * {@link ConnectionRequest#isRequestingRtt()} or {@link #onStartRtt(RttTextStream)}
Hall Liub64ac4c2017-02-06 10:49:48 -08003048 * has failed.
3049 * @param reason One of the reason codes defined in {@link RttModifyStatus}, with the
3050 * exception of {@link RttModifyStatus#SESSION_MODIFY_REQUEST_SUCCESS}.
Hall Liub64ac4c2017-02-06 10:49:48 -08003051 */
3052 public final void sendRttInitiationFailure(int reason) {
3053 mListeners.forEach((l) -> l.onRttInitiationFailure(Connection.this, reason));
3054 }
3055
3056 /**
3057 * Informs listeners that a currently active RTT session has been terminated by the remote
3058 * side of the coll.
Hall Liub64ac4c2017-02-06 10:49:48 -08003059 */
3060 public final void sendRttSessionRemotelyTerminated() {
3061 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this));
3062 }
3063
3064 /**
3065 * Informs listeners that the remote side of the call has requested an upgrade to include an
3066 * RTT session in the call.
Hall Liub64ac4c2017-02-06 10:49:48 -08003067 */
3068 public final void sendRemoteRttRequest() {
3069 mListeners.forEach((l) -> l.onRemoteRttRequest(Connection.this));
3070 }
3071
3072 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003073 * Notifies this Connection that the {@link #getAudioState()} property has a new value.
Sailesh Nepal400cc482014-06-26 12:04:00 -07003074 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003075 * @param state The new connection audio state.
Yorke Lee4af59352015-05-13 14:14:54 -07003076 * @deprecated Use {@link #onCallAudioStateChanged(CallAudioState)} instead.
3077 * @hide
Sailesh Nepal400cc482014-06-26 12:04:00 -07003078 */
Yorke Lee4af59352015-05-13 14:14:54 -07003079 @SystemApi
3080 @Deprecated
Nancy Chen354b2bd2014-09-08 18:27:26 -07003081 public void onAudioStateChanged(AudioState state) {}
Sailesh Nepal400cc482014-06-26 12:04:00 -07003082
3083 /**
Yorke Lee4af59352015-05-13 14:14:54 -07003084 * Notifies this Connection that the {@link #getCallAudioState()} property has a new value.
3085 *
3086 * @param state The new connection audio state.
3087 */
3088 public void onCallAudioStateChanged(CallAudioState state) {}
3089
3090 /**
Grace Jiae99fde92021-01-19 14:58:01 -08003091 * Inform this Connection when it will or will not be tracked by an {@link InCallService} which
3092 * can provide an InCall UI.
3093 * This is primarily intended for use by Connections reported by self-managed
3094 * {@link ConnectionService} which typically maintain their own UI.
3095 *
3096 * @param isUsingAlternativeUi Indicates whether an InCallService that can provide InCall UI is
3097 * currently tracking the self-managed call.
3098 */
3099 public void onUsingAlternativeUi(boolean isUsingAlternativeUi) {}
3100
3101 /**
3102 * Inform this Conenection when it will or will not be tracked by an non-UI
3103 * {@link InCallService}.
3104 *
3105 * @param isTracked Indicates whether an non-UI InCallService is currently tracking the
3106 * self-managed call.
3107 */
3108 public void onTrackedByNonUiService(boolean isTracked) {}
3109
3110 /**
Evan Charltonbf11f982014-07-20 22:06:28 -07003111 * Notifies this Connection of an internal state change. This method is called after the
3112 * state is changed.
Ihab Awadf8358972014-05-28 16:46:42 -07003113 *
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003114 * @param state The new state, one of the {@code STATE_*} constants.
Ihab Awadf8358972014-05-28 16:46:42 -07003115 */
Nancy Chen354b2bd2014-09-08 18:27:26 -07003116 public void onStateChanged(int state) {}
Ihab Awadf8358972014-05-28 16:46:42 -07003117
3118 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07003119 * Notifies this Connection of a request to play a DTMF tone.
3120 *
3121 * @param c A DTMF character.
3122 */
Santos Cordonf2951102014-07-20 19:06:29 -07003123 public void onPlayDtmfTone(char c) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003124
3125 /**
3126 * Notifies this Connection of a request to stop any currently playing DTMF tones.
3127 */
Santos Cordonf2951102014-07-20 19:06:29 -07003128 public void onStopDtmfTone() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003129
3130 /**
3131 * Notifies this Connection of a request to disconnect.
3132 */
Santos Cordonf2951102014-07-20 19:06:29 -07003133 public void onDisconnect() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003134
3135 /**
Tyler Gunn3b4b1dc2014-11-04 14:53:37 -08003136 * Notifies this Connection of a request to disconnect a participant of the conference managed
3137 * by the connection.
3138 *
3139 * @param endpoint the {@link Uri} of the participant to disconnect.
3140 * @hide
3141 */
3142 public void onDisconnectConferenceParticipant(Uri endpoint) {}
3143
3144 /**
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003145 * Notifies this Connection of a request to separate from its parent conference.
Santos Cordonb6939982014-06-04 20:20:58 -07003146 */
Santos Cordonf2951102014-07-20 19:06:29 -07003147 public void onSeparate() {}
Santos Cordonb6939982014-06-04 20:20:58 -07003148
3149 /**
Tyler Gunn0c62ef02020-02-11 14:39:43 -08003150 * Supports initiation of a conference call by directly adding participants to an ongoing call.
Ravi Paluri404babb2020-01-23 19:02:44 +05303151 *
3152 * @param participants with which conference call will be formed.
3153 */
3154 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {}
3155
3156 /**
Ihab Awad542e0ea2014-05-16 10:22:16 -07003157 * Notifies this Connection of a request to abort.
3158 */
Santos Cordonf2951102014-07-20 19:06:29 -07003159 public void onAbort() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003160
3161 /**
3162 * Notifies this Connection of a request to hold.
3163 */
Santos Cordonf2951102014-07-20 19:06:29 -07003164 public void onHold() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003165
3166 /**
3167 * Notifies this Connection of a request to exit a hold state.
3168 */
Santos Cordonf2951102014-07-20 19:06:29 -07003169 public void onUnhold() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003170
3171 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003172 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Santos Cordond34e5712014-08-05 18:54:03 +00003173 * a request to accept.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003174 * <p>
3175 * For managed {@link ConnectionService}s, this will be called when the user answers a call via
3176 * the default dialer's {@link InCallService}.
3177 * <p>
3178 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3179 * Telecom framework may request that the call is answered in the following circumstances:
3180 * <ul>
3181 * <li>The user chooses to answer an incoming call via a Bluetooth device.</li>
3182 * <li>A car mode {@link InCallService} is in use which has declared
3183 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3184 * {@link InCallService} will be able to see calls from self-managed
3185 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3186 * behalf.</li>
3187 * </ul>
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003188 * @param videoState The video state in which to answer the connection.
Ihab Awad542e0ea2014-05-16 10:22:16 -07003189 */
Santos Cordonf2951102014-07-20 19:06:29 -07003190 public void onAnswer(int videoState) {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003191
3192 /**
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003193 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Tyler Gunnbe74de02014-08-29 14:51:48 -07003194 * a request to accept.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003195 * <p>
3196 * For managed {@link ConnectionService}s, this will be called when the user answers a call via
3197 * the default dialer's {@link InCallService}.
3198 * <p>
3199 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3200 * Telecom framework may request that the call is answered in the following circumstances:
3201 * <ul>
3202 * <li>The user chooses to answer an incoming call via a Bluetooth device.</li>
3203 * <li>A car mode {@link InCallService} is in use which has declared
3204 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3205 * {@link InCallService} will be able to see calls from self-managed
3206 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3207 * behalf.</li>
3208 * </ul>
Tyler Gunnbe74de02014-08-29 14:51:48 -07003209 */
3210 public void onAnswer() {
Tyler Gunn87b73f32015-06-03 10:09:59 -07003211 onAnswer(VideoProfile.STATE_AUDIO_ONLY);
Tyler Gunnbe74de02014-08-29 14:51:48 -07003212 }
3213
3214 /**
3215 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Pooja Jaind34698d2017-12-28 14:15:31 +05303216 * a request to deflect.
3217 */
3218 public void onDeflect(Uri address) {}
3219
3220 /**
3221 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
Santos Cordond34e5712014-08-05 18:54:03 +00003222 * a request to reject.
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003223 * <p>
3224 * For managed {@link ConnectionService}s, this will be called when the user rejects a call via
3225 * the default dialer's {@link InCallService}.
3226 * <p>
3227 * Although a self-managed {@link ConnectionService} provides its own incoming call UI, the
3228 * Telecom framework may request that the call is rejected in the following circumstances:
3229 * <ul>
3230 * <li>The user chooses to reject an incoming call via a Bluetooth device.</li>
3231 * <li>A car mode {@link InCallService} is in use which has declared
3232 * {@link TelecomManager#METADATA_INCLUDE_SELF_MANAGED_CALLS} in its manifest. Such an
3233 * {@link InCallService} will be able to see calls from self-managed
3234 * {@link ConnectionService}s, and will be able to display an incoming call UI on their
3235 * behalf.</li>
3236 * </ul>
Ihab Awad542e0ea2014-05-16 10:22:16 -07003237 */
Santos Cordonf2951102014-07-20 19:06:29 -07003238 public void onReject() {}
Ihab Awad542e0ea2014-05-16 10:22:16 -07003239
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003240 /**
Tyler Gunnfacfdee2020-01-23 13:10:37 -08003241 * Notifies this Connection, which is in {@link #STATE_RINGING}, of a request to reject.
3242 * <p>
3243 * For managed {@link ConnectionService}s, this will be called when the user rejects a call via
3244 * the default dialer's {@link InCallService} using {@link Call#reject(int)}.
3245 * @param rejectReason the reason the user provided for rejecting the call.
3246 */
3247 public void onReject(@android.telecom.Call.RejectReason int rejectReason) {
3248 // to be implemented by ConnectionService.
3249 }
3250
3251 /**
Hall Liu712acbe2016-03-14 16:38:56 -07003252 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
3253 * a request to reject with a message.
Bryce Lee81901682015-08-28 16:38:02 -07003254 */
3255 public void onReject(String replyMessage) {}
3256
3257 /**
Ravi Palurif4b38e72020-02-05 12:35:41 +05303258 * Notifies this Connection, a request to transfer to a target number.
3259 * @param number the number to transfer this {@link Connection} to.
3260 * @param isConfirmationRequired when {@code true}, the {@link ConnectionService}
3261 * should wait until the transfer has successfully completed before disconnecting
3262 * the current {@link Connection}.
3263 * When {@code false}, the {@link ConnectionService} should signal the network to
3264 * perform the transfer, but should immediately disconnect the call regardless of
3265 * the outcome of the transfer.
3266 * @hide
3267 */
3268 public void onTransfer(@NonNull Uri number, boolean isConfirmationRequired) {}
3269
3270 /**
3271 * Notifies this Connection, a request to transfer to another Connection.
3272 * @param otherConnection the {@link Connection} to transfer this call to.
3273 * @hide
3274 */
3275 public void onTransfer(@NonNull Connection otherConnection) {}
3276
3277 /**
Tyler Gunn06f06162018-06-18 11:24:15 -07003278 * Notifies this Connection of a request to silence the ringer.
3279 * <p>
3280 * The ringer may be silenced by any of the following methods:
3281 * <ul>
3282 * <li>{@link TelecomManager#silenceRinger()}</li>
3283 * <li>The user presses the volume-down button while a call is ringing.</li>
3284 * </ul>
3285 * <p>
3286 * Self-managed {@link ConnectionService} implementations should override this method in their
3287 * {@link Connection} implementation and implement logic to silence their app's ringtone. If
3288 * your app set the ringtone as part of the incoming call {@link Notification} (see
3289 * {@link #onShowIncomingCallUi()}), it should re-post the notification now, except call
3290 * {@link android.app.Notification.Builder#setOnlyAlertOnce(boolean)} with {@code true}. This
3291 * will ensure the ringtone sound associated with your {@link android.app.NotificationChannel}
3292 * stops playing.
Bryce Leecac50772015-11-17 15:13:29 -08003293 */
3294 public void onSilence() {}
3295
3296 /**
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003297 * Notifies this Connection whether the user wishes to proceed with the post-dial DTMF codes.
3298 */
Santos Cordonf2951102014-07-20 19:06:29 -07003299 public void onPostDialContinue(boolean proceed) {}
Evan Charlton6dea4ac2014-06-03 14:07:13 -07003300
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003301 /**
3302 * Notifies this Connection of a request to pull an external call to the local device.
3303 * <p>
3304 * The {@link InCallService} issues a request to pull an external call to the local device via
3305 * {@link Call#pullExternalCall()}.
3306 * <p>
Tyler Gunn720c6642016-03-22 09:02:47 -07003307 * For a Connection to be pulled, both the {@link Connection#CAPABILITY_CAN_PULL_CALL}
3308 * capability and {@link Connection#PROPERTY_IS_EXTERNAL_CALL} property bits must be set.
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003309 * <p>
Tyler Gunn720c6642016-03-22 09:02:47 -07003310 * For more information on external calls, see {@link Connection#PROPERTY_IS_EXTERNAL_CALL}.
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003311 */
3312 public void onPullExternalCall() {}
3313
3314 /**
3315 * Notifies this Connection of a {@link Call} event initiated from an {@link InCallService}.
3316 * <p>
3317 * The {@link InCallService} issues a Call event via {@link Call#sendCallEvent(String, Bundle)}.
3318 * <p>
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003319 * Where possible, the Connection should make an attempt to handle {@link Call} events which
3320 * are part of the {@code android.telecom.*} namespace. The Connection should ignore any events
3321 * it does not wish to handle. Unexpected events should be handled gracefully, as it is
3322 * possible that a {@link InCallService} has defined its own Call events which a Connection is
3323 * not aware of.
3324 * <p>
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003325 * See also {@link Call#sendCallEvent(String, Bundle)}.
3326 *
3327 * @param event The call event.
3328 * @param extras Extras associated with the call event.
3329 */
3330 public void onCallEvent(String event, Bundle extras) {}
3331
Tyler Gunndee56a82016-03-23 16:06:34 -07003332 /**
Tyler Gunn79bc1ec2018-01-22 15:17:54 -08003333 * Notifies this {@link Connection} that a handover has completed.
3334 * <p>
3335 * A handover is initiated with {@link android.telecom.Call#handoverTo(PhoneAccountHandle, int,
3336 * Bundle)} on the initiating side of the handover, and
3337 * {@link TelecomManager#acceptHandover(Uri, int, PhoneAccountHandle)}.
3338 */
3339 public void onHandoverComplete() {}
3340
3341 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07003342 * Notifies this {@link Connection} of a change to the extras made outside the
3343 * {@link ConnectionService}.
3344 * <p>
3345 * These extras changes can originate from Telecom itself, or from an {@link InCallService} via
3346 * the {@link android.telecom.Call#putExtras(Bundle)} and
3347 * {@link Call#removeExtras(List)}.
3348 *
3349 * @param extras The new extras bundle.
3350 */
3351 public void onExtrasChanged(Bundle extras) {}
3352
Tyler Gunnf5035432017-01-09 09:43:12 -08003353 /**
3354 * Notifies this {@link Connection} that its {@link ConnectionService} is responsible for
3355 * displaying its incoming call user interface for the {@link Connection}.
3356 * <p>
3357 * Will only be called for incoming calls added via a self-managed {@link ConnectionService}
3358 * (see {@link PhoneAccount#CAPABILITY_SELF_MANAGED}), where the {@link ConnectionService}
3359 * should show its own incoming call user interface.
3360 * <p>
3361 * Where there are ongoing calls in other self-managed {@link ConnectionService}s, or in a
Tyler Gunn7c3ddcf2018-02-08 11:28:33 -08003362 * regular {@link ConnectionService}, and it is not possible to hold these other calls, the
3363 * Telecom framework will display its own incoming call user interface to allow the user to
3364 * choose whether to answer the new incoming call and disconnect other ongoing calls, or to
3365 * reject the new incoming call.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003366 * <p>
3367 * You should trigger the display of the incoming call user interface for your application by
3368 * showing a {@link Notification} with a full-screen {@link Intent} specified.
Tyler Gunn06f06162018-06-18 11:24:15 -07003369 *
3370 * In your application code, you should create a {@link android.app.NotificationChannel} for
3371 * incoming call notifications from your app:
3372 * <pre><code>
3373 * NotificationChannel channel = new NotificationChannel(YOUR_CHANNEL_ID, "Incoming Calls",
3374 * NotificationManager.IMPORTANCE_MAX);
3375 * // other channel setup stuff goes here.
3376 *
3377 * // We'll use the default system ringtone for our incoming call notification channel. You can
3378 * // use your own audio resource here.
3379 * Uri ringtoneUri = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_RINGTONE);
3380 * channel.setSound(ringtoneUri, new AudioAttributes.Builder()
3381 * // Setting the AudioAttributes is important as it identifies the purpose of your
3382 * // notification sound.
3383 * .setUsage(AudioAttributes.USAGE_NOTIFICATION_RINGTONE)
3384 * .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
3385 * .build());
3386 *
3387 * NotificationManager mgr = getSystemService(NotificationManager.class);
3388 * mgr.createNotificationChannel(channel);
3389 * </code></pre>
3390 * When it comes time to post a notification for your incoming call, ensure it uses your
3391 * incoming call {@link android.app.NotificationChannel}.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003392 * <pre><code>
3393 * // Create an intent which triggers your fullscreen incoming call user interface.
3394 * Intent intent = new Intent(Intent.ACTION_MAIN, null);
3395 * intent.setFlags(Intent.FLAG_ACTIVITY_NO_USER_ACTION | Intent.FLAG_ACTIVITY_NEW_TASK);
3396 * intent.setClass(context, YourIncomingCallActivity.class);
Ashwini Orugantif8191e82021-01-07 12:04:25 -08003397 * PendingIntent pendingIntent = PendingIntent.getActivity(context, 1, intent, PendingIntent.FLAG_MUTABLE_UNAUDITED);
Tyler Gunn159f35c2017-03-02 09:28:37 -08003398 *
3399 * // Build the notification as an ongoing high priority item; this ensures it will show as
3400 * // a heads up notification which slides down over top of the current content.
3401 * final Notification.Builder builder = new Notification.Builder(context);
3402 * builder.setOngoing(true);
3403 * builder.setPriority(Notification.PRIORITY_HIGH);
3404 *
3405 * // Set notification content intent to take user to fullscreen UI if user taps on the
3406 * // notification body.
3407 * builder.setContentIntent(pendingIntent);
3408 * // Set full screen intent to trigger display of the fullscreen UI when the notification
3409 * // manager deems it appropriate.
3410 * builder.setFullScreenIntent(pendingIntent, true);
3411 *
3412 * // Setup notification content.
3413 * builder.setSmallIcon( yourIconResourceId );
3414 * builder.setContentTitle("Your notification title");
3415 * builder.setContentText("Your notification content.");
3416 *
Tyler Gunn06f06162018-06-18 11:24:15 -07003417 * // Set notification as insistent to cause your ringtone to loop.
3418 * Notification notification = builder.build();
3419 * notification.flags |= Notification.FLAG_INSISTENT;
Tyler Gunn159f35c2017-03-02 09:28:37 -08003420 *
Tyler Gunn06f06162018-06-18 11:24:15 -07003421 * // Use builder.addAction(..) to add buttons to answer or reject the call.
Tyler Gunn159f35c2017-03-02 09:28:37 -08003422 * NotificationManager notificationManager = mContext.getSystemService(
3423 * NotificationManager.class);
Tyler Gunn06f06162018-06-18 11:24:15 -07003424 * notificationManager.notify(YOUR_CHANNEL_ID, YOUR_TAG, YOUR_ID, notification);
Tyler Gunn159f35c2017-03-02 09:28:37 -08003425 * </code></pre>
Tyler Gunnf5035432017-01-09 09:43:12 -08003426 */
3427 public void onShowIncomingCallUi() {}
3428
Hall Liub64ac4c2017-02-06 10:49:48 -08003429 /**
3430 * Notifies this {@link Connection} that the user has requested an RTT session.
3431 * The connection service should call {@link #sendRttInitiationSuccess} or
3432 * {@link #sendRttInitiationFailure} to inform Telecom of the success or failure of the
3433 * request, respectively.
3434 * @param rttTextStream The object that should be used to send text to or receive text from
3435 * the in-call app.
Hall Liub64ac4c2017-02-06 10:49:48 -08003436 */
3437 public void onStartRtt(@NonNull RttTextStream rttTextStream) {}
3438
3439 /**
3440 * Notifies this {@link Connection} that it should terminate any existing RTT communication
3441 * channel. No response to Telecom is needed for this method.
Hall Liub64ac4c2017-02-06 10:49:48 -08003442 */
3443 public void onStopRtt() {}
3444
3445 /**
3446 * Notifies this connection of a response to a previous remotely-initiated RTT upgrade
3447 * request sent via {@link #sendRemoteRttRequest}. Acceptance of the request is
3448 * indicated by the supplied {@link RttTextStream} being non-null, and rejection is
3449 * indicated by {@code rttTextStream} being {@code null}
Hall Liub64ac4c2017-02-06 10:49:48 -08003450 * @param rttTextStream The object that should be used to send text to or receive text from
3451 * the in-call app.
3452 */
3453 public void handleRttUpgradeResponse(@Nullable RttTextStream rttTextStream) {}
3454
Hall Liu49cabcc2021-01-15 11:41:48 -08003455 /**
Hall Liu73903142021-02-18 18:41:41 -08003456 * Information provided to a {@link Connection} upon completion of call filtering in Telecom.
3457 *
3458 * @hide
3459 */
3460 @SystemApi
3461 public static final class CallFilteringCompletionInfo implements Parcelable {
3462 private final boolean mIsBlocked;
3463 private final boolean mIsInContacts;
3464 private final CallScreeningService.CallResponse mCallResponse;
3465 private final ComponentName mCallScreeningComponent;
3466
3467 /**
3468 * Constructor for {@link CallFilteringCompletionInfo}
3469 *
3470 * @param isBlocked Whether any part of the call filtering process indicated that this call
3471 * should be blocked.
3472 * @param isInContacts Whether the caller is in the user's contacts.
3473 * @param callResponse The instance of {@link CallScreeningService.CallResponse} provided
3474 * by the {@link CallScreeningService} that processed this call, or
3475 * {@code null} if no call screening service ran.
3476 * @param callScreeningComponent The component of the {@link CallScreeningService}
3477 * that processed this call, or {@link null} if no
3478 * call screening service ran.
3479 */
3480 public CallFilteringCompletionInfo(boolean isBlocked, boolean isInContacts,
3481 @Nullable CallScreeningService.CallResponse callResponse,
3482 @Nullable ComponentName callScreeningComponent) {
3483 mIsBlocked = isBlocked;
3484 mIsInContacts = isInContacts;
3485 mCallResponse = callResponse;
3486 mCallScreeningComponent = callScreeningComponent;
3487 }
3488
3489 /** @hide */
3490 protected CallFilteringCompletionInfo(Parcel in) {
3491 mIsBlocked = in.readByte() != 0;
3492 mIsInContacts = in.readByte() != 0;
3493 CallScreeningService.ParcelableCallResponse response
3494 = in.readParcelable(CallScreeningService.class.getClassLoader());
3495 mCallResponse = response == null ? null : response.toCallResponse();
3496 mCallScreeningComponent = in.readParcelable(ComponentName.class.getClassLoader());
3497 }
3498
3499 @NonNull
3500 public static final Creator<CallFilteringCompletionInfo> CREATOR =
3501 new Creator<CallFilteringCompletionInfo>() {
3502 @Override
3503 public CallFilteringCompletionInfo createFromParcel(Parcel in) {
3504 return new CallFilteringCompletionInfo(in);
3505 }
3506
3507 @Override
3508 public CallFilteringCompletionInfo[] newArray(int size) {
3509 return new CallFilteringCompletionInfo[size];
3510 }
3511 };
3512
3513 /**
3514 * @return Whether any part of the call filtering process indicated that this call should be
3515 * blocked.
3516 */
3517 public boolean isBlocked() {
3518 return mIsBlocked;
3519 }
3520
3521 /**
3522 * @return Whether the caller is in the user's contacts.
3523 */
3524 public boolean isInContacts() {
3525 return mIsInContacts;
3526 }
3527
3528 /**
3529 * @return The instance of {@link CallScreeningService.CallResponse} provided
3530 * by the {@link CallScreeningService} that processed this
3531 * call, or {@code null} if no call screening service ran.
3532 */
3533 public @Nullable CallScreeningService.CallResponse getCallResponse() {
3534 return mCallResponse;
3535 }
3536
3537 /**
3538 * @return The component of the {@link CallScreeningService}
3539 * that processed this call, or {@code null} if no call screening service ran.
3540 */
3541 public @Nullable ComponentName getCallScreeningComponent() {
3542 return mCallScreeningComponent;
3543 }
3544
3545 @Override
3546 public int describeContents() {
3547 return 0;
3548 }
3549
3550 @Override
3551 public String toString() {
3552 return "CallFilteringCompletionInfo{" +
3553 "mIsBlocked=" + mIsBlocked +
3554 ", mIsInContacts=" + mIsInContacts +
3555 ", mCallResponse=" + mCallResponse +
3556 ", mCallScreeningPackageName='" + mCallScreeningComponent + '\'' +
3557 '}';
3558 }
3559
3560 /** @hide */
3561 @Override
3562 public void writeToParcel(Parcel dest, int flags) {
3563 dest.writeByte((byte) (mIsBlocked ? 1 : 0));
3564 dest.writeByte((byte) (mIsInContacts ? 1 : 0));
3565 dest.writeParcelable(mCallResponse == null ? null : mCallResponse.toParcelable(), 0);
3566 dest.writeParcelable(mCallScreeningComponent, 0);
3567 }
3568 }
3569
3570 /**
Hall Liu49cabcc2021-01-15 11:41:48 -08003571 * Indicates that call filtering in Telecom is complete
3572 *
3573 * This method is called for a connection created via
3574 * {@link ConnectionService#onCreateIncomingConnection} when call filtering completes in
3575 * Telecom, including checking the blocked number db, per-contact settings, and custom call
3576 * filtering apps.
3577 *
Hall Liu73903142021-02-18 18:41:41 -08003578 * @param callFilteringCompletionInfo Info provided by Telecom on the results of call filtering.
Hall Liu49cabcc2021-01-15 11:41:48 -08003579 * @hide
3580 */
3581 @SystemApi
3582 @RequiresPermission(Manifest.permission.READ_CONTACTS)
Hall Liu73903142021-02-18 18:41:41 -08003583 public void onCallFilteringCompleted(
3584 @NonNull CallFilteringCompletionInfo callFilteringCompletionInfo) { }
Hall Liu49cabcc2021-01-15 11:41:48 -08003585
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003586 static String toLogSafePhoneNumber(String number) {
3587 // For unknown number, log empty string.
3588 if (number == null) {
3589 return "";
3590 }
3591
3592 if (PII_DEBUG) {
3593 // When PII_DEBUG is true we emit PII.
3594 return number;
3595 }
3596
3597 // Do exactly same thing as Uri#toSafeString() does, which will enable us to compare
3598 // sanitized phone numbers.
3599 StringBuilder builder = new StringBuilder();
3600 for (int i = 0; i < number.length(); i++) {
3601 char c = number.charAt(i);
3602 if (c == '-' || c == '@' || c == '.') {
3603 builder.append(c);
3604 } else {
3605 builder.append('x');
3606 }
3607 }
3608 return builder.toString();
3609 }
3610
Ihab Awad542e0ea2014-05-16 10:22:16 -07003611 private void setState(int state) {
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003612 checkImmutable();
Ihab Awad6107bab2014-08-18 09:23:25 -07003613 if (mState == STATE_DISCONNECTED && mState != state) {
3614 Log.d(this, "Connection already DISCONNECTED; cannot transition out of this state.");
Evan Charltonbf11f982014-07-20 22:06:28 -07003615 return;
Sailesh Nepal400cc482014-06-26 12:04:00 -07003616 }
Evan Charltonbf11f982014-07-20 22:06:28 -07003617 if (mState != state) {
3618 Log.d(this, "setState: %s", stateToString(state));
3619 mState = state;
Nancy Chen354b2bd2014-09-08 18:27:26 -07003620 onStateChanged(state);
Evan Charltonbf11f982014-07-20 22:06:28 -07003621 for (Listener l : mListeners) {
3622 l.onStateChanged(this, state);
3623 }
Evan Charltonbf11f982014-07-20 22:06:28 -07003624 }
3625 }
3626
Sailesh Nepalcf7020b2014-08-20 10:07:19 -07003627 private static class FailureSignalingConnection extends Connection {
Ihab Awad90e34e32014-12-01 16:23:17 -08003628 private boolean mImmutable = false;
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003629 public FailureSignalingConnection(DisconnectCause disconnectCause) {
3630 setDisconnected(disconnectCause);
Tyler Gunn2915af72020-03-06 11:36:21 -08003631 mImmutable = true;
Ihab Awad6107bab2014-08-18 09:23:25 -07003632 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003633
3634 public void checkImmutable() {
Ihab Awad90e34e32014-12-01 16:23:17 -08003635 if (mImmutable) {
3636 throw new UnsupportedOperationException("Connection is immutable");
3637 }
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003638 }
Ihab Awad6107bab2014-08-18 09:23:25 -07003639 }
3640
Evan Charltonbf11f982014-07-20 22:06:28 -07003641 /**
Ihab Awad6107bab2014-08-18 09:23:25 -07003642 * Return a {@code Connection} which represents a failed connection attempt. The returned
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003643 * {@code Connection} will have a {@link android.telecom.DisconnectCause} and as specified,
3644 * and a {@link #getState()} of {@link #STATE_DISCONNECTED}.
Ihab Awad6107bab2014-08-18 09:23:25 -07003645 * <p>
3646 * The returned {@code Connection} can be assumed to {@link #destroy()} itself when appropriate,
3647 * so users of this method need not maintain a reference to its return value to destroy it.
Evan Charltonbf11f982014-07-20 22:06:28 -07003648 *
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003649 * @param disconnectCause The disconnect cause, ({@see android.telecomm.DisconnectCause}).
Ihab Awad6107bab2014-08-18 09:23:25 -07003650 * @return A {@code Connection} which indicates failure.
Evan Charltonbf11f982014-07-20 22:06:28 -07003651 */
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003652 public static Connection createFailedConnection(DisconnectCause disconnectCause) {
3653 return new FailureSignalingConnection(disconnectCause);
Evan Charltonbf11f982014-07-20 22:06:28 -07003654 }
3655
Evan Charltonbf11f982014-07-20 22:06:28 -07003656 /**
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003657 * Override to throw an {@link UnsupportedOperationException} if this {@code Connection} is
3658 * not intended to be mutated, e.g., if it is a marker for failure. Only for framework use;
3659 * this should never be un-@hide-den.
3660 *
3661 * @hide
3662 */
3663 public void checkImmutable() {}
3664
3665 /**
Ihab Awad6107bab2014-08-18 09:23:25 -07003666 * Return a {@code Connection} which represents a canceled connection attempt. The returned
3667 * {@code Connection} will have state {@link #STATE_DISCONNECTED}, and cannot be moved out of
3668 * that state. This connection should not be used for anything, and no other
3669 * {@code Connection}s should be attempted.
3670 * <p>
Ihab Awad6107bab2014-08-18 09:23:25 -07003671 * so users of this method need not maintain a reference to its return value to destroy it.
Evan Charltonbf11f982014-07-20 22:06:28 -07003672 *
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003673 * @return A {@code Connection} which indicates that the underlying connection should
3674 * be canceled.
Evan Charltonbf11f982014-07-20 22:06:28 -07003675 */
Ihab Awadb19a0bc2014-08-07 19:46:01 -07003676 public static Connection createCanceledConnection() {
Andrew Lee7f3d41f2014-09-11 17:33:16 -07003677 return new FailureSignalingConnection(new DisconnectCause(DisconnectCause.CANCELED));
Ihab Awad542e0ea2014-05-16 10:22:16 -07003678 }
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003679
Ihab Awad5c9c86e2014-11-12 13:41:16 -08003680 private final void fireOnConferenceableConnectionsChanged() {
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003681 for (Listener l : mListeners) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003682 l.onConferenceablesChanged(this, getConferenceables());
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003683 }
3684 }
3685
Santos Cordon823fd3c2014-08-07 18:35:18 -07003686 private final void fireConferenceChanged() {
3687 for (Listener l : mListeners) {
3688 l.onConferenceChanged(this, mConference);
3689 }
3690 }
3691
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003692 private final void clearConferenceableList() {
Tyler Gunndf2cbc82015-04-20 09:13:01 -07003693 for (Conferenceable c : mConferenceables) {
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003694 if (c instanceof Connection) {
3695 Connection connection = (Connection) c;
3696 connection.removeConnectionListener(mConnectionDeathListener);
3697 } else if (c instanceof Conference) {
3698 Conference conference = (Conference) c;
3699 conference.removeListener(mConferenceDeathListener);
3700 }
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003701 }
Tyler Gunn6d76ca02014-11-17 15:49:51 -08003702 mConferenceables.clear();
Santos Cordon7c7bc7f2014-07-28 18:15:48 -07003703 }
Tyler Gunn3bffcf72014-10-28 13:51:27 -07003704
3705 /**
Tyler Gunndee56a82016-03-23 16:06:34 -07003706 * Handles a change to extras received from Telecom.
3707 *
3708 * @param extras The new extras.
3709 * @hide
3710 */
3711 final void handleExtrasChanged(Bundle extras) {
Brad Ebinger4fa6a012016-06-14 17:04:01 -07003712 Bundle b = null;
3713 synchronized (mExtrasLock) {
3714 mExtras = extras;
3715 if (mExtras != null) {
3716 b = new Bundle(mExtras);
3717 }
3718 }
3719 onExtrasChanged(b);
Tyler Gunndee56a82016-03-23 16:06:34 -07003720 }
3721
3722 /**
Tyler Gunnc63f9082019-10-15 13:19:26 -07003723 * Called by a {@link ConnectionService} to notify Telecom that a {@link Conference#onMerge()}
3724 * request failed.
Anthony Lee17455a32015-04-24 15:25:29 -07003725 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003726 public final void notifyConferenceMergeFailed() {
Anthony Lee17455a32015-04-24 15:25:29 -07003727 for (Listener l : mListeners) {
3728 l.onConferenceMergeFailed(this);
3729 }
3730 }
3731
3732 /**
Srikanth Chintalafcb15012017-05-04 20:58:34 +05303733 * Notifies listeners when phone account is changed. For example, when the PhoneAccount is
3734 * changed due to an emergency call being redialed.
3735 * @param pHandle The new PhoneAccountHandle for this connection.
3736 * @hide
3737 */
3738 public void notifyPhoneAccountChanged(PhoneAccountHandle pHandle) {
3739 for (Listener l : mListeners) {
3740 l.onPhoneAccountChanged(this, pHandle);
3741 }
3742 }
3743
3744 /**
Pengquan Meng70c9885332017-10-02 18:09:03 -07003745 * Sets the {@link PhoneAccountHandle} associated with this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003746 * <p>
3747 * Used by the Telephony {@link ConnectionService} to handle changes to the {@link PhoneAccount}
3748 * which take place after call initiation (important for emergency calling scenarios).
Pengquan Meng70c9885332017-10-02 18:09:03 -07003749 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07003750 * @param phoneAccountHandle the phone account handle to set.
Pengquan Meng70c9885332017-10-02 18:09:03 -07003751 * @hide
3752 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003753 @SystemApi
3754 public void setPhoneAccountHandle(@NonNull PhoneAccountHandle phoneAccountHandle) {
Pengquan Meng70c9885332017-10-02 18:09:03 -07003755 if (mPhoneAccountHandle != phoneAccountHandle) {
3756 mPhoneAccountHandle = phoneAccountHandle;
3757 notifyPhoneAccountChanged(phoneAccountHandle);
3758 }
3759 }
3760
3761 /**
3762 * Returns the {@link PhoneAccountHandle} associated with this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003763 * <p>
3764 * Used by the Telephony {@link ConnectionService} to handle changes to the {@link PhoneAccount}
3765 * which take place after call initiation (important for emergency calling scenarios).
Pengquan Meng70c9885332017-10-02 18:09:03 -07003766 *
Tyler Gunnc63f9082019-10-15 13:19:26 -07003767 * @return the phone account handle specified via
3768 * {@link #setPhoneAccountHandle(PhoneAccountHandle)}, or {@code null} if none was set.
Pengquan Meng70c9885332017-10-02 18:09:03 -07003769 * @hide
3770 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003771 @SystemApi
3772 public @Nullable PhoneAccountHandle getPhoneAccountHandle() {
Pengquan Meng70c9885332017-10-02 18:09:03 -07003773 return mPhoneAccountHandle;
3774 }
3775
3776 /**
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003777 * Sends an event associated with this {@code Connection} with associated event extras to the
3778 * {@link InCallService}.
3779 * <p>
3780 * Connection events are used to communicate point in time information from a
3781 * {@link ConnectionService} to a {@link InCallService} implementations. An example of a
3782 * custom connection event includes notifying the UI when a WIFI call has been handed over to
3783 * LTE, which the InCall UI might use to inform the user that billing charges may apply. The
3784 * Android Telephony framework will send the {@link #EVENT_CALL_MERGE_FAILED} connection event
3785 * when a call to {@link Call#mergeConference()} has failed to complete successfully. A
3786 * connection event could also be used to trigger UI in the {@link InCallService} which prompts
3787 * the user to make a choice (e.g. whether they want to incur roaming costs for making a call),
3788 * which is communicated back via {@link Call#sendCallEvent(String, Bundle)}.
3789 * <p>
3790 * Events are exposed to {@link InCallService} implementations via
3791 * {@link Call.Callback#onConnectionEvent(Call, String, Bundle)}.
3792 * <p>
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003793 * 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 -07003794 * The {@link ConnectionService} must assume that the In-Call UI could even chose to ignore
3795 * some events altogether.
3796 * <p>
3797 * Events should be fully qualified (e.g. {@code com.example.event.MY_EVENT}) to avoid
3798 * conflicts between {@link ConnectionService} implementations. Further, custom
3799 * {@link ConnectionService} implementations shall not re-purpose events in the
3800 * {@code android.*} namespace, nor shall they define new event types in this namespace. When
3801 * defining a custom event type, ensure the contents of the extras {@link Bundle} is clearly
3802 * defined. Extra keys for this bundle should be named similar to the event type (e.g.
3803 * {@code com.example.extra.MY_EXTRA}).
3804 * <p>
3805 * When defining events and the associated extras, it is important to keep their behavior
3806 * consistent when the associated {@link ConnectionService} is updated. Support for deprecated
3807 * events/extras should me maintained to ensure backwards compatibility with older
3808 * {@link InCallService} implementations which were built to support the older behavior.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003809 *
3810 * @param event The connection event.
Tyler Gunn9c0eb0b2016-06-29 11:23:25 -07003811 * @param extras Optional bundle containing extra information associated with the event.
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003812 */
Tyler Gunn876dbfb2016-03-14 15:18:07 -07003813 public void sendConnectionEvent(String event, Bundle extras) {
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003814 for (Listener l : mListeners) {
Tyler Gunna8fb8ab2016-03-29 10:24:22 -07003815 l.onConnectionEvent(this, event, extras);
Tyler Gunnbd1eb1f2016-02-16 14:36:20 -08003816 }
3817 }
Tyler Gunn6986a632019-06-25 13:45:32 -07003818
3819 /**
3820 * @return The direction of the call.
3821 * @hide
3822 */
3823 public final @Call.Details.CallDirection int getCallDirection() {
3824 return mCallDirection;
3825 }
3826
3827 /**
3828 * Sets the direction of this connection.
Tyler Gunnc63f9082019-10-15 13:19:26 -07003829 * <p>
3830 * Used when calling {@link ConnectionService#addExistingConnection} to specify the existing
3831 * call direction.
3832 *
Tyler Gunn6986a632019-06-25 13:45:32 -07003833 * @param callDirection The direction of this connection.
3834 * @hide
3835 */
Tyler Gunnc63f9082019-10-15 13:19:26 -07003836 @SystemApi
Tyler Gunn6986a632019-06-25 13:45:32 -07003837 public void setCallDirection(@Call.Details.CallDirection int callDirection) {
3838 mCallDirection = callDirection;
3839 }
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003840
3841 /**
3842 * Gets the verification status for the phone number of an incoming call as identified in
3843 * ATIS-1000082.
3844 * @return the verification status.
3845 */
Tyler Gunna131d6e2020-02-13 14:53:28 -08003846 public final @VerificationStatus int getCallerNumberVerificationStatus() {
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003847 return mCallerNumberVerificationStatus;
3848 }
3849
3850 /**
3851 * Sets the verification status for the phone number of an incoming call as identified in
3852 * ATIS-1000082.
3853 * <p>
3854 * This property can only be set at the time of creation of a {@link Connection} being returned
3855 * by
3856 * {@link ConnectionService#onCreateIncomingConnection(PhoneAccountHandle, ConnectionRequest)}.
3857 */
Tyler Gunna131d6e2020-02-13 14:53:28 -08003858 public final void setCallerNumberVerificationStatus(
Tyler Gunnd57d76c2019-09-24 14:53:23 -07003859 @VerificationStatus int callerNumberVerificationStatus) {
3860 mCallerNumberVerificationStatus = callerNumberVerificationStatus;
3861 }
Ihab Awad542e0ea2014-05-16 10:22:16 -07003862}