• Home
  • History
  • Annotate
  • only in /frameworks/base/telecomm/java/android/telecom/
History log of /frameworks/base/telecomm/java/android/telecom/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4e0ab6edf3836204a9353bb52d1c66cf2f3a85a 15-Mar-2015 Dong Zhou <a22255@motorola.com> Define the capability to speed up MT call audio

Bug: 19656525
Change-Id: I0bc88e85b807871b2883a785efac91bd0e1f6d8d
all.java
onnection.java
4143b796bc20072a12fe31cbfdf4f1918dff0728 02-Feb-2015 Tyler Gunn <tgunn@google.com> Merge "Fixing conference merge where only one party is added to conference." into lmp-mr1-dev
8a2b1199a6db0c6f2493e96e25ec1d89e3f62769 29-Jan-2015 Tyler Gunn <tgunn@google.com> Fixing conference merge where only one party is added to conference.

- Adding "onConferenceStarted" listener for Connections.
- This is necessary so that an ImsCall can report the fact that it has
went from being a single party call to a multiparty call. This was not
previously necessary since the multiparty bit change would be detected
when one of the connections being merged changed state. Since we now must
defer the establishment of the conference until all connections have been
merged, we need a means of detecting when the call becomes multiparty.

Bug: 18960042
Change-Id: I3ba138cb546e3efdf89b29d6676d00257a5e00cd
onnection.java
11aeae5e46541ce40fa26c678a50ba80780aee34 29-Jan-2015 Sailesh Nepal <sail@google.com> Fix crash when making emergency calls

When making an emergency call the fallback connection
manager would crash. The problem was that the connection
manager would get a setVideoProvider() call even though
it wasn't routing calls.

The root cause of this crash is b/19185063. As a short term
work around I'm adding a null check to avoid the crash.

BUG: 19020123
Change-Id: Ibe4a791882c9b5e21ae629a63f8d89cd3deba828
emoteConnectionService.java
5cf27847b011b115afa4a2e05f8c9aaa6c77ad01 25-Jan-2015 Nancy Chen <nancychen@google.com> Add method in TelecomManager to return line1Number for a PhoneAccount.

Since we do not want to expose SubIds in the app layer, we need a
wrapper to extra the subId from a PhoneAccount and return the
value of TelephonyManager#line1Number.
Also update error strings to be more consistent.

Bug: 19087382
Change-Id: Ie5a474d45336921d1007b36a4d26cd4da68f8b91
elecomManager.java
cd5d33c89f25b3bfe8989d55f05702d0970c13b4 12-Jan-2015 Tyler Gunn <tgunn@google.com> Fix for call timer resetting when starting IMS conference call. 1/4

- Added support in Conference for specifying the connect time when the
conference is created.

Bug: 18959443
Change-Id: I501edde3b62f6bf021eb7455089e80626013da12
onference.java
onnectionService.java
arcelableConference.java
f9c4d84ea99bcb0e5ccd43d99005eaa908fd315f 17-Dec-2014 Anju Mathapati <anjucm@quicinc.com> IMS: Set phone account in IMS Conference object

Get phone account from conference host connection and set
it to ImsConference while constructing

Bug: 18690773
Change-Id: I018a84512eb6ce001a8021d148895bf87dddc2ef
onference.java
27d1c2d148fe377ca0d2744f0f85789a42c8f808 16-Dec-2014 Nancy Chen <nancychen@google.com> Pass onPostDialChar call back from Telephony to Telecom.

Add plumbing to alert Telecom every time a character is processed after
the post dial wait state (the processing happens in Telephony).

Bug: 18644688
Change-Id: I487d76aa9c959ca528c6377374aa35c2d0b4a803
onnection.java
onnectionService.java
onnectionServiceAdapter.java
onnectionServiceAdapterServant.java
emoteConnection.java
emoteConnectionService.java
59dac0e192a920682d42e2da395fb3fa62f4fdc4 06-Dec-2014 Evan Charlton <evanc@google.com> Merge "Associate a UserHandle with each PhoneAccountHandle" into lmp-mr1-dev
710e20d22516a896c3560d96fdec423ffa0d154e 05-Dec-2014 Ihab Awad <ihab@google.com> Merge "Relax access on deprecated fields for compatibility." into lmp-mr1-dev
134dd68ff980b870ce61eef0a31ea0fa5f96f87d 25-Nov-2014 Evan Charlton <evanc@google.com> Associate a UserHandle with each PhoneAccountHandle

This needs to be tracked so that connections get directed to the
correct user. This is not a public API; rather, it will be populated
and read only by the Telecom service.

Expose a new capability, CAPABILITY_MULTI_USER which can be used by
system-privileged apps to indicate that this PhoneAccount may be
used by any user on the device.

Bug: 17421902
Bug: 17421044
Change-Id: I673904a7ae038c88688bba62642e93174e55c308
honeAccount.java
honeAccountHandle.java
fa53c93462ba273fb645831422c74d29e748519c 05-Dec-2014 Nancy Chen <nancychen@google.com> Merge "Use TelecomManager to call TelephonyManager#getVoicemailNumber (1/2)" into lmp-mr1-dev
c047bd464b70f64ac2839c8d04e00c7ae4a66bfb 05-Dec-2014 Ihab Awad <ihab@google.com> Relax access on deprecated fields for compatibility.

Bug: 18610816
Change-Id: If2398069ecd1c5fa1e49af50527bf817b29fde96
udioState.java
8c066f7cc38a32ea6bd8138eb23eaeefcadd3b8a 04-Dec-2014 Nancy Chen <nancychen@google.com> Use TelecomManager to call TelephonyManager#getVoicemailNumber (1/2)

Since we don't want the phone app to call TelephonyManager methods
directly, create a method in TelecomManager to mimic the behavior. The
reason we don't return the voicemail number directly is because once
TelecomManager becomes public, we don't want any old app to be able to
get the SIM's voicemail number.

Bug: 18233678

Change-Id: I620af409788aea7b58169b72a563baeed8115080
elecomManager.java
5ce118d1f4bdaaa1e85626d06d473b2dece949c3 03-Dec-2014 Evan Charlton <evanc@google.com> Merge "Re-add Connection.getCallCapabilities" into lmp-mr1-dev
ef77f0ed78db3cfa098a26d6186abbd59c5cfd15 03-Dec-2014 Sailesh Nepal <sail@google.com> Re-add Connection.getCallCapabilities

This method wasn't supposed to be removed.

