summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* am 1e3d1b4b: Merge change 3107 into donutAndroid (Google) Code Review2009-06-0720-392/+1097
|\ | | | | | | | | | | | | Merge commit '1e3d1b4b83452286b000b8cd1997e5aef97fe2a7' * commit '1e3d1b4b83452286b000b8cd1997e5aef97fe2a7': Motorola changes from 090602 through 090605
| * Motorola changes from 090602 through 090605Wink Saville2009-06-0720-392/+1097
| | | | | | | | | | | | | | | | | | | | | | The changes from 090602 update frameworks/base to support 3way calling and call waiting. The changes from 090603 completed the CdmaInformationRecords class but the original changes submitted has been simplified, toString added and a bug fixed where the notifications where not being handled properly. The changes from 090605 added Prl Version, apn fixes.
* | am b1c28747: Merge change 3305 into donutAndroid (Google) Code Review2009-06-051-2/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'b1c2874790908d1bbb9b99242fc7cc96c7b45a8a' * commit 'b1c2874790908d1bbb9b99242fc7cc96c7b45a8a': Fix parameter mismatch for a couple of RIL commands.
| * Merge change 3305 into donutAndroid (Google) Code Review2009-06-051-2/+1
| |\ | | | | | | | | | | | | * changes: Fix parameter mismatch for a couple of RIL commands.
| | * Fix parameter mismatch for a couple of RIL commands.jsh2009-06-051-2/+1
| | | | | | | | | | | | | | | | | | Both RIL_REQUEST_SET_SMSC_ADDRESS and RIL_REQUEST_CDMA_FLASH take a string as a parameter. But RIL.java was sending down an array of strings with a single element instead.
* | | am 35c46680: Merge change 3226 into donutAndroid (Google) Code Review2009-06-041-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '35c46680852268d6b7b51dadf3d5349d146ccdcd' * commit '35c46680852268d6b7b51dadf3d5349d146ccdcd': Update a javadoc comment suggesting the use of a deprecated class.
| * | Update a javadoc comment suggesting the use of a deprecated class.Marco Nelissen2009-06-041-1/+1
| | |
* | | am 3d3e307a: Merge change 3126 into donutAndroid (Google) Code Review2009-06-045-65/+63
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '3d3e307a63144b1bddd534fefd35a557223d52bf' * commit '3d3e307a63144b1bddd534fefd35a557223d52bf': Fix thread safety in DataConnectionTracker.
| * | Merge change 3126 into donutAndroid (Google) Code Review2009-06-045-65/+63
| |\ \ | | | | | | | | | | | | | | | | * changes: Fix thread safety in DataConnectionTracker.
| | * | Fix thread safety in DataConnectionTracker.Jaikumar Ganesh2009-06-035-65/+63
| | |/ | | | | | | | | | | | | | | | | | | All the methods in DataConnectionTracker should be called only through the handler. Fix this as trySetupData was being called in the broadcast receiver. Tested: Airplane mode and GPRS retry.
| * | cdma getNeighboringCids to fail with an exceptionTammo Spalink2009-06-041-2/+15
| |/
* | cdma getNeighboringCids to fail with an exceptionTammo Spalink2009-06-041-2/+15
| |
* | am 97c2fdfc: Merge change 2957 into donutAndroid (Google) Code Review2009-06-021-24/+27
|\ \ | |/ | | | | | | | | | | Merge commit '97c2fdfc2e1cb4f51c624dd8e30e6bdb63ea21be' * commit '97c2fdfc2e1cb4f51c624dd8e30e6bdb63ea21be': Allow response payload on RIL_REQUEST error
| * Allow response payload on RIL_REQUEST errorjohnwang2009-06-021-24/+27
| | | | | | | | | | | | Handle response payload while RIL_REQUEST returns error. modified: gsm/GsmServiceStateTracker.java
* | am c6653495: Merge change 1522 into donutAndroid (Google) Code Review2009-06-023-107/+240
|\ \ | |/ | | | | | | | | | | Merge commit 'c665349543b481b14e423ea9e7e2b368569ae311' * commit 'c665349543b481b14e423ea9e7e2b368569ae311': support more minor cdms sms bearer data subparameters
| * Merge change 1522 into donutAndroid (Google) Code Review2009-06-023-107/+240
| |\ | | | | | | | | | | | | * changes: support more minor cdms sms bearer data subparameters
| | * support more minor cdms sms bearer data subparametersTammo Spalink2009-06-023-107/+240
| | | | | | | | | | | | - also clean up CdmaSmsAddress
* | | am 35feec46: Merge change 2761 into donutAndroid (Google) Code Review2009-06-0213-501/+396
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '35feec46d90d434a2439765d127a9e8f68a52340' * commit '35feec46d90d434a2439765d127a9e8f68a52340': TODO's from Teleca with modifications from wink.
| * | Merge change 2761 into donutAndroid (Google) Code Review2009-06-0213-501/+396
| |\ \ | | | | | | | | | | | | | | | | * changes: TODO's from Teleca with modifications from wink.
| | * | TODO's from Teleca with modifications from wink.Wink Saville2009-06-0113-501/+396
| | |/
* | | am 641bb3d8: expose (but still hide) sms user data headersTammo Spalink2009-06-022-5/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '641bb3d8dfd72f57356d39ef00256d6077c9e235' * commit '641bb3d8dfd72f57356d39ef00256d6077c9e235': expose (but still hide) sms user data headers
| * | expose (but still hide) sms user data headersTammo Spalink2009-06-022-5/+8
| |/ | | | | | | addresses bug http://b/issue?id=1751571
* | am ff0d9147: Merge change 2766 into donutAndroid (Google) Code Review2009-06-015-24/+57
|\ \ | |/ | | | | | | | | | | Merge commit 'ff0d91479d3c8523bc290bd1b65fcd2546be1d40' * commit 'ff0d91479d3c8523bc290bd1b65fcd2546be1d40': Manually merge a few fixes from cupcake and cupcake_dcm.
| * Manually merge a few fixes from cupcake and cupcake_dcm.jsh2009-06-015-24/+57
| | | | | | | | | | | | | | CL 144717: Correctly set user data payload length for non-7-bit encoded payload. CL 149058: Check for null TP-OA in SmsMessage.parseMessageBody(). CL 138094: Make sure call state (and other updates) have a chance to get processed between data setup attempts. CL 132624: Added a comment for a way to save a message to the SIM.
* | am 6190fe6e: Merge change 2758 into donutAndroid (Google) Code Review2009-05-291-1/+7
|\ \ | |/ | | | | | | | | | | Merge commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea' * commit '6190fe6e7d7c8a917472637f5ab2fb21fc8a6eea': Fix concat SMS for GSM.
| * Fix concat SMS for GSM.jsh2009-05-291-1/+7
| | | | | | | | | | | | Bug 1883998: We only support sending 8-bit references for now. Bug 1885080: Also fix the GsmAlphabetTest, which started failing when SmsHeader was re-worked.
* | am c3b7e4e7: Merge change 2736 into donutAndroid (Google) Code Review2009-05-298-49/+155
|\ \ | |/ | | | | | | | | | | Merge commit 'c3b7e4e7dda7a81e7f1017f17adb717ffb3d50d2' * commit 'c3b7e4e7dda7a81e7f1017f17adb717ffb3d50d2': Telephony support for SMS memory reporting to the network.
| * Telephony support for SMS memory reporting to the network.jsh2009-05-298-49/+155
| | | | | | | | | | | | | | | | - Use ordered broadcast to allow receivers to set a result code. - Ack SMS with result code. - New RIL command to report memory status. - Fixed a typo in a Gservices setting. - Merge in CL 137895 (hold a wake lock while broadcasting SMS_RECEIVED).
* | am a3d28bd5: Merge change 520 into donutAndroid (Google) Code Review2009-05-291-3/+15
|\ \ | |/ | | | | | | | | | | Merge commit 'a3d28bd5c278f750c70f2b87fce23df221cd4a01' * commit 'a3d28bd5c278f750c70f2b87fce23df221cd4a01': Enforce permissions for PhoneStateListener events.
| * Enforce permissions for PhoneStateListener events.Jaikumar Ganesh2009-05-291-3/+15
| | | | | | | | | | | | | | | | PhoneStateListener events like LISTEN_CALL_STATE_CHANGED, have privacy information like phone numbers and hence, need to be protected with a permission. The permission READ_PHONE_STATE is used for this purpose. Use the permission trick to ensure backward compatability.
* | am f6355e24: Merge change 2399 into donutAndroid (Google) Code Review2009-05-2825-726/+1855
|\ \ | |/ | | | | | | | | | | Merge commit 'f6355e24f5382356ea197135fdeff827aabfdb90' * commit 'f6355e24f5382356ea197135fdeff827aabfdb90': Motorola additions for CDMA support without CdmaSuppConnTracker
| * Motorola additions for CDMA support without CdmaSuppConnTrackerWink Saville2009-05-2825-726/+1855
| | | | | | | | | | There are corresponding changes to hardware/ril and packages/apps/Phone that are required to go with these changes.
* | Merge change 2503Android (Google) Code Review2009-05-271-0/+5
|\ \ | | | | | | | | | | | | * changes: Stop the NANP number formatter from putting dashes in shortcodes.
| * | Stop the NANP number formatter from putting dashes in shortcodes.Ficus Kirkpatrick2009-05-261-0/+5
| | | | | | | | | | | | | | | This changes the result of PhoneNumberUtils.formatNumber("46645") from "466-45" to "46645".
* | | am cf2119a9: Check for desiredPowerState (airplane mode) before setting up data.Jaikumar Ganesh2009-05-263-9/+17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | Merge commit 'cf2119a9755d9e2713ce78e84d0826d430a11a62' * commit 'cf2119a9755d9e2713ce78e84d0826d430a11a62': Check for desiredPowerState (airplane mode) before setting up data. Remove dimmed background (and accompanying animation) for global
| * | Check for desiredPowerState (airplane mode) before setting up data.Jaikumar Ganesh2009-05-263-9/+17
| | | | | | | | | | | | | | | | | | Check for airplane mode before trying to setup data. Send an event while switching from wifi to cell data, instead of calling trySetupData directly.
* | | am a5f158bd: Merge change 2347 into donutAndroid (Google) Code Review2009-05-261-4/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'a5f158bdde77f8d173d1f1c95d0f92405c519b0f' * commit 'a5f158bdde77f8d173d1f1c95d0f92405c519b0f': Fix Disconnect path for CDMA.
| * | Merge change 2347 into donutAndroid (Google) Code Review2009-05-261-4/+8
| |\ \ | | | | | | | | | | | | | | | | * changes: Fix Disconnect path for CDMA.
| | * | Fix Disconnect path for CDMA.Jaikumar Ganesh2009-05-221-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The corresponding fix has already been made for GSM. When data state is in CONNECTING state and and we try to disable the data, we set a pending disconnect but never disconnect once we are connected.
* | | | am 90215834: Merge change 418 into donutAndroid (Google) Code Review2009-05-262-8/+24
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '9021583421ace854a7affeb5e767d1da56e4f7de' * commit '9021583421ace854a7affeb5e767d1da56e4f7de': add additional CdmaDataConnectionTracker event logging
| * | | Merge change 418 into donutAndroid (Google) Code Review2009-05-252-8/+24
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: add additional CdmaDataConnectionTracker event logging
| | * | | add additional CdmaDataConnectionTracker event loggingTammo Spalink2009-05-202-8/+24
| | | | |
* | | | | am 511a0134: Merge change 2302 into donutAndroid (Google) Code Review2009-05-261-3/+12
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | | | | | | | | Merge commit '511a0134e1bfe90a23960eea72eca565e52aa816' * commit '511a0134e1bfe90a23960eea72eca565e52aa816': added SmsMessage ConcatRef parsing validation
| * | | added SmsMessage ConcatRef parsing validationTammo Spalink2009-05-221-3/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | addresses bugs: http://b/issue?id=1870607 http://b/issue?id=1688238 and prior perforce commit: http://s9/?change_num=136189
* | | Add carrier/mcc factors to wifi-channel decision.Robert Greenwalt2009-05-223-24/+93
|/ / | | | | | | | | | | Uses ro.carrier and MCC when available to try to set (non-persistingly) the number of allowed wifi channels. Part of the fix for 1625953.
* | Make sure smsHeader != null before using it.jsh2009-05-202-2/+2
| | | | | | | | | | Fixes bug 1866578 - NPE while trying to dispatch a non-concatenated SMS with no user data header (ie, your typical SMS).
* | Merge change 1127 into donutAndroid (Google) Code Review2009-05-1912-660/+528
|\ \ | | | | | | | | | | | | * changes: SmsHeader rewrite, in preparation for migration to public API.
| * | SmsHeader rewrite, in preparation for migration to public API.Tammo Spalink2009-05-2012-660/+528
| |/ | | | | | | | | | | | | | | | | | | | | | | | | See http://b/issue?id=1751571 Changes the semantics of SmsHeader from containing only opaque data to exposing occurs-once frequently-used fields together with a list of opaque fields. Also changes the coding to and from byte array to be symmetrical, whereas previous encoding had an extra length field. Cdma SmsMessage -- cleanup of code paths along with adjustments to match the new header semantics, which should address at least some of the issues with concatenated messages. See http://b/issue?id=1809759
* | Fix network preference getting incorrectly set.Jaikumar Ganesh2009-05-192-13/+13
| | | | | | | | | | When the phone process crashes, we set the network preference incorrectly. Also read the default value from a system property.
* | Add a method to get the PhoneType in CellLocation.Jaikumar Ganesh2009-05-196-74/+114
| | | | | | | | | | | | CellLocation uses TelephonyManager to get the PhoneType. TelephonyManager uses the system property to get the phoneType, if the ITelephony interface is not up.