summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* Telephony: Don't crash for too long baseband versionMichael W2016-12-301-0/+6
| | | | | | | | Add a check and truncate the baseband version when it's longer than the allowed value for a SystemProperty (currently 91) Change-Id: I845b331650eb4446aa251e48d7594ecb10146d54 Reference: BugDumps 13-20161216-22 L#22
* Add config to show HD icon on EVS codec.Dheeraj Shetty2016-07-021-0/+8
| | | | | | | | | Add config to show HD icon when audio codec is EVS_WB, EVS_SWB and EVS_FB. Default value is false. Change-Id: I6c6b9fc413ba1298522d8c661b50f458a71a2aa7 CRs-fixed: 986961
* IMS: Add support of notifyPreciseCallState for multi simSuresh Koleti2016-05-211-0/+2
| | | | | | | Extend notifyPreciseCallState for multi SIM. Change-Id: I52adcd55462d6ceae5defacbbe2cb057f4484099 CRs-Fixed: 957251
* Handle mnc 00 while retrieving the Resources based on subidRuthwar Kumar Ambeer2016-05-211-1/+1
| | | | | | | | Since mnc 00 is represented as undefined it needs to be replaced with MNC_ZERO 0xffff for retrieving proper resources. Change-Id: I9864ae95497593c6e7c442e6aae811e704c9a504 CRs-Fixed: 970188
* Create emergency account with primary stack phone.Ravindra2016-05-211-0/+7
| | | | | | | | | When creating emergency account associate the primary stack phone with it as emergency calls will be placed only on primary stack with no sim cards on the device. Change-Id: I63a9d54950330991e7a93ec8c3982a70d4cdd741 CRs-Fixed: 965269
* Add P2 option in openLogicalChannel.Wileen Chiu2016-05-213-0/+65
| | | | | | | | | - Add support for iccOpenLogicalChannelWithP2. - Needed to support OMAPI 3.0 defined by SIM Alliance. Change-Id: I2ab6cfb7a54c451f32936df51b8298f35a6dc67f CRs-Fixed: 948787
* IMS-VT: Disable multi tasking by defaultSuresh Koleti2016-05-211-1/+1
| | | | | | | | Disable multi tasking support by default for all operators. Enable based on MCC/MNC for required oeprators. Change-Id: Ib321747885435c110360370eb243eee35762dfe3 CRs-Fixed: 954657
* Add 3 APIs for card applicationYujing Gu2016-05-211-0/+38
| | | | | | | | 1. Add API to get number of applications on this card. 2. Add API to get the application type of the specified app index. 3. Add API to get the application state of the specified app index. Change-Id: I5f73eb4aa3ebcd5308f398924eb2f4a2e7e39696
* RF cutback feature for SARDeepak Kundra2016-05-091-0/+1
| | | | | Change-Id: Ia73ab25387e6f73d50796370f1239bceed4ac7b5 Issue-id:FEIJ-350
* Support for new properties to identify country based ecc #s added by RILDeepak Kundra2016-04-221-2/+55
| | | | | | | | | | | | | | | | | If the device is in a country where the ecclist list has been updated with the current country's ECC#s. For example if device is in INDIA and we are checking for (XYZ, am, 101, XYZ) it will return true since 101 will be found in ecclist but 101 is not valid ECC# for Armenia(am). There could be a case where this logic errors. For example 101 is valid ECC for INDIA and PAK and we are currently in INDIA and CTS passes (XYZ, pk, 101, XYZ). We should return true/valid ECC# but current logic will return false. This scenario fails even today, so there is no regression. Issue-id:CYNGNOS-2412 Change-Id: I6e19aed8a84bd57244a40e7f1e06d4625d26ec77
* [1/4] Pass call extras to addcallStephen Bird2016-03-211-0/+3
| | | | | | | | | We use the bundle to write the origin that the application can pass us. This data will be used to determine which parts of the application/os are used to make calls most often. Ticket: CD-517 Change-Id: I7857ec3bf38cf5c7232f2152d16f17044e3b3e0e
* Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-114-22/+116
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 22 Change-Id: I0d31899b234156a91accb61e0a7fb3d8d16d5062
| * Merge "DO NOT MERGE Adding new intent for EMERGENCY_CALL_STATE_CHANGE" into ↵Amit Mahajan2016-01-143-11/+43
| |\ | | | | | | | | | mnc-dr1.5-dev
| | * DO NOT MERGE Adding new intent for EMERGENCY_CALL_STATE_CHANGEAmit Mahajan2016-01-143-11/+43
| | | | | | | | | | | | | | | Bug: 24147407 Change-Id: Ida957b9cc6b9c3e13bc8660213ce5cf979c886d5
| * | Add carrier config variable to support editable wfc modeSungmin Choi2016-01-111-0/+10
| |/ | | | | | | | | | | | | | | | | Some operators support Wi-Fi Calling only, not VoLTE. They don't need "Cellular preferred" option. In this case, set uneditalbe attribute for preferred preference. Bug: 26299288 Change-Id: I58b44bbd85bb5ef436d32a5e34d7372532695b91
| * Merge "Check permissions on getDeviceId." into mnc-dr-devRobert Greenwalt2015-12-172-2/+2
| |\ | | | | | | | | | | | | | | | | | | am: ef58df63d6 * commit 'ef58df63d6ba9d56620b6a440f15d0e07c842a44': Check permissions on getDeviceId.
| | * Check permissions on getDeviceId.Robert Greenwalt2015-12-072-2/+2
| | | | | | | | | | | | | | | | | | | | | This needs the package name passed in, so the aidl changes. bug:25778215 Change-Id: I72f3456a2774a7ad5104424daea9e046ee9c6360
| * | Check NPE beforehand instead of catching it at runtimeChenjie Luo2015-12-031-11/+23
| | | | | | | | | | | | | | | | | | | | | This will fix the page fault when watch rings during incoming call Bug: 25904666 Change-Id: Ia7e6db0628108dbf298e3811a846534ba69c0b46
| * | Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-devTyler Gunn2015-11-031-0/+14
| |\ \ | | |/ | | | | | | | | | | | | | | | am: 8b86c76296 * commit '8b86c7629676eeea490531b2a412873e0196eb6f': Improve comment on EXTRA_CALL_RAT_TYPE.
| | * Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-devTyler Gunn2015-11-031-0/+14
| | |\
| | | * Improve comment on EXTRA_CALL_RAT_TYPE.Tyler Gunn2015-11-021-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding comments to EXTRA_CALL_RAT_TYPE to make it clear what it is used for, and what values are expected. Bug: 20144385 Change-Id: I248aca61abc8a57d7aeef650e48cc498e41c859b
| * | | Merge "Fix a crash while printing ICCID because of alphabets in UICC." into ↵Sanket Padawe2015-11-031-1/+16
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev am: b57c65b00e * commit 'b57c65b00efbcc6c8ed5a64b2c314dbca72d5554': Fix a crash while printing ICCID because of alphabets in UICC.
| | * | Fix a crash while printing ICCID because of alphabets in UICC.Sanket Padawe2015-11-021-1/+16
| | |/ | | | | | | | | | | | | Bug: 25401769 Change-Id: Ieda058817b8d3cb4b1696fd9932bd0f10da55573
| * | Merge "IMS: Support For Per-Call RAT Info" into mnc-dr-devPavel Zhamaitsiak2015-10-301-0/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | am: 4ec415800f * commit '4ec415800fd55d2bb128d7635f8b984145dbe983': IMS: Support For Per-Call RAT Info
| | * IMS: Support For Per-Call RAT InfoOmkar Kolangade2015-10-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the extra key that will be used to propagate RAT information for each call via call extras. The key is used in IMS Service. Bug: 20144385 Change-Id: Ia7ca81d661afb579fd25315036c43489b1dca50d
| * | Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()Nathan Harold2015-10-221-1/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | am: 0dccd12800 * commit '0dccd128001ceff9437f736bd70dfd1986e315d5': Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()
| * | Merge "Revert "Add the FEATURE_TELEPHONY restriction to ↵Nathan Harold2015-10-221-4/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TelephonyManager.getAllCellInfo()"" into mnc-dr-dev am: 42015c4081 * commit '42015c4081f9d37d579f0be15e11725cf6cc5fba': Revert "Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()"
| * \ \ Merge "Add the FEATURE_TELEPHONY restriction to ↵Nathan Harold2015-10-221-1/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TelephonyManager.getAllCellInfo()" into mnc-dr-dev am: f8a4dc4a6f * commit 'f8a4dc4a6f8383fc2999ce1292d900912a0da842': Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()
| * \ \ \ Merge "Carrier Config: Add KEY_CARRIER_IMS_GBA_REQUIRED_BOOL flag" into ↵Pavel Zhamaitsiak2015-10-211-0/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev am: d99aade6e2 * commit 'd99aade6e2c001cbb8e32c9342f20404bd614443': Carrier Config: Add KEY_CARRIER_IMS_GBA_REQUIRED_BOOL flag
| * \ \ \ \ am a5917b71: Merge "DO NOT MERGE Add a new carrier config for DTMF tone gap ↵Tyler Gunn2015-10-161-3/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in CDMA." into mnc-dr-dev * commit 'a5917b71b0e2f98fa6906b795b28cab059cc092b': DO NOT MERGE Add a new carrier config for DTMF tone gap in CDMA.
| * \ \ \ \ \ am 8d6d735f: Merge "Mask IccId which gets printed in bug reports & radio ↵Sanket Padawe2015-10-161-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logs." into mnc-dr-dev * commit '8d6d735fa8cea74f53ba29063b72b856fef69d8e': Mask IccId which gets printed in bug reports & radio logs.
| * \ \ \ \ \ \ am 7b28e6ec: Merge "Adding config to allow/disallow user to add APNs." into ↵Amit Mahajan2015-10-141-1/+8
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit '7b28e6ec96dfcb20cef1f321ac7539bac439d726': Adding config to allow/disallow user to add APNs.
| * \ \ \ \ \ \ \ am 8a586c55: Merge "TDSCDMA: RSSI bar moves 1 bar into no signal without ↵Vineeta Srivastava2015-10-141-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going through 0 bar" into mnc-dr-dev * commit '8a586c55022ee272bdcf712c7aa4e1652a261c5a': TDSCDMA: RSSI bar moves 1 bar into no signal without going through 0 bar
| * \ \ \ \ \ \ \ \ am 896f738c: Merge "Allow non-persistent manual network selection." into ↵Shishir Agrawal2015-09-182-3/+8
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit '896f738cdddec8cfda82b177e3a60c5a85004229': Allow non-persistent manual network selection.
| * \ \ \ \ \ \ \ \ \ am 870a9e6a: Merge "Added a carrier config key for emergency messages on/off ↵Jack Yu2015-09-161-0/+9
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option always showing." into mnc-dr-dev * commit '870a9e6a783c7755b059d8533ae0232873bff9ba': Added a carrier config key for emergency messages on/off option always showing.
| * \ \ \ \ \ \ \ \ \ \ am c9180528: Merge "Add capability to ignore carrier entitlement checks" ↵Chris Manton2015-09-141-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit 'c9180528452d67359618eda4aa2edd39112c83ca': Add capability to ignore carrier entitlement checks
| * \ \ \ \ \ \ \ \ \ \ \ am 8ed28188: Merge "Add carrier config for characters to escape with ↵Tyler Gunn2015-09-111-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backslash." into mnc-dr-dev * commit '8ed28188b95be4f377909ac2abacaef76e004a61': Add carrier config for characters to escape with backslash.
| * \ \ \ \ \ \ \ \ \ \ \ \ am 0a067dc7: Merge "Add a new carrier config for DTMF tone gap." into mnc-dr-devRoshan Pius2015-09-111-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0a067dc711b19a70ad5980fa360b2df2337a55b1': Add a new carrier config for DTMF tone gap.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 0018323c: Merge "Add carrier config variable to hide preferred network ↵Amit Mahajan2015-09-101-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type" into mnc-dr-dev * commit '0018323c07d119fde7260d66f60dd9987c7b74ea': Add carrier config variable to hide preferred network type
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am ebd14658: Merge "Add carrier config variable to hide ims apn" into mnc-dr-devVineeta Srivastava2015-09-091-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ebd1465885af2a1de5a885dac791ee6184f85d7f': Add carrier config variable to hide ims apn
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am dee1c5c9: Merge "Add carrier config for specifying invalid characters." ↵Tyler Gunn2015-09-091-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit 'dee1c5c948a5e1b98577a3301882aac04154b5be': Add carrier config for specifying invalid characters.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 566886f7: Merge "IMS: Fix registrationFeatureCapabilityChanged ↵Pavel Zhamaitsiak2015-09-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | declaration in AIDL" into mnc-dr-dev * commit '566886f7973b86196174e925f16d26975c16a09b': IMS: Fix registrationFeatureCapabilityChanged declaration in AIDL
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 8a670f1d: Merge changes from topic \'TDSCDMA support\' into mnc-dr-devAmit Mahajan2015-09-035-8/+182
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8a670f1da434c4720b08dbb62c635316e593b9b3': Add TDSCDMA family Telephony: Add TD-SCDMA SignalStrength
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a14e9001: Merge "Reformat only KR numbers with leading "+82"." into ↵Roshan Pius2015-09-021-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit 'a14e900181aa03daa760e3ba6eb1e7e00d438305': Reformat only KR numbers with leading "+82".
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7878eee8: Merge "Rename carrier config constant." into mnc-dr-devTyler Gunn2015-08-311-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7878eee8a9c20752e038f563b98b6b42c372cd0f': Rename carrier config constant.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am d833cb54: Merge "Add carrier config for allowing non-emerg calls in ECM ↵Tyler Gunn2015-08-311-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mode." into mnc-dr-dev * commit 'd833cb54537b81d49b6563afb7583d4b36e19c51': Add carrier config for allowing non-emerg calls in ECM mode.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am d9efca99: Merge "Support uneditable enhanced 4g lte mode config" into ↵Pavel Zhamaitsiak2015-08-291-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit 'd9efca994f99523288986f29128d696440ee4150': Support uneditable enhanced 4g lte mode config
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 6ad12315: Merge "Reformat local Korean numbers in national format." into ↵Roshan Pius2015-08-261-1/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit '6ad123156e762a62616de63617ee11afb3cde334': Reformat local Korean numbers in national format.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a001f7ae: Merge "Add carrier config variable to hide merge call button" ↵Tyler Gunn2015-08-201-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit 'a001f7ae7fde0418a6f8e455f88a2d7dc3c392ce': Add carrier config variable to hide merge call button
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 737aed41: Merge "Add a new carrier config for DTMF tone gap." into mnc-dr-devRoshan Pius2015-08-121-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '737aed41ca9d8bad425ed8223fa4e4c84c7b102c': Add a new carrier config for DTMF tone gap.