Bug: 18594044
Bug: 18292176
Change-Id: Iac4cc0972643a8271957e480d3f48d50243af271
onnection.java
ddf15a164981c6f32fccaf6bcc45a9ff6113fd3a 03-Dec-2014 Nancy Chen <nancychen@google.com> Change a semi-colon to a colon in AudioState logging.

I believe "route;" -> "route:" was the intended context.

Bug: 18327621
Change-Id: I5fcd285f58dcd74287937babf3f0a8122dab5d3d
udioState.java
4ef369fce92d0e140189f305783855d8ae27067d 02-Dec-2014 Andrew Lee <anwlee@google.com> Merge "Rename VoLTE capability to HD audio." into lmp-mr1-dev
90e34e324cbe22f18680809cbc33caf63b320cb4 02-Dec-2014 Ihab Awad <ihab@google.com> Fix immutability bug in http://ag/587241

Bug: 18292176
Change-Id: Icf1f717d76f042d9950a1d8cca9def061de1c1b8
onnection.java
80fff3c0a5f68d4b426a35468daeaf4ff4d3d375 26-Nov-2014 Andrew Lee <anwlee@google.com> Rename VoLTE capability to HD audio.

This is a more specific and less technology-specific title for
communicating this to Dialer/InCall.

Bug: 18103173
Change-Id: I70ad50bb09eb807a621259976bb9fb7953a9a8aa
all.java
onnection.java
de06133569bb80bcfc182dd31d2348f006b79ff5 01-Dec-2014 Ihab Awad <ihab@google.com> Fix to a compatibility patch that was missed in ag/587241

Change-Id: I2339085a9a2cc0d6a3f4b5e07130b5178a62c729
onnection.java
5c9c86ec0f95d1f5e1aca212967f508fc736b895 12-Nov-2014 Ihab Awad <ihab@google.com> Telecom API updates (1/6)

Bug: 18292176

Change-Id: I060366234a5a60510c385dc837f2b7e79596eaf5
udioState.java
all.java
onference.java
onnection.java
onnectionService.java
onnectionServiceAdapter.java
onnectionServiceAdapterServant.java
arcelableConference.java
arcelableConnection.java
honeAccount.java
honeCapabilities.java
emoteConference.java
emoteConnection.java
emoteConnectionService.java
7a4e3871e766588a42acd632f63398539058ab03 21-Nov-2014 Sailesh Nepal <sail@google.com> Add system API to get registered connection managers

This API is used to check if we're in the simplified
version of the call assistant settings UI or the version
that displays a full list.

Bug: 18473946
Change-Id: I7dca50ada80b2203bd8d646bb510418646382df8
elecomManager.java
d4340f89f830e9caec3230cba01dfae79580d8aa 20-Nov-2014 Tyler Gunn <tgunn@google.com> Merge "Change Connections to allow setting conferenceable with conferences." into lmp-mr1-dev
49e213cd7de1d6ff4f7bb27caafd57971bd0a734 19-Nov-2014 Andrew Lee <anwlee@google.com> Add GENERIC_CONFERENCE to phone capabilities.

This is a temporary capability to recognize CDMA conference calls
so we can show the right strings in the InCallUi. This should be
moved to CallProperties when possible. b/18434985

Bug: 18284408
Change-Id: Ia3e2ff91c8f8a91ff0123df4d3e6a581bdf85895
honeCapabilities.java
6d76ca0438c2cb7a7d5d91992db819c063c0a57b 18-Nov-2014 Tyler Gunn <tgunn@google.com> Change Connections to allow setting conferenceable with conferences.

- Added IConferenceable interface used so that connections and conferences
can both be considered candidates as "conferenceable" with a connection.
- Fixed ConnectionService#conference to support cases where either call 1
or call 2 is a conference and the other is a connection. Previously did
not support cases where call 2 is a conference.

Bug: 18200934
Change-Id: I32a8dd30a154d6280f2ae89fd147817235998465
onference.java
onnection.java
onnectionService.java
Conferenceable.java
96802adcb864e60d701f2c4d7a4dc04e9f716fdc 12-Nov-2014 Ihab Awad <ihab@google.com> Fix PhoneAccount parceling (1/2)

Bug: 18343731
Change-Id: Ie69d33cec5e184f1b33d2b4225b8f3dc9ff50f82
honeAccount.java
476cc835589bb87e17c6f149ac0c10eb22438e97 03-Nov-2014 Ihab Awad <ihab@google.com> Update PhoneAccount icon API (1/6)

Responding to comments by jeffbrown@ in http://ag/574833

Bug: 18291787

Change-Id: I011aa59642f1ca6998bce76a59850909d2daa987
honeAccount.java
0e094d926c306c3667bcdf6f23c52cc7181f25f3 09-Nov-2014 Evan Charlton <evanc@google.com> Apply @hide / @SystemApi to android.telecom.*

Move the android.telecom.* namespace back to @hide, and also mark it
with @SystemApi so that system-privileged apps can use them.

Bug: 18302450
Change-Id: I33ae1b9b0dfdb1c5eff51ca3c829196bcfc9411c
udioState.java
onference.java
onnection.java
onnectionRequest.java
onnectionService.java
isconnectCause.java
atewayInfo.java
honeAccount.java
honeAccountHandle.java
honeCapabilities.java
emoteConference.java
emoteConnection.java
tatusHints.java
elecomManager.java
6c912b7d056c67b41fd46f31de168795e97c2336 08-Nov-2014 Santos Cordon <santoscordon@google.com> Make add-call a global property of telecom. (1/4)

ADD_CALL didn't make sense as a property of Connection or Call.
This changes it to be a global property instead.

Bug: 18285352
Change-Id: I658e7a6977a848600272cde2914612c8691bb801
nCallService.java
hone.java
honeCapabilities.java
ab4650c4563cd46e65ac37f924fee8febfd759c6 07-Nov-2014 Tyler Gunn <tgunn@google.com> Conference event package performance improvement.

- Instead of sending each participant to the telephony conference
controller, all participants are sent at once. This way the conference
only needs to be recalculated once.

Bug: 18057361
Change-Id: I86205fc7f1d2648bb180fc7eaf3ad611955952f9
onnection.java
46f7f5dce42d645353a0f3eb0dbdd25b3a6c72fb 07-Nov-2014 Andrew Lee <anwlee@google.com> Replace onConferenceChanged with onConnectionAdded.

