summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | am fc97669a: am 72a6af1a: am 7d952644: merge from open-source masterThe Android Open Source Project2010-05-125-6/+48
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am 7d952644: merge from open-source masterThe Android Open Source Project2010-05-125-6/+48
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7d9526445c8631f347c7bf7d944e5bb1dc35b0b5' into kraken * commit '7d9526445c8631f347c7bf7d944e5bb1dc35b0b5': Support to display message when operation is blocked due to FDN being enabled
| | * | | | | merge from open-source masterThe Android Open Source Project2010-05-125-6/+48
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | Change-Id: Ib5ea9745c2b652d64646e3e28c12e63815321ff9
| | | * | | | Merge "Support to display message when operation is blocked due to FDN being ↵Jean-Baptiste Queru2010-05-115-6/+48
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | enabled"
| | | | * | | | Support to display message when operation is blocked due to FDN being enabledNaveen Kalla2010-05-115-6/+48
| | | | | |/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The terminal disallows USSD, SMS, Voice Call and Supplementary services operations for numbers not in the Fixed Dialing Number (FDN) list when the FDN service is enabled. FDN_CHECK_FAILURE error is sent from the RIL and the message needs to be displayed to indicate the failure. Change-Id: I49bd63f69a3f0201125b17cd16db2e8fcf93ddc3
* | | | | | | am 1b7e3ef4: am 55bef14f: am fb234bbe: merge from open-source masterThe Android Open Source Project2010-05-123-0/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am fb234bbe: merge from open-source masterThe Android Open Source Project2010-05-123-0/+7
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'fb234bbe5e7cbae42b4fc8f4ab353ba561599db2' into kraken * commit 'fb234bbe5e7cbae42b4fc8f4ab353ba561599db2': Notify user regarding invalid number during MO call. Build software AGL library with correct get_tls() macro for ARMv7 based platforms Fix glReadPixels() to verify that both x and y are non-negative.
| | * | | | | merge from open-source masterThe Android Open Source Project2010-05-123-0/+7
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | Change-Id: I022d0781a232396e2b8a67a420ecf50e64b87d8c
| | | * | | | Merge "Notify user regarding invalid number during MO call."Jean-Baptiste Queru2010-05-113-0/+7
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Notify user regarding invalid number during MO call.Naveen Kalla2010-04-233-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When user dials an invalid number, network returns an error indicating "unobtainable number" (See the Table 10.5.123/3GPP TS 24.008 for the possible failure causes). Changes done to display message to indicate user that an invalid number has been dialed. Change-Id: I477d64bc3b59cc205396f911ff9630c640f619f3
* | | | | | | am e107c141: am 9d164dc5: am f4dffd8a: merge from open-source masterThe Android Open Source Project2010-05-064-3/+353
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am f4dffd8a: merge from open-source masterThe Android Open Source Project2010-05-064-3/+353
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f4dffd8a45386b5a5f0e6de4f30facc9eaac4001' into kraken * commit 'f4dffd8a45386b5a5f0e6de4f30facc9eaac4001': GpsLocationProvider: Store new Location before onGpsStatusChanged is sent Telephony: Add PUK MMI code support for CDMA RUIM phones Type Zero Sms should not be displayed/stored/notified.
| | * | | | | merge from open-source masterThe Android Open Source Project2010-05-064-3/+353
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | Change-Id: I4c28751bd84b41259b12b0f3e3307e11234c8b64
| | | * | | | Merge "Telephony: Add PUK MMI code support for CDMA RUIM phones"Jean-Baptiste Queru2010-05-052-3/+338
| | | |\ \ \ \
| | | | * | | | Telephony: Add PUK MMI code support for CDMA RUIM phonesNaveen Kalla2010-04-132-3/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to unlock RUIM using PUK. PUK is entered using MMI codes.
| | | * | | | | Merge "Type Zero Sms should not be displayed/stored/notified."Jean-Baptiste Queru2010-05-052-0/+15
| | | |\ \ \ \ \
| | | | * | | | | Type Zero Sms should not be displayed/stored/notified.Naveen Kalla2010-03-262-0/+15
| | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Type Zero messages indicated by TP_PID field set to value 0x40, should not be displayed/stored/notified. They should only be acknowledged.
* | | | | | | | am 8b270a7a: am 579e08e6: am f7896449: merge from open-source masterThe Android Open Source Project2010-05-051-3/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | am f7896449: merge from open-source masterThe Android Open Source Project2010-05-051-3/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f78964490d8098387d51444c87bf520ad3f674e2' into kraken * commit 'f78964490d8098387d51444c87bf520ad3f674e2': Add new keycodes for the convenience of Japanese IMEs Call register_localized_collators() with the current locale. Fixed deserialization problem in DatePicker. Fix for bug 2467152 files with spaces fail to open. Set alpha value for newly created dim surface. telephony: Fix CID when CID is unknown
| | * | | | | | merge from open-source masterThe Android Open Source Project2010-05-051-3/+6
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | Change-Id: Ia9e1f4e049f5870386ea29ddb6e3ef028ea918da
| | | * | | | | Merge "telephony: Fix CID when CID is unknown"Jean-Baptiste Queru2010-05-051-3/+6
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | telephony: Fix CID when CID is unknownNaveen Kalla2010-04-121-3/+6
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unknown CID is indicated as 0xFFFFFFFF by ril. When telephony receives that value, set CID to UNKNOWN.
* | | | | | | Fix Javadoc param tags and typo in private constant definition.Jake Hamby2010-05-042-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Two Javadoc comments in telephony/cdma/SmsMessage.java had the wrong parameter name in @param. - Typo in private constant defined in telephony/cdma/sms/BearerData.java. Change-Id: I3c210383f74a5fef022e0958ab56ef9b7be8e97c
* | | | | | | Fix some more typos, remove unused imports, and remove unnecessary cast.Jake Hamby2010-05-045-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More minor code cleanups in the telephony framework. Change-Id: I27abe11e02fc6fea12885eea4fe275240a546332
* | | | | | | Fix some typos and move two .java files to the correct package directory.Jake Hamby2010-05-043-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix typos in comments in TelephonyProperties.java - Move two .java files in telephonytests to the correct package directory. Change-Id: Ie69da31c128899d149d4f5d5aababe8d017d8f18
* | | | | | | Merge "Fix a few more Javadoc typos."Jake Hamby2010-05-045-9/+11
|\ \ \ \ \ \ \
| * | | | | | | Fix a few more Javadoc typos.Jake Hamby2010-04-295-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id43fe2551ef53c1a0a779c6101ea0bc7c23e1f93
* | | | | | | | am 011056c2: am 7eb700e0: Merge "Fix test in PhoneNumberUtilsUnitTest.java, ↵Xia Wang2010-04-303-66/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / combine it with PhoneNumberUtilsTest.java Rename CallerInfoUnitTest.java to CallerInfoTest.java and move to the corresponding directory" into kraken
| * | | | | | Fix test in PhoneNumberUtilsUnitTest.java, combine it with ↵Xia Wang2010-04-303-66/+23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhoneNumberUtilsTest.java Rename CallerInfoUnitTest.java to CallerInfoTest.java and move to the corresponding directory bug: 2644009 Change-Id: I1ecc09312f404e00bbf30befffb1811efe578cc3
* | | | | | am d54c48b2: am 9666bbdf: am 7b88af67: Merge "bug #2618035: applying Moto\'s ↵Wei Huang2010-04-221-1/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | patch to fix a email/shortcode parsing bug." into froyo
| * | | | | am 7b88af67: Merge "bug #2618035: applying Moto\'s patch to fix a ↵Wei Huang2010-04-221-1/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | email/shortcode parsing bug." into froyo Merge commit '7b88af679a9a3b5737343bb996ef392b76d19e73' into froyo-plus-aosp * commit '7b88af679a9a3b5737343bb996ef392b76d19e73': bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug.
| | * | | | bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug.Wei Huang2010-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ica1df6582533edf8d9a5825dbe510eeab4828309
* | | | | | am 81b7ea00: am f77fff4b: am 23c0b2eb: Merge "Add ILLEGAL_SIM_OR_ME error ↵John Wang2010-04-212-0/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | code." into froyo
| * | | | | am 23c0b2eb: Merge "Add ILLEGAL_SIM_OR_ME error code." into froyoJohn Wang2010-04-212-0/+6
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '23c0b2eb5a610030ad5afe406987cb09c858ccfb' into froyo-plus-aosp * commit '23c0b2eb5a610030ad5afe406987cb09c858ccfb': Add ILLEGAL_SIM_OR_ME error code.
| | * | | | Add ILLEGAL_SIM_OR_ME error code.John Wang2010-04-212-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is for bug 2571583 to provide better failure information of network operator selection. Network selection returns ILLEGAL_SIM_OR_ME when the failure is permanent and no retries needed, such as illegal SIM, ME, HRL config, etc. Change-Id: Iaf70bef64d3cbf35e4d9915418cbb5b78607f73e
* | | | | | am d29eafdb: am f021d12f: merge from open-source masterThe Android Open Source Project2010-04-211-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge from open-source masterThe Android Open Source Project2010-04-211-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / Change-Id: I08f1feae65b1dfc3f740d78654c267f2e3ae5e85
| | * | | Fix printing order of phone objects creationAlex Yakavenka2010-04-191-2/+2
| | | |/ | | |/|
| | * | merge from open-source masterThe Android Open Source Project2010-03-191-2/+31
| | |\ \ | | | | | | | | | | | | | | | Change-Id: I23af6296f0867bea2a2da72d4eb3dda93025b1ac
* | | | | Spelling corrections and other minor cosmetic cleanups.Jake Hamby2010-04-1518-137/+145
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed a bunch of typos in comments (plus a few variable names) - Removed unused import lines from telephony classes - Added @Override attribute to overriding methods - Made SmsMessage.PduParser inner class private & deleted unused constructor - Added type specifiers to declarations of ArrayList and HashMap - SimulatedCommands.getRegistrationState() had an ArrayIndexOutOfBoundsException trying to write to index 14 of a 14-element array. I removed the out-of-bounds assignment. Change-Id: I054b5156aa64ab6639028d5b45a7e688b2deee08
* | | | Fix a FATAL ClassCastException in DataConnection.javaWink Saville2010-04-091-1/+2
| | | | | | | | | | | | | | | | | | | | bug: 2583290 Change-Id: I93e0307664427b29942b1ed1e5acbf21e78a605f
* | | | Merge "Change TrafficStats to a new JNI implementation." into froyoDan Egnor2010-04-083-74/+54
|\ \ \ \
| * | | | Change TrafficStats to a new JNI implementation.Dan Egnor2010-04-073-74/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change phone's ConnectionStateTrackers to use it directly, rather than through the INetStat binder interface. Bug: 2578938 Change-Id: I8858e2609cbec3be845a0ce5178cb03f67e01b41
* | | | | Add emergencyOnly indicator in ServiceState.John Wang2010-04-072-16/+37
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For bug 2536842 to show signal strength in Emergency mode. The STATE_EMERGENCY_ONLY of ServiceState is not in-use. So add a hide interface to indicate Emergency mode. Change-Id: I19398ac5e73a722dcaaf744347f961d1fa7513ac
* | | | merge from open-source masterThe Android Open Source Project2010-03-221-2/+31
|\ \ \ \ | | |/ / | |/| | | | | | Change-Id: Ie60db5faf407344b8fbe3d5c1e7c01e927ff251e
| * | | Retry pending memory status update to modem when radio is ON.Naveen Kalla2010-03-031-2/+31
| | |/ | |/| | | | | | | | | | | | | When radio is powered off / airplane mode, memory status updates are ignored by RIL. With this fix, pending memory status updates are sent again when radio is powered back on.
* | | Fix some typos and logging of calls to CDMA methods.Jake Hamby2010-03-223-30/+39
| | | | | | | | | | | | | | | | | | | | | Fixed some comment typos and cleaned up logging of unexpected calls to CDMA-specific methods on a non-CDMA device. Change-Id: Ia6e5fba765122cbf3186fd9fecca7a3931a76dcc
* | | Grammar fixes.Brad Fitzpatrick2010-03-221-1/+1
| | | | | | | | | | | | Change-Id: I77672d2260c26aee146bb6a853137c14e3db1f28
* | | Add support for DUN over a cdma connection.Robert Greenwalt2010-03-183-18/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | It uses the data profile paramater when setting up the connection to indicate it's a tethered connection. We get different behavior from vzw afterwards, so it is getting picked up. bug:2422545 Change-Id: Ic022845088726d723813b82e166d15d7b2945da1
* | | Add definitions for WiMAX and iDen network types.jsh2010-03-151-0/+2
| | | | | | | | | | | | | | | | | | b/2509185 Change-Id: Icf07ce857874e200712218713edbdbb47e646297