History log of /packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f2a0a31cefc98e7d0c42d8105e2a81ff00e7d2eb 19-Dec-2014 Mick Lin <Mick.Lin@mediatek.com> [DS] TTY should be enabled.

Bug: 18693093

Review: https://partner-android-review.git.corp.google.com/#/c/189725

Change-Id: I8ad3ff6a3c3c6577a5ef3bec042f79589f1a2770
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.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/TelephonyGlobals.java
e3b3e4df2ca751ff55a34aa95c2722dca1a91924 23-Jul-2014 Santos Cordon <santoscordon@google.com> Fix initialization of SIM accounts.

- Moves setup out of a broadcast receiver and into TelephonyGlobals
- Reruns setup whenever the SIM state changes (hotswap support)
- When no SIM is inserted, register an emergency-only PhoneAccount.

Bug: 16491446
Bug: 16445149
Bug: 16495971

Change-Id: Icee8013c35f7439c58af7b7777af9a99798bff43
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
7debf0174288630f54813c7ec43ebc6df0a9c69d 18-Jul-2014 Santos Cordon <santoscordon@google.com> Register PhoneAccounts for telephony on startup.

Change-Id: I597a0565696a742540ba7156f17d6b1d188d7eb7
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
bf900546674f25be845130119aa332ef8b17a399 16-Jul-2014 Sailesh Nepal <sail@google.com> TTY: Telephony changes

This CL makes the following changes:
1. Deleted the tty_enabled config. This config is now
stored in Telecomm. Telephony stills needs to access
this value so it now uses TelecommManager to get it.

2. Deleted the code to set the Phoen's TTY mode based on
TTY_PREFERRED_MODE_CHANGE_ACTION action. This code is
now in Telecomm. Telecomm will send a
ACTION_CURRENT_TTY_MODE_CHANGED action when the devices
actual TTY mode changes. The actual mode is based on
the preferred mdoe and the wired headset state.

3. Added TtyManager which listens for
ACTION_CURRENT_TTY_MODE_CHANGED and changes the phone's
TTY state. The old code would update the audio TTY mode
when the phone's state had finished changing. I've
moved this code into Telecomm.

Change-Id: I652b095af30cc2732a06829dc23492e5355660da
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
536cff018ecf3a329ccf44f723bae071c840ab71 05-Jul-2014 Sailesh Nepal <sail@google.com> Remove references to CallService from Telephony

Change-Id: I5a082e50dafea0104174cb97d3ae8af168944fc3
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
aa7340388473c1676495a60e30dc6a48d318a489 18-Jun-2014 Ihab Awad <ihab@google.com> Replace CallServiceSelectors with Subscriptions (3/3)

Remove CallServiceSelectors and replace them with comprehensive
support for Subscriptions as the means of selecting ways of making
phone calls. After this change, a ConnectionService is not a
semantically meaningful "way of making a call" -- it's more like the
mechanism whereby the Android system communicates with a 3rd party
process to ask for phone services. We anticipate each process having
only one ConnectionService.

Change-Id: I251c0b6f4106104d945b3723fa4da1081a06b8cd
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
aac7719aa36cbef5b52ec45aef75005084d60c4a 23-May-2014 Santos Cordon <santoscordon@google.com> Have incoming call notifier listen to radio technology changes.

Bug: 15190301
Change-Id: I59a4239a1182b0f1f8db78c88e503e367373bacb
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
578a5f85e4cfdc86de73165215982f315fdb29a7 16-May-2014 Santos Cordon <santoscordon@google.com> Use PhoneProxy instead of creating new Phone types.

Original change that added CachedPhoneFactory: 50037868e3d7e9a3af7b09bc8bb1ae88c77dd633

PhoneProxy is a better instance to use than cached phone objects.


Bug: 15015329
Change-Id: I544cf946408390ff1fa3d1514cf1597818525d65
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
6a6e769af983b973a67cff3e8926597525835aa9 07-May-2014 Ihab Awad <ihab@google.com> Refactor Telephony to new framework

Refactors Telephony to the new-style framework, where the framework classes still live
inside the Telephony package here, but we are getting ready to move them into the actual
frameworks/base directory.

Change-Id: Id93771d20f682e3ebf225e2f4225d24072dce28b
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
4822ee866dd3fc138f566afb2da810b491b68a6e 29-Mar-2014 Sailesh Nepal <sail@google.com> Use helper class for logging

Change-Id: Ie27cee214f0595cc5d3f9b1f8d313a2d6e4f42fb
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
717bd98f5f3d11a5b39d1f02eab200b126731df2 20-Mar-2014 Santos Cordon <santoscordon@google.com> Get more accurate network type.

Solves weird conditions where a CDMA SIM was starting GsmCallService.

Change-Id: I4acaa946a5f4c2dda712c57b444dd6b09b22e0dd
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
cfe407366b77e4db0202c2decf63b5e242550f71 11-Mar-2014 Santos Cordon <santoscordon@google.com> Add PSTN incoming call support.

Change looks big but a lot of it is reshuffling and very minor deletes.
Changes:
- Removes the shouldDisableUpdates code
- Disables incoming call codepath in TeleService
(see CallNotifier.java change)
- Moved the static call map from BaseTelephoneCallService into its own
class: CallRegistrar.java
- Added a class between Cdma/GsmCallService and BaseTelephonyCallService
to hold code that is shared by CDMA and GSM but not SIP. In this case,
the incoming call flow.
- Added audio-mode switching in TelephonyCallConnection. This is there
to make incoming calls work until AudioManager lands in Telecomm.

Incoming call changes:
PstnCallService.java
- setIncomingCallId() - Basically, it looks for any new incoming call
and if it finds one, it tells Telecomm, "yup, here's the incoming
call." An incoming call is considered NEW if the call hasn't already
been associated with a call ID...we check that before confirming with
Telecomm.
- answer()/reject() - In both cases, we see if the incoming call still
exists for the call ID, and if it does, we perform the appropriate
action via the Phone object.

Change-Id: I5c748870453ea74f8306bb467b114995eb728484
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
2afb2bebbb9c88f5ab8752f602a9148e14d14009 06-Mar-2014 Santos Cordon <santoscordon@google.com> Incoming call notifiers to tell Telecomm of incoming calls.

This CL creates instances of the notifier class for each of the PSTN
call services.
SIP is different and will come later.

Depends on: I6a7bc0273101dec77908fce796b25146d95a5e6a

Change-Id: I8499563b779c5cda6163db5e36f87dfb2629d450
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java
a9ec9655639c3a90e294f8177ba44e8eb7df24a5 04-Mar-2014 Santos Cordon <santoscordon@google.com> Add a TelephonyGlobals class.

Change-Id: I6ef31dee75fb97e35f411c6415d9b838ae717994
/packages/services/Telephony/src/com/android/services/telephony/TelephonyGlobals.java