This change is motivated by a desire to be able to adjust the
phone capabilities of a conference depending on its connections.

Turns out Connection is not a good place to do this, because when
the conference is set, this code is only fired if the connection
service already contains the conference. Conference makes more
sense to do this anyways, at the end of the day.

+ Add onConnectionAdded function to Conference.java.
- Remove onConferenceChanged function from Connection.java.

Bug: 18241753
Change-Id: Ib9212a8483a7a7b542618697399bbab8b2701b04
onference.java
onnection.java
30e65842493adc71aff649f32a45b6a38e83dc2e 07-Nov-2014 Anthony Lee <anthonylee@google.com> Change access to removeConnection so we can override it.

Bug: 18056632
Bug: 18240234
Change-Id: I4e82051a27f3565e9a854df8b27c35300cdbe2ad
onnectionService.java
7d901cb6f54f31b01b9951599ba6abdcff580e42 06-Nov-2014 Sailesh Nepal <sail@google.com> Merge "Make APIs to get system phone accounts public" into lmp-mr1-dev
3fdf2a84c082729fb3581738d48885fe6914c475 06-Nov-2014 Sailesh Nepal <sail@google.com> Make APIs to get system phone accounts public

This is used by Wi-Fi calling to handoff and incoming
call to a cellular call.

For example, when doing an handoff we can look through
the outgoing phone accounts and find the one that the user
has verified with their google account. We can then
handoff to that phone account.

Bug: 17686424
Change-Id: I06d42aa8f4a36d11e5293ed6f7c62b796226f5c1
elecomManager.java
db66e1d2b9b63eb1612820dc6572de1e42880646 06-Nov-2014 Sailesh Nepal <sail@google.com> Merge "Add CONNECTION_MANAGER_NOT_SUPPORTED to DisconnectCause" into lmp-mr1-dev
7a69c9277ffde11d862f1bf4fcb92e21a3f98c28 06-Nov-2014 Sailesh Nepal <sail@google.com> Add CONNECTION_MANAGER_NOT_SUPPORTED to DisconnectCause

This CL adds a new disconnect cause. Connection managers
can specify this disconnect cause when it doesn't want
to route calls.

Bug: 16903083
Change-Id: I05822991c5c34ca3533652a10fbcb8845a604925
isconnectCause.java
8355c500ea6f809ef2e6885aee673d39f1cb223b 06-Nov-2014 mike dooley <mdooley@google.com> Merge "Adding method to get disconnect cause from conference" into lmp-mr1-dev
3b4b1dcb607b8932374a4bc8c9ab349b9bb68660 04-Nov-2014 Tyler Gunn <tgunn@google.com> Support disconnecting conference participants from conference.

- Added "onDisconnectConferenceParticipant" method used to inform a
connection acting as the conference host that one of the participants
should be disconnected.
- Added "VIRTUAL_CALL" PhoneCapability used to indicate that a call cannot
be the active or background call, but only be a child of another call.

Bug: 18228141
Bug: 18176606
Change-Id: I7aec631cc89c0f08e174b24ce3a9cb547b47e36b
onnection.java
1cf14ac5dc5708fc31e6c987a5c7db465ff95533 04-Nov-2014 mike dooley <mdooley@google.com> Adding method to get disconnect cause from conference

Bug: 17842499
Change-Id: Ifb6e61d50d66aa8e8299e7024b2ab6d1d0f9d878
onference.java
f950301945164f5318ea50401fcf23bef824fa9c 04-Nov-2014 Nancy Chen <nancychen@google.com> Merge "Adn queries for multi-SIM. (2/3)" into lmp-mr1-dev
b2299c13037d0f7fc5276ff2b21c53cb20c054c5 30-Oct-2014 Nancy Chen <nancychen@google.com> Adn queries for multi-SIM. (2/3)

Define a method in Telecom to take in a subscription account and return
the URI for an ADN query for that account.

Bug: 17917937
Change-Id: Ic50a4add7fe44a5164271dc9c9e5a58e45e72336
elecomManager.java
58ef48cb2b8eb44766bc32b9fe41e86596a5ae74 03-Nov-2014 Santos Cordon <santoscordon@google.com> Merge "Even, Even more telecom javadoc." into lmp-mr1-dev
a663f86fd30c952a3b747763d2faea709eccbe91 29-Oct-2014 Santos Cordon <santoscordon@google.com> Even, Even more telecom javadoc.

Bug: 18142177
Change-Id: Ic952f3a81cb957bc5b9b6d0aa755adaab9fb74aa
onnectionService.java
e1678ddf7a8311c79ccba5a6b6183f9484fa1f1f 31-Oct-2014 Nancy Chen <nancychen@google.com> Merge "Handle MMI for multi-SIM (1/3)" into lmp-mr1-dev
95e8a679335648388988337fcf08eac325768318 17-Oct-2014 Nancy Chen <nancychen@google.com> Handle MMI for multi-SIM (1/3)

+ Add Telecomm and Telephony methods for handlePinMMIForSubscriber
+ Add Select Account dialog in Dialer for MMI

Bug: 17917937

Change-Id: I26fdc68a07ca0483bf7a052598fe31b1461fd486
elecomManager.java
450f9047ce716ac7b08583436922ad3948f909f1 31-Oct-2014 Tyler Gunn <tgunn@google.com> Merge "Creating connections for conference event package participants." into lmp-mr1-dev
4a57b9b59b74c97e559a301af0add13cd4c3331c 30-Oct-2014 Tyler Gunn <tgunn@google.com> Creating connections for conference event package participants.

- Add "addExistingConnection" method to connection service which provides
a way for a connection service to notify telecom of a pre-existing
connection (connections are normally created through telecom).
- Modify TelephonyConferenceController to retrieve its state from a
multiparty connection in the conference (in the case of IMS calls, this
would be the ImsCall that manages the conference) instead of just taking
the first one.

Bug: 18057361
Change-Id: I26993aec54ecb0ce90ae6983fd3eed9d8d0a5773
onference.java
onnectionService.java
onnectionServiceAdapter.java
onnectionServiceAdapterServant.java
emoteConnection.java
emoteConnectionService.java
c1c86151b033a2c866c10970553b567dfb359ba9 30-Oct-2014 Santos Cordon <santoscordon@google.com> Merge "More updates to javadocs for Telecom APIs." into lmp-mr1-dev
9acb9598b7bd18003ee3abe656818972dad03a29 30-Oct-2014 Santos Cordon <santoscordon@google.com> Merge "Even more javadocs for telecom." into lmp-mr1-dev
1742413b9b4d9d5c4420b38f2d9e9d591533889d 29-Oct-2014 Santos Cordon <santoscordon@google.com> Even more javadocs for telecom.

