History log of /packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0918d946e9711796acd766bac053b6dedf21f079 13-Feb-2015 Ihab Awad <ihab@google.com> Handle unknown connection from technology swap

If an unknown connection is seen from the Telephony layer, attempt to
use it to replace a matching, existing connection, since that
situation may occur when the underlying technology changes in the
radio layer.

Bug: 19363089
Change-Id: Ibe5b89cc791c2d7e8dfac91c47636361796d68cd
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
f67832f67f330e645ea6109feb108bf7dd854155 13-Jan-2015 Wink Saville <wink@google.com> Rename reg/unreg OnSubscriptionsChangedListener.

To addOnSubscriptionsChangedListener and
removeOnSubscriptionsChangedListener.

Bug: 18984103
Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
d5165b05c851ecd47d330b600ed2768e0db8b9d1 06-Dec-2014 Andrew Lee <anwlee@google.com> Tidy up visuals/behaviors for MSIM notifications.

+ If MSIM device, show subscription display name on voicemail
or call forwarding notifications instead of some of the normal
title/summary text.
+ Use subscription colors to tint notification backgrounds.
+ Use PhoneAccountHandle to specify SIM to call with for voicemail
notifications.
+ Move code for getting PhoneAccountHandle from Phone into PhoneUtils
and update references throughout telephony. This assumes we only need
to do the conversion for PSTN phones; this seems to be a safe
assumption given how the notification manager previously got the
default Phone from the phone factory.

Bug: 18232725
Change-Id: I62574643de1d61ef716e06fb733467ce2f607586
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
7b2c6e230ef6df2ae7863dc61b632a25393707ee 26-Nov-2014 Evan Charlton <evanc@google.com> Start the configure intent with the right user

When opening the ConnectionService's CONFIGURE activity, make sure
to direct it to the correct user.

Additionally, register SIM/SIP PhoneAccounts as MULTI_USER so that
secondary users can use them.

Finally, differentiate between work profile PhoneAccounts so that
they can be correctly identified by the user.

Bug: 17421902
Bug: 17421044
Bug: 18278824
Change-Id: I673904a7ae038c88688bba62642e93174e55c308
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
3cc8121590b5b05af65a9aeaa8948834e4983adc 12-Nov-2014 Ihab Awad <ihab@google.com> Telecom API updates (5/6)

Bug: 18292176
Change-Id: I706c5a120e8a136d084d4b7f9f0fbc2653a5b86b
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
3ab207e3711ebd717f9cfe7412018c51ae1c8131 20-Nov-2014 Wink Saville <wink@google.com> Additional changes to SubscriptionManager API as per API council.

bug: 17575308
Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
e9fe49dbda2ecdc880cb0929e86c15b0335127dc 20-Nov-2014 Wink Saville <wink@google.com> Revert "Additional changes to SubscriptionManager API as per API council."

This reverts commit 88fd66a22ab781927556a34cdb7b14179efea917.

Change-Id: Ia6353137c665ca048bb1b02dee7bd581dec9973f
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
88fd66a22ab781927556a34cdb7b14179efea917 19-Nov-2014 Wink Saville <wink@google.com> Additional changes to SubscriptionManager API as per API council.

bug: 17575308
Change-Id: I7773965094510999bfce8fc6b2b31ba6ce496653
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
d83e4e891bba696c72abbf93be28d108be7cc591 11-Nov-2014 Nancy Chen <nancychen@google.com> Get info from SubInfoRecord for color and icon.

Since the information in SubInfoRecord is now properly populated, we can
get the info from there instead of generating dummy data.
*Removing unnecessary icons.
*Also a minor string change.

Bug: 18192071
Bug: 17446974
Change-Id: I4feb5ebef807b2d6c00d1d5254bcf5dbca471046
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
7a0e9b3a6ed1d4ec05d858445da1c05b7ec87c1f 12-Nov-2014 Wink Saville <wink@google.com> Merge "Update SubscriptionManager API as per API council." into lmp-mr1-dev
0f3b5fcda1b76fbd6042f9a6f81f69d0b44bc3ee 11-Nov-2014 Wink Saville <wink@google.com> Update SubscriptionManager API as per API council.

bug: 17575308
Change-Id: Ib39a60e4f75981a466e9d606ec627756efad018d
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
ad5b1c0315696299db76ea8942b6458b7dcc93c3 03-Nov-2014 Ihab Awad <ihab@google.com> Update PhoneAccount icon API (6/6)

Bug: 18291787

Change-Id: If81ca27bf98abdbd5ee2e49b1e9d1bae87a2cd5e
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
b0cbe18f06ae1d331d636d2ac157a2d5bf434d8b 05-Nov-2014 Stuart Scott <stuartscott@google.com> Merge "Use CharSequence for DisplayName" into lmp-mr1-dev
44e81fba7df7cfea1add78cb365f55b002ca2950 05-Nov-2014 Nancy Chen <nancychen@google.com> Merge "Set default color of single-SIM PhoneAccount to NO_COLOR." into lmp-mr1-dev
f8c4cb35e162a5ee9c75081e651d1521adc49e27 04-Nov-2014 Stuart Scott <stuartscott@google.com> Use CharSequence for DisplayName