Bug: 18142177
Change-Id: I4eefe422ec66bb9e14fd8a3b1ee2cb24fedbff51
atewayInfo.java
honeCapabilities.java
167230987b3224c30f2ecefa90a83fc19d449cf9 29-Oct-2014 Tyler Gunn <tgunn@google.com> Merge "Communicating participant changes to conference controller." into lmp-mr1-dev
d9e614fd56677bc39481fce115731d55ab72171a 28-Oct-2014 Santos Cordon <santoscordon@google.com> More updates to javadocs for Telecom APIs.

Change-Id: I8f8389f521c0d654c9bfdc3ad9670be0d118f480
udioState.java
isconnectCause.java
honeAccountHandle.java
elecomManager.java
6727926a9617cb715ee4fa407f547e67a6f7e134 27-Oct-2014 Anthony Lee <anthonylee@google.com> Added a function to clear accounts for a specified package.

Right now, clearAcounts() only clears the accounts
for the calling package. This new function will allow a class like
PhoneAccoutBroadcastReceiver to clear accounts for any package.

Bug: 17689845
Change-Id: I24db104268535e7e0e33e093e8fab63765df0b08
elecomManager.java
6c37f374b5d86c798f799ac498b806d948c77f97 29-Oct-2014 Ihab Awad <ihab@google.com> Merge "PhoneAccounts include literal icon bitmap (1/4)" into lmp-mr1-dev
074bf104c80c7158202fe709417c90a303feecd0 24-Oct-2014 Ihab Awad <ihab@google.com> PhoneAccounts include literal icon bitmap (1/4)

Change-Id: I9110d983c0ca6610075bd24975f1e90d123ef9c1
honeAccount.java
e398db4a45d4128af696a664e7c4cc48f7187a7f 28-Oct-2014 Yorke Lee <yorkelee@google.com> Merge "Add comment to TelecomManager.getCallState" into lmp-mr1-dev
7c72c2d3c2c4943a914abb2e1598610961db8f57 28-Oct-2014 Yorke Lee <yorkelee@google.com> Add comment to TelecomManager.getCallState

Explain why READ_PHONE_STATE permission is not required so that
people don't try to add it in the future. Requiring the permission
causes stability crashes with legacy apps and system components
that don't have the permission.

Change-Id: Idf8766aa409d4a2c4ed3d6f81a398f4a0eb24615
elecomManager.java
3bffcf78b5e4bd8b60543126fc0bdb09808f28f5 28-Oct-2014 Tyler Gunn <tgunn@google.com> Communicating participant changes to conference controller.

- Add new ConferenceParticipant parcelable class which represents a
single participant contained in the conference event package.
- Adding callbacks/listeners to Connection to handle changes to
participant state.

Bug: 18057361
Change-Id: Iadfebe84959f30f8e835f282aa994c0b92768aa6
onferenceParticipant.aidl
onferenceParticipant.java
onnection.java
ccbc3e5c6617b30eabbd171b951bb74ae9108e8b 28-Oct-2014 Santos Cordon <santoscordon@google.com> Merge "Update javadocs for Telecom APIs." into lmp-mr1-dev
32c65a548c98b153997a6599983fdaa353ba8ce9 27-Oct-2014 Santos Cordon <santoscordon@google.com> Update javadocs for Telecom APIs.

Bug: 18142177
Change-Id: I78461f3634d281a6927cec9c555825a1bdab7a24
honeAccount.java
b31868df32ef287a561134ecbc96592f657763a3 24-Oct-2014 Tyler Gunn <tgunn@google.com> Merge "Remove TODO in TelecomManager." into lmp-mr1-dev
db7fc1e833a70a0c178621a9f565a90fc6209c88 24-Oct-2014 Santos Cordon <santoscordon@google.com> Merge "Remove SystemApi annotations." into lmp-mr1-dev
9016ecab3be175dace3e1ad3e1c8558fef1a4720 23-Oct-2014 Nancy Chen <nancychen@google.com> am 0145e17d: Merge "Add getter methods in SubInfoRecord for UI. Adapt PhoneAccount." into lmp-sprout-dev

* commit '0145e17db742dff963ea581bc944f99358d2dace':
Add getter methods in SubInfoRecord for UI. Adapt PhoneAccount.
6c4ce4020649db7a4e6f566eed80741ea61f98be 23-Oct-2014 Santos Cordon <santoscordon@google.com> Remove SystemApi annotations.

SystemApi only makes sense for hidden APIs.

Bug: 18097290
Change-Id: I76af5f54321c4010334ef419bb7e066663ec784c
elecomManager.java
a94ae5e7e320abf3b8a80ea499d969acd9305424 23-Oct-2014 Tyler Gunn <tgunn@google.com> Remove TODO in TelecomManager.

Bug: 18095076
Change-Id: I6509d295e9e25973040e06be96cf1046edc619ff
elecomManager.java
2ff95729925c782b5e4f52236a3a46b82be3c8cd 23-Oct-2014 Nancy Chen <nancychen@google.com> am df0ace26: Merge "Add an option to set the selected phone account as the default. (1/3)" into lmp-sprout-dev

* commit 'df0ace26279f16beacdf9206cb2a8ecc126aecb7':
Add an option to set the selected phone account as the default. (1/3)
3ace54b895c97f0e98e989667238be9c96c3b40c 23-Oct-2014 Nancy Chen <nancychen@google.com> Add getter methods in SubInfoRecord for UI. Adapt PhoneAccount.

Settings and Dialer need label, icon, and color for UI display of
subscriptions/SIMs. Add getters for these methods in SubInfoRecord. Sets
up for the following changes:
+ getIcon will return a drawable instead of a resource ID
+ getColor will return a color value instead of an index
PhoneAccount will also be adding these changes which will be adopted
from SubInfoRecord. Adds changes that were reverted from ag/563976.

Bug: 17971273
Change-Id: Ie2beedf8475c6deb48a6ab83bc9656c1142cc004
honeAccount.java
df0ace26279f16beacdf9206cb2a8ecc126aecb7 23-Oct-2014 Nancy Chen <nancychen@google.com> Merge "Add an option to set the selected phone account as the default. (1/3)" into lmp-sprout-dev
05f4d8d1d0e99dc76dfae7198b1c0ce6c98be466 22-Oct-2014 Santos Cordon <santoscordon@google.com> am 40f15895: am 028217eb: Merge "Add hidden method to access a connection\'s service." into lmp-dev

* commit '40f158954491c4d2587e0b2a13cd07195bc27b25':
Add hidden method to access a connection's service.
36c62f3e3cc155e950de8b1a1f1109d38fb32d61 22-Oct-2014 Nancy Chen <nancychen@google.com> Add an option to set the selected phone account as the default. (1/3)

Modify the phoneAccountSelected method to support the option to set the
selected phone account as the default for outgoing phone calls.

Bug: 18078232
Change-Id: I2689bc9611366d521dfd3dc2086fd31eb6393876
all.java
nCallAdapter.java
40f158954491c4d2587e0b2a13cd07195bc27b25 22-Oct-2014 Santos Cordon <santoscordon@google.com> am 028217eb: Merge "Add hidden method to access a connection\'s service." into lmp-dev

* commit '028217eb6789e82c96ef5ff5fe0a5a9e0c740d97':
Add hidden method to access a connection's service.
8f8e473cac1f5c9809f1213d56657bb15c8cc73d 21-Oct-2014 Andrew Lee <anwlee@google.com> Fire onConferenceChanged after reseting conference.

Bug: 17423848
Change-Id: Ic53f40e806f2bfd5b49bff2caad64bb93b290bad
onnection.java
af1b296a41f0b6e3af34e9c2c73bc1029bfa8b2a 17-Oct-2014 Santos Cordon <santoscordon@google.com> Add hidden method to access a connection's service.

This change exposes a method that is used by the actual
fix here: I4e4789c044d9e3614f42143cfa6053881a6d109b

Bug: 17962996
Change-Id: Iec3795ea372634120c71b0a80ee046e372569ecf
onnection.java
1557a226a74c6996b9cd6ac5ba6604c82af2336d 18-Oct-2014 Andrew Lee <anwlee@google.com> Merge "Add functions to update on conference changes." into lmp-mr1-dev
4b116453e8ea6177265794a55e19d19466d85af7 17-Oct-2014 Andrew Lee <anwlee@google.com> Add functions to update on conference changes.

+ Add onConferenceChanged() to Connection, so that the Connection can
make act on changes to the conference.
+ Add a utility function to PhoneCapabilities to remove a capability
from a PhoneCapabilities bitmask. Figure this abstracts some bit
logic away to make things more readable.

Bug: 17429707
Change-Id: I0c97731a95dd6573488cd10f094a63abe2428bce
onnection.java
honeCapabilities.java
df385fffe822a7854fb7ce9c5e46ee007646c89e 17-Oct-2014 Nancy Chen <nancychen@google.com> am a6a1c52f: Merge "Use Telecom API for checking if a number is voicemail (1/2)" into lmp-sprout-dev

* commit 'a6a1c52f58f24194de2665bb922577a9d7f6dccf':
Use Telecom API for checking if a number is voicemail (1/2)
6f0c3f1a9a0a7a72c560e756504541e5fa8ac584 17-Oct-2014 Nancy Chen <nancychen@google.com> am c913c2de: Merge "Revert "Add API method to extract subscription ID from phone account (1/3)"" into lmp-sprout-dev

* commit 'c913c2dec18519ae5b989f65b207c7b3fec2d0ef':
Revert "Add API method to extract subscription ID from phone account (1/3)"
443e501c46f57b4189c4ae943d989b24366ef9d8 16-Oct-2014 Nancy Chen <nancychen@google.com> Use Telecom API for checking if a number is voicemail (1/2)

Since we don't want to communicate directly with Telephony in dialer, call
PhoneNumberUtils.isVoiceMailNumber (a Telephony method) through the
Telecom API. Add a method in TelecomManager to do this.

Bug: 17925501

Change-Id: Iecea82a0e5f0b106eaf105e9026d606110acf122
elecomManager.java
c913c2dec18519ae5b989f65b207c7b3fec2d0ef 16-Oct-2014 Nancy Chen <nancychen@google.com> Merge "Revert "Add API method to extract subscription ID from phone account (1/3)"" into lmp-sprout-dev
af6732ef6f196bd0f455847b67b15fcfc2efa927 16-Oct-2014 Nancy Chen <nancychen@google.com> Revert "Add API method to extract subscription ID from phone account (1/3)"

This reverts commit b0cad32c3cadd0387f6dcd82aade629e6f2f6bee.

Change-Id: I54b6373ba0fc7d1ecc64c6ceedc7b371c7017cd8
elecomManager.java
9e18d7ab70eb581200afe0abbd1bb6e32f9e135d 15-Oct-2014 Jay Shrauner <shrauner@google.com> Merge "Remove unused onConferenceWith method" into lmp-mr1-dev
4ef72f85e0b5a8b9efac301577106afa4a8fd17a 15-Oct-2014 Andrew Lee <anwlee@google.com> Merge "Add helper method for checking phone capabilities." into lmp-mr1-dev
00bc5cf896814f55db4dd27be72fe26bc48a0d0b 15-Oct-2014 Nancy Chen <nancychen@google.com> am 9faf13b4: Merge "Add API method to extract subscription ID from phone account (1/3)" into lmp-sprout-dev

* commit '9faf13b47467916897cf5c019a3a74df871b8f65':
Add API method to extract subscription ID from phone account (1/3)
2ec53ebbc662282628a9f3ab7352caa320f7d522 15-Oct-2014 Jay Shrauner <shrauner@google.com> Remove unused onConferenceWith method

Never part of public API

Bug:17860628
Change-Id: Ib7c4f4c402bd29d82cc0b9e1f496496ea86efce1
onnection.java
9faf13b47467916897cf5c019a3a74df871b8f65 15-Oct-2014 Nancy Chen <nancychen@google.com> Merge "Add API method to extract subscription ID from phone account (1/3)" into lmp-sprout-dev
234703b3a1d2477b38be9402e69652ecaee6ee68 15-Oct-2014 Tyler Gunn <tgunn@google.com> Merge "MR1 - Adding more Telecom state dumping." into lmp-mr1-dev
52d65739adcf5a64f5050f699003f056f6af4e7c 15-Oct-2014 Andrew Lee <anwlee@google.com> Add helper method for checking phone capabilities.

I'm figuring this can help standardize phone capability checks when
need to do all over the place.