Change-Id: Ib18a4d255fd2eb50125b71c89fb7ff5ba4abd690
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
253c8f9c07d9d9e8ed192cb9247cef97dc04f032 04-Nov-2014 Nancy Chen <nancychen@google.com> Set default color of single-SIM PhoneAccount to NO_COLOR.

The default SIM of a Single-SIM phones should not have a color so that
the InCallUI uses the default theme color.

Bug: 18239553
Change-Id: I042918d6f4756e39339e18b4cb65ec83c09805fb
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
4877971c60edc399874a98b8b1ece6714964587d 30-Oct-2014 Stuart Scott <stuartscott@google.com> Clean up public API of SubInfoRecord.

bug: 17575308
Change-Id: I5fad0008ef57188d6b13ebbf4b6ce304b0e67fce
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
15e40bea2475529d3c1d77446b46849f384e793b 29-Oct-2014 Nancy Chen <nancychen@google.com> Temporarily use hardcoded values for sim color display.

The wiring up of SubInfoRecord colors and PhoneAccount color is not yet
complete so just hardcode the color values for the time being.
Also removing the enforced "NO_COLOR" handling that case in InCallUI
directly.

Bug: 17971273
Change-Id: I44d9c0bce5b9f33d41da7b23d0cd3496062b4238
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
12ab630c94d07994d7e4376ab835e2fe3c558547 29-Oct-2014 Ihab Awad <ihab@google.com> Merge "PhoneAccounts include literal icon bitmap (4/4)" into lmp-mr1-dev
7e08364bc42100f19e4358aa8fbace6df8aba356 24-Oct-2014 Ihab Awad <ihab@google.com> PhoneAccounts include literal icon bitmap (4/4)

Change-Id: Ia31005eaaee2e39928944aabe6dbfcbf87db7d7c
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
77f67fdfe43559c1b631cde7920c3f78a4835427 28-Oct-2014 Nancy Chen <nancychen@google.com> Merge "Temporary: set first slot color to NO_COLOR." into lmp-mr1-dev
ddaefdd8d4650c6e2cd78a893045e34646656a52 25-Oct-2014 Nancy Chen <nancychen@google.com> Temporary: set first slot color to NO_COLOR.

Due to change ag/575009, the SIM icon color will be used for the
InCallUI. We don't want the color to change for the single-SIM case, so
we set the first slot to NO_COLOR for now.

Bug: 17971273
Change-Id: I657326893a641cce3cdefb10f579d7f5260ce053
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
b564aaeff3b6c4b20c899b8c254e4622b691d0cf 23-Oct-2014 Wink Saville <wink@google.com> Change subId to int from long

Change-Id: Idae6335e63e7b1e4e714bc17e71b1a4705e38474
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
a7a917a9ba6f57c4648d862a51752f4a21955afe 23-Oct-2014 Nancy Chen <nancychen@google.com> Revert "Revert "Add color to PhoneAccount objects (3/3)""

This reverts commit 588083df5411d5b5de2b9098ba55b0e1181e632a.
We're ready to add color to PhoneAccounts

Change-Id: Id90825830b05c401a8c0c50dfeaed5fbd71e3a3a
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
588083df5411d5b5de2b9098ba55b0e1181e632a 12-Oct-2014 Ihab Awad <ihab@google.com> Revert "Add color to PhoneAccount objects (3/3)"

This reverts commit 96b7a5c7cd4a442277cb39c1b650f2933769682f.
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
ae8840c03a8b4596cfb36bfede7b722d41ec620e 09-Oct-2014 Ihab Awad <ihab@google.com> Add color to PhoneAccount objects (3/3)

Change-Id: I05096e9007521d711e4e77c172853119b7a156ed
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
a8dee2b6ab55fc310ff17e7006b9216a1c2c203c 29-Sep-2014 Santos Cordon <santoscordon@google.com> Show network name as PhoneAccount label for single-SIM.

And add listener to ensure the PhoneAccounts are re-registered when the
network state changes so that the network name is refreshed when the SIM
is re-inserted or switched.

Bug:17609117
Change-Id: I4c08f4117c943a2ad22092a4069217feca6f74f5
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
90f2ffdd00b47e2cd863d4361204c1a6fb31e3a0 16-Sep-2014 Nancy Chen <nancychen@google.com> Remove ability to enable/disable phoneaccounts (2/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
- Remove PhoneAccountSelectionPreferenceActivity and related UI code
+ Rename getEnabledPhoneAccounts -> getCallCapablePhoneAccounts

Bug: 17510811

Change-Id: I6ea5c73bc62f35c2e487dd4d1262c0336b8b6e1e
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java
4d45d1cf58a2003378fd35912d6d73a00001bf06 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: Ic33bafd37200e65431543a9889aed549dbb04831
/packages/services/Telephony/src/com/android/services/telephony/TelecomAccountRegistry.java