Bug: 17429707
Change-Id: I97327fd08158de3c18d186b6092597a1d4abcf14
honeCapabilities.java
b0cad32c3cadd0387f6dcd82aade629e6f2f6bee 09-Oct-2014 Nancy Chen <nancychen@google.com> Add API method to extract subscription ID from phone account (1/3)

Since Telephony uses subscription ids and Telecom uses Phone Accounts,
there should be an easy way to interface between the two. Since the
value of the subscription id and "id" of the phone account should be the
same in the case of a SIM phone account, we just need to check that the
phone account in question is a SIM phone account and convert the string
to a long.
This lays in groundwork for the following bugs:

Bug: 17925501
Bug: 17917937
Change-Id: I926e969b365d9e9878436302117e8786ec5513b8
elecomManager.java
6d39d66900744afbd0d4388f1a14c9b47d1f1d1a 12-Oct-2014 Ihab Awad <ihab@google.com> am f5afb4d6: Revert "Add color to PhoneAccount objects (1/3)"

* commit 'f5afb4d617d591225cc504b52ba9b6f1605a5c87':
Revert "Add color to PhoneAccount objects (1/3)"
f5afb4d617d591225cc504b52ba9b6f1605a5c87 12-Oct-2014 Ihab Awad <ihab@google.com> Revert "Add color to PhoneAccount objects (1/3)"

This reverts commit 0000cd81c84d73d3f878cd581fb89b7ea257a05a.
honeAccount.java
d410a2f4ee1b210c54406acd443dd4ed97a1dd30 11-Oct-2014 Ihab Awad <ihab@google.com> am a516e445: Merge "Add color to PhoneAccount objects (1/3)" into lmp-sprout-dev

* commit 'a516e445651724da3a833d08540c42fabe4f34b7':
Add color to PhoneAccount objects (1/3)
a516e445651724da3a833d08540c42fabe4f34b7 11-Oct-2014 Ihab Awad <ihab@google.com> Merge "Add color to PhoneAccount objects (1/3)" into lmp-sprout-dev
82816c11bd89bce8af86392ca0d861517ec6bb50 09-Oct-2014 Ihab Awad <ihab@google.com> Add color to PhoneAccount objects (1/3)

Change-Id: I1887ba14f284453784299434cbc3d67c950d4266
honeAccount.java
6e24a156cd9a43ff782926a8d5618ed63944a933 09-Oct-2014 mike dooley <mdooley@google.com> am 3175824a: am 879142bf: Fix hangouts conference calling regression.

* commit '3175824a783c5d45df91ccf84fab8304f4d353c4':
Fix hangouts conference calling regression.
879142bf1c6b72670d4aedac82938f00a97acf5b 08-Oct-2014 mike dooley <mdooley@google.com> Fix hangouts conference calling regression.

Check the connection-by-id hash table instead of conference-by-id hash
table when setting conferenceable connections.

Bug: 17919110
Change-Id: Ia8a5ab3fb96926e600d21eca7737a0044b233563
emoteConnectionService.java
663edb8bfb5025b58ed874432b41f60cfa587266 07-Oct-2014 Tyler Gunn <tgunn@google.com> am 329bd662: am 3bde32e6: Merge "Fixing where call goes from disconnecting to active to disconnecting state." into lmp-dev

* commit '329bd662cc0dccaf41d441ea44db2895df48f0df':
Fixing where call goes from disconnecting to active to disconnecting state.
4afc6afd20488bf5afb462a718091a755de3adf4 07-Oct-2014 Tyler Gunn <tgunn@google.com> Fixing where call goes from disconnecting to active to disconnecting state.

- Adding disconnecting state to telecom used to communicate that a call is
being disconnected to InCall UI (rather than it existing only as a state
in the InCall UI).

Bug: 17821930
Change-Id: I6c2d9521915ba154c0468eea62c12c30060edd2e
all.java
allState.java
7a394311ad23b648e4cc9efa4538e06b57f5f08f 07-Oct-2014 Yorke Lee <yorkelee@google.com> am 770ed6ec: Fix build break

* commit '770ed6ec920ec10798c5b7a7b4850ccc0b2a531f':
Fix build break
770ed6ec920ec10798c5b7a7b4850ccc0b2a531f 07-Oct-2014 Yorke Lee <yorkelee@google.com> Fix build break

Bug: 16852844
Change-Id: I227aab0afdf4a5a5cd5dc38e7af055b7a1b94729
(cherry picked from commit 9858af0ec68ad28db60047587c8eb6232b4a6591)
onnectionService.java
9858af0ec68ad28db60047587c8eb6232b4a6591 07-Oct-2014 Yorke Lee <yorkelee@google.com> Fix build break

Bug: 16852844
Change-Id: I227aab0afdf4a5a5cd5dc38e7af055b7a1b94729
onnectionService.java
0b27c283771e3690f47900d0c2130ae10af332a5 07-Oct-2014 Yorke Lee <yorkelee@google.com> am 7e552595: am 4c334f3d: Merge "Add ability to add sim-initiated MO call to UI (2/4)" into lmp-dev

* commit '7e552595bda0825787820e3d9bb58b5fad32cd01':
Add ability to add sim-initiated MO call to UI (2/4)
c3cf982d18e28fc27126265422f36c5e845808db 02-Oct-2014 Yorke Lee <yorkelee@google.com> Add ability to add sim-initiated MO call to UI (2/4)

Add supporting (hidden) APIs to TelecomManager to add the ability to
add a previous unknown call to Telecom

Bug: 17787391

Change-Id: Ibdfaee81a55e11451c146751cf970980dccad435
onnectionService.java
emoteConnectionService.java
elecomManager.java
7363517f0745a9856351a979fdc1991d97096711 03-Oct-2014 Evan Charlton <evanc@google.com> am 25b85bcc: am 8f8bffa1: Merge "Add @SystemApi to missing TelecomManager methods" into lmp-dev

* commit '25b85bcc41ccdd912cba7b9b6462f177e85b3b08':
Add @SystemApi to missing TelecomManager methods
ce11decc5e7e01d5aa02c7f8fde550783a00de43 02-Oct-2014 Evan Charlton <evanc@google.com> Add @SystemApi to missing TelecomManager methods

A few methods (which should be exposed) were missing @SystemApi
annotations.

TelecomManager#addNewIncomingCall
TelecomManager#registerPhoneAccount
TelecomManager#unregisterPhoneAccount

Bug: 17786491
Change-Id: Idf318cf6238668762c00ed0913a9c0ccd5bcb884
elecomManager.java
12a4df2b66fccbc1e4293e8f56217e1064b2e8ea 01-Oct-2014 Ihab Awad <ihab@google.com> resolved conflicts for merge of ead63f02 to lmp-mr1-dev

Change-Id: I20d5f9d8aae82f0cb6f0ebf2ac1cb0af05eb8c9b
50e3506533478fa273cbc92c2919470d1889f1ed 30-Sep-2014 Ihab Awad <ihab@google.com> Refine implementation of GSM conferences (1/3)

Bug: 17684223
Change-Id: I05d05b594803ea2c1da4247111b70ad5f870ac46
onference.java
onnection.java
onnectionService.java
emoteConference.java
emoteConnectionService.java
76c01a50d3028d9db251d7fc8bc5dbab1879d493 30-Sep-2014 Tyler Gunn <tgunn@google.com> MR1 - Adding more Telecom state dumping.

- Add toString for PhoneAccount class for use when dumping state.
- Call Log.pii for PhoneAccountHandle mId since it may contain pii (eg sip
uri).

Bug: 17730966
Change-Id: Iddbd949b42704405de558f8ed8c4449242b74870
honeAccount.java
honeAccountHandle.java
77780a4e37b2b7e94b67f2b17f80a3d80e3443da 27-Sep-2014 Sailesh Nepal <sail@google.com> Don't print error log if phone account icon is missing

Bug: 17678017
Change-Id: I212a815af26af1d344092d874c057e9481642263
honeAccount.java
faed92cdd21856b022f909ceb7a0c967a7b6477d 26-Sep-2014 Sailesh Nepal <sail@google.com> am 5926650d: am 7461b5a0: Merge "Adding support for Cdma conference calling." into lmp-dev

* commit '5926650d6099469981369cf5235da6d2b135ba0d':
Adding support for Cdma conference calling.
95ea5765dca757c8c9f0445eba6735dac996c62b 25-Sep-2014 mike dooley <mdooley@google.com> Adding support for Cdma conference calling.

Adding methods to merge and swap Cdma conference
calls from hangouts.

Bug: 17658943
Change-Id: I0ce472415e3455503223fc0dab5e1a8ee415cde9
emoteConference.java
f52ac900caa94236c2cc6da94fb09be22db58e03 25-Sep-2014 Junda Liu <junda@google.com> Revert "Hide CarrierPrivilege APIs in TelMgr."

This reverts commit b7aa9e4a6338811d4dacc77e6024a0b97a99e5e9.

Change-Id: I212cd4f1b7b45e0523fc47b2a9c2a6b487e9dbb5
honeAccount.java
cfac51091441f33036b489900100214573d20be0 25-Sep-2014 Junda Liu <junda@google.com> am 63f0b87e: am 96c54879: Merge "Hide CarrierPrivilege APIs in TelMgr." into lmp-dev

* commit '63f0b87ee3a0df19eec15e73cfbfb9b97623534c':
Hide CarrierPrivilege APIs in TelMgr.
698b3b29810525e3935c2bdba2faba945c3a1a7e 25-Sep-2014 Junda Liu <junda@google.com> Merge "Hide CarrierPrivilege APIs in TelMgr." into lmp-dev
bac6d61ab6d9ea16c305419dfe03e19cc5af9fd9 24-Sep-2014 Junda Liu <junda@google.com> Hide CarrierPrivilege APIs in TelMgr.

Per API council decision, we will polish and public in MR1.

Bug: b/17639966
Change-Id: Id009cd62b4d44dd17fe7a30e0f8037c6fb373c32
honeAccount.java
8635c578f0408ca76cbaef5464d27bfde7450425 24-Sep-2014 Evan Charlton <evanc@google.com> Revert "@hide ConnectionService APIs."

This reverts commit 86935c406e4a8bb0e2ad871b51009f3603df9e87.
udioState.java
onference.java
onnection.java
onnectionRequest.java
onnectionService.java
isconnectCause.java
atewayInfo.java
honeAccount.java
honeAccountHandle.java
honeCapabilities.java
emoteConference.java
emoteConnection.java
tatusHints.java
elecomManager.java
2fbab892e9f3aed40849228a0ada67c2fbfd529b 23-Sep-2014 Jay Shrauner <shrauner@google.com> Merge "Fix NPE crash when mPhone is null" into lmp-dev
95e8070e296e2fc327d09334ec97103f8b32b848 18-Sep-2014 mike dooley <mdooley@google.com> Fixing ConcurrentModificationException.

Implementing review feedback.

Bug: 17572658
Change-Id: I3a060d21669a58188a24c5d6ec5fefcbca45a976
onnectionService.java
711d876fd110b33519afb5d05f5a740ade635787 19-Sep-2014 Tyler Gunn <tgunn@google.com> @hide ConnectionService APIs.

Bug: 17569532
Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
udioState.java
onference.java
onnection.java
onnectionRequest.java
onnectionService.java
isconnectCause.java
atewayInfo.java
honeAccount.java
honeAccountHandle.java
honeCapabilities.java
emoteConference.java
emoteConnection.java
tatusHints.java
elecomManager.java
5e6162de625dfda047ff390bbc1ccf9a97db2261 23-Sep-2014 Jay Shrauner <shrauner@google.com> Fix NPE crash when mPhone is null

Bug:17609710
Change-Id: Idb99feb6f15fd29809adde51cda1eb0d44e20101
nCallService.java
c2a978dba31f0fc83a7d472e6a78bed165eca610 21-Sep-2014 Sailesh Nepal <sail@google.com> Pass disconnect reason for failed remote connections

If a remote connection fails to create call setDisconnected
instead of setState. This allows us to pass the disconnect
reason.

Note, this CL is very low risk since it only impacts remote
connections.

Bug: 17594857
Change-Id: Id296f3f5a4bb9168b358d3bfda94e04623a6b99c
emoteConnectionService.java
f4cf77c5dc0348d3f7561f48a5a751cb823cd271 19-Sep-2014 Nancy Chen <nancychen@google.com> Add constructor for DisconnectCause that does not require a tone.

In order to create a DisconnectCause with a label/description that does
not require specifying a tone.

Bug: 17486242
Change-Id: If82605ff20fc9f53ed41b49e12575424c6efc2b6
all.java
isconnectCause.java
513c8921359c2b576e0713da6d649e5e7c29d179 17-Sep-2014 Nancy Chen <nancychen@google.com> Replace get*PhoneAccounts* public API methods with new method (1/3)

Hide getCallCapablePhoneAccounts and getPhoneAccountsSupportingScheme
because a third party app should not be able to see all phone accounts
registered. Replace instead with getPhoneAccountsForPackage(Context)
which will only return the phone accounts registered by a particular package.

Bug: 17510811
Change-Id: I8465ef4f13b62fe83f51835cfffe1656298041a8
all.java
elecomManager.java
58bacc513c5e665c62e7d82cc6f39196b4ff4302 16-Sep-2014 Yorke Lee <yorkelee@google.com> Add playDtmfTone, stopDtmfTone and setAudioState to RemoteConference

Bug: 17512380
Change-Id: Ie26bef643bdec97f64247b5f8099f2676ae6c63e
emoteConference.java
1c4eb10cc1159d5e029f982a629c5262419fa5ce 17-Sep-2014 Yorke Lee <yorkelee@google.com> Merge "Add missing methods to Conference object" into lmp-dev
ebc69cd19e3c4a40748410f6d509989e83829f1b 17-Sep-2014 Nancy Chen <nancychen@google.com> Merge "Remove ability to enable/disable phoneaccounts (1/6)" into lmp-dev
009348e8372476b861dbc65369bc831c1c0fb7da 17-Sep-2014 Andrew Lee <anwlee@google.com> Merge "Fix disconnect log printf in ConnectionService." into lmp-dev
2678639f9e87077418b268f2b71f5e7e101fcacc 17-Sep-2014 Andrew Lee <anwlee@google.com> Fix disconnect log printf in ConnectionService.

Bug: 17534940
Change-Id: I41499701d1f7a3ab0816624d27094c6c86fb5b01
onnectionService.java
f34519b4dd12d065c510b06922a196e8a3fd9885 17-Sep-2014 mike dooley <mdooley@google.com> Fix a small printf format bug.

Bug: 17534940
Change-Id: Idc3c1105c72714f138b07012d0ad9e0bf0ba17f1
onnection.java
7f3d41fd124dd7c4a8b72c1d48df08a8ee7209ec 12-Sep-2014 Andrew Lee <anwlee@google.com> Add new DisconnectCause class to telecomm.

+ Add a hidden "UNKNOWN" default type to ToneGenerator.
- Hide the Telephony DisconnectCause from the public API.
+ Add a Telecomm DisconnectCause. This is parcelable, and contains
information (code, user facing message, non-user facing reason,
and tone) to help describe the disconnect state and what behaviors
an application can implement for the user experience. This reduces
the causes for a disconnect to a more generic set.
+ Lots of work to pipe this through. DisconnectCause replaces the
code and message which were formerly passed around.

Bug: 17241433
Bug: 17329632
Change-Id: I9d337e478a8784bcc0ade02267c2df52cac9bf17
all.java
onference.java
onnection.java
onnectionService.java
onnectionServiceAdapter.java
onnectionServiceAdapterServant.java
isconnectCause.aidl
isconnectCause.java
arcelableCall.java
arcelableConnection.java
emoteConference.java
emoteConnection.java
emoteConnectionService.java
210ef039fbceced2485b89ae30e6d7da62f204f4 16-Sep-2014 Nancy Chen <nancychen@google.com> Remove ability to enable/disable phoneaccounts (1/6)

Enabling/disabling of phone accounts was only used for SIP accounts and
is no longer necessary for the purpose it was put in.
- Remove all references to enabling/disabling phone accounts
+ Rename getEnabledPhoneAccounts -> getCallCapablePhoneAccounts

Bug: 17510811

Change-Id: Id805daae3cc698c75f5e747b6a6107ab0bd3afa0
honeAccount.java
elecomManager.java
a0d3ca9746143d669fe9384babb9e1b9fca33dcf 16-Sep-2014 Yorke Lee <yorkelee@google.com> Add missing methods to Conference object

Add setAudioState, onPlayDtmf and onStopDtmf to the conference object.
This fixes DTMF tones for conference calls.

Bug: 17512380
Change-Id: Ice9403d3d750131f077a3ea129b7f67430c68348
onference.java
onnectionService.java
f13a8b797d98d3b009160c1de7c2759430938ad2 16-Sep-2014 Yorke Lee <yorkelee@google.com> No longer require READ_PHONE_STATE permission for getCallState

Bug: 17510808
Change-Id: Id3bb5bf2fea9489bd613063aa946389e8ceb3104
elecomManager.java
2ae312e30652a4d0019b17825b58d558c4483a58 13-Sep-2014 Yorke Lee <yorkelee@google.com> Pipe TelephonyManager.getCallState through TelecommManager

* Add TelecommManager.getCallState (hidden API)
* Make TelephonyManager.getCallState call through to
TelecommManager, to be consistent with
TelephonyManager.ACTION_PHONE_STATE_CHANGED broadcasts for
overall call state. Telephony continues to manage call states for
individual subscriptions.

Bug: 17378767
Change-Id: Ia5e8b21df801ed3af4f6e14c110a72c92f077f88
elecomManager.java
ef9f6f957d897ea0ed82114185b8fa3fefd4917b 13-Sep-2014 Tyler Gunn <tgunn@google.com> Renaming Telecomm to Telecom.

- Changing package from android.telecomm to android.telecom
- Changing package from com.android.telecomm to
com.android.server.telecomm.
- Renaming TelecommManager to TelecomManager.

Bug: 17364651
Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
udioState.aidl
udioState.java
all.java
allProperties.java
allState.java
ameraCapabilities.aidl
ameraCapabilities.java
onference.java
onnection.java
onnectionRequest.aidl
onnectionRequest.java
onnectionService.java
onnectionServiceAdapter.java
onnectionServiceAdapterServant.java
atewayInfo.aidl
atewayInfo.java
nCallAdapter.java
nCallService.java
og.java
arcelableCall.aidl
arcelableCall.java
arcelableConference.aidl
arcelableConference.java
arcelableConnection.aidl
arcelableConnection.java
hone.java
honeAccount.aidl
honeAccount.java
honeAccountHandle.aidl
honeAccountHandle.java
honeCapabilities.java
emoteConference.java
emoteConnection.java
emoteConnectionManager.java
emoteConnectionService.java
esponse.java
tatusHints.aidl
tatusHints.java
elecomManager.java
ideoCallImpl.java
ideoCallbackServant.java
ideoProfile.aidl
ideoProfile.java