Tyler Gunn
3d09db6f7a
DO NOT MERGE Add KEY_USE_RCS_PRESENCE_BOOL carrier config option.
...
- New carrier config option is used to determine if presence is used
to determine whether a contact is capable of video calling.
- Also, improve logging for PhoneAccount capabilities.
Bug: 20257833
Change-Id: Ifcc7df95677eb4399f08eb8849c4004892957e90
2016-03-14 16:06:11 -07:00
Omkar Kolangade
2e8f8fe201
IMS-VT: Disable multi tasking by default
...
Disable multi tasking support by default for all operators.
Enable based on MCC/MNC for required oeprators.
Bug: 27484483
Change-Id: Ib321747885435c110360370eb243eee35762dfe3
2016-03-04 02:57:42 +00:00
Shishir Agrawal
658d3c8b3a
DO NOT MERGE: Multi-SIM - Fixing inconsistent naming in CarrierConfigManager.
...
All MSIM specific calls should not use a suffix/prefix.
Bug: 26772894
Change-Id: I49488dfc41bb7996a1a44447968ec11132e4dac7
2016-02-23 15:18:23 -08:00
Shishir Agrawal
6eef1df380
DO NOT MERGE: Add subscription specific TelephonyManager calls.
...
SubId specific version of the following functions are being added.
- hasCarrierPrivileges
- iccCloseLogicalChannel
- iccExchangeSimIO
- iccOpenLogicalChannel
- iccTransmitApduBasicChannel
- iccTransmitApduLogicalChannel
- sendEnvelopeWithStatus
- setOperatorBrandOverride
- setPreferredNetworkTypeToGlobal
Bug: 26772894
Change-Id: I8c9e6d9bfe73f530e6f91c86211103fdfb1520bf
2016-02-17 14:44:09 -08:00
Tyler Gunn
8562fb281c
Merge "Add new telephony disconnect cause for video calls when tty enabled." into mm-wireless-dev
2016-02-02 17:42:39 +00:00
Tyler Gunn
0384c53c4e
Add new telephony disconnect cause for video calls when tty enabled.
...
Due to the way the radio works, it isn't possible to make a video call
when tty is enabled. Adding a new telephony disconnect cause to handle
this case.
Note: This was previously handled directly in Telecom which is not
correct.
Bug: 20090652
Change-Id: I90b7d6486fe00c84efe7bb1c0f30edf33a1502bc
2016-01-29 08:52:29 -08:00
Amit Mahajan
938dcc88fd
Add a null check before accessing int[] parameter in ModemActivityInfo
...
Bug: 26842468
Change-Id: I3a5f7c8e454e7b9ace20f8082ee3fd1d0a24eb64
2016-01-28 15:30:39 -08:00
Jack Yu
24c5e7c4ce
Merge "Reduced more radio log spam" into mm-wireless-dev
2016-01-28 00:00:04 +00:00
Sanket Padawe
0491c46227
[DO NOT MERGE] Cellinfo: Update to version 12
...
Add support for:
GSM: arfcn, bsic, ta
WCDMA: uarfcn
LTE: earfcn
Updated public APIs for getting above fields.
Bug: 23528586
Change-Id: I1e741ec73f2f683a796d430898b62921fe6e75e9
2016-01-27 09:59:59 -08:00
Nathan Harold
4269239f86
Merge "Make DcRtInfo Power State Constants Final" into mm-wireless-dev
2016-01-26 23:19:38 +00:00
Jack Yu
87f47e9991
Reduced more radio log spam
...
Reduced more radio log spam
bug: 25956251
Change-Id: Ib870bb508c55ab009197fd7fcfa48e62fe3f7b6b
2016-01-26 10:24:56 -08:00
Shishir Agrawal
3a86d3d534
DO NOT MERGE : Unhiding MSIM APIs.
...
1. Unhide MSIM APIs in TelephonyManager that already have non-MSIM equivalent
APIs public.
2. Make MSIM API naming consistent (overloaded, no suffix).
3. Unhide APIs in SubscriptionManager that are necessary for MSIM.
Bug: 26772894
Change-Id: Ibebab7379ea79c8e4812bbd190342827048e30e2
2016-01-26 09:29:24 -08:00
Nathan Harold
ec1d600153
Make DcRtInfo Power State Constants Final
...
Bug: 26779884
Change-Id: Ia035b67fd682adb6542d6569d7634678f68a1e30
2016-01-25 17:29:10 -08:00
Jack Yu
599f62562b
Merge "Data call retry refactoring" into mm-wireless-dev
2016-01-21 17:43:19 +00:00
Amit Mahajan
e2b73804f3
Merge "Revert "Added constructor with looper param for OnSubscriptionsChangedListener"" into mm-wireless-dev
2016-01-20 19:15:45 +00:00
Amit Mahajan
ca1bdcfd70
Revert "Added constructor with looper param for OnSubscriptionsChangedListener"
...
This reverts commit 831e401c05 .
Not needed now since tests create HandlerThread
BUG=25691379
Change-Id: Ic0ac3e3ef3c717fd31acb5fc8d6d81cc9995a2f7
2016-01-19 22:46:34 +00:00
Jack Yu
090dd72999
Data call retry refactoring
...
Moved retry manager from DataConnection to ApnContext. Moved the
configuration from system properties to carrier config.
bug: 22208242
Change-Id: I224d4b0fd0115b964e85a07e2c1b5061726ca91b
2016-01-15 10:26:51 -08:00
Amit Mahajan
49442a1dd7
Merge "Adding new intent for EMERGENCY_CALL_STATE_CHANGE" into mm-wireless-dev
2016-01-14 23:54:14 +00:00
Amit Mahajan
0c0814839f
Adding new intent for EMERGENCY_CALL_STATE_CHANGE
...
Bug: 24147407
Change-Id: Ida957b9cc6b9c3e13bc8660213ce5cf979c886d5
2016-01-14 11:42:31 -08:00
Amit Mahajan
831e401c05
Added constructor with looper param for OnSubscriptionsChangedListener
...
This is needed for tests as subclasses may need to specify which
looper to use.
Bug: 25691379
Change-Id: Ia6eb2d34c439b420ef81622e3c8ff50a0290da22
2016-01-12 16:14:22 -08:00
Jack Yu
fa530b4a10
Fixed the incorrect cdma RAT detection logic.
...
Used the correct CDMA bitmask to determine if the bearer services
are based on 3GPP2 radio technologies.
bug: 26318528
Change-Id: Ic30c25aa7b67372898a041dd1f3a08a3abede394
2016-01-04 11:58:48 -08:00
Jack Yu
d2cf0ce9c1
Reduced the radio log
...
Reduced the radio log by moving some to VDBG or merging few lines
into one.
bug: 25956251
Change-Id: I290d894e95c9fdd664db35fd0cee3536c37dbd20
2015-12-30 12:06:01 -08:00
Robert Greenwalt
a2590b5e7f
Check permissions on getDeviceId. DO NOT MERGE
...
This needs the package name passed in, so the aidl changes.
bug:25778215
Change-Id: I69ee88f1d2db614bad51e6de908d3f16881a0231
2015-12-22 15:29:42 -08:00
Tyler Gunn
fb21fb73e9
Merge commit '024557b2afdbe2e946d2cc557cb71492d87b0f62' into mncvtdev-to-mmwirelessdev-merge-2015-12-10
...
Change-Id: I44853f0e2f56d33c8126de0799bd5129799592bd
2015-12-10 20:02:16 -08:00
Jack Yu
6714030083
merge from master
...
Change-Id: Ic03669db3f4595336a7dbc13ffc77d055d11acf9
2015-12-10 12:27:58 -08:00
Sanket Padawe
71f018a411
Merge "Fix a crash while printing ICCID because of alphabets in UICC." into mnc-dr-dev
...
am: b57c65b00e
* commit 'b57c65b00efbcc6c8ed5a64b2c314dbca72d5554':
Fix a crash while printing ICCID because of alphabets in UICC.
2015-11-03 01:52:13 +00:00
Sanket Padawe
f149dcb36e
Fix a crash while printing ICCID because of alphabets in UICC.
...
Bug: 25401769
Change-Id: Ieda058817b8d3cb4b1696fd9932bd0f10da55573
2015-11-02 15:45:18 -08:00
Nathan Harold
64e8bdc476
Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()
...
am: 0dccd12800
* commit '0dccd128001ceff9437f736bd70dfd1986e315d5':
Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()
2015-10-22 05:23:34 +00:00
Nathan Harold
0dccd12800
Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()
...
-Fixed doc string
Bug: 23979591
This reverts commit f7b6474de8 .
Change-Id: I127f1452f4319a154dd4d962d4a63c84f0833702
2015-10-21 20:35:46 -07:00
Nathan Harold
5be7dbc88d
Merge "Revert "Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()"" into mnc-dr-dev
...
am: 42015c4081
* commit '42015c4081f9d37d579f0be15e11725cf6cc5fba':
Revert "Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()"
2015-10-22 02:58:15 +00:00
Nathan Harold
f7b6474de8
Revert "Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()"
...
This reverts commit 5d1429e0dd .
Doc string isn't resolving. Temporarily reverting.
Change-Id: I128b13abcf938c96b24225e373ac0885c24e083e
2015-10-22 02:53:57 +00:00
Nathan Harold
dc9f8fab0f
Merge "Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()" into mnc-dr-dev
...
am: f8a4dc4a6f
* commit 'f8a4dc4a6f8383fc2999ce1292d900912a0da842':
Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()
2015-10-22 02:03:32 +00:00
Nathan Harold
5d1429e0dd
Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()
...
Bug: 23979591
Change-Id: I16ffa7666fdf0eb081bb1bafa57ebd384d7c3fdf
2015-10-21 11:32:51 -07:00
Pavel Zhamaitsiak
d91b1f6bb8
Merge "Carrier Config: Add KEY_CARRIER_IMS_GBA_REQUIRED_BOOL flag" into mnc-dr-dev
...
am: d99aade6e2
* commit 'd99aade6e2c001cbb8e32c9342f20404bd614443':
Carrier Config: Add KEY_CARRIER_IMS_GBA_REQUIRED_BOOL flag
2015-10-21 00:32:10 +00:00
Pavel Zhamaitsiak
b4faf348f1
Carrier Config: Add KEY_CARRIER_IMS_GBA_REQUIRED_BOOL flag
...
Bug: 23731243
Change-Id: I3e08469ef293f0b619f95dd9fb48e8c582926270
2015-10-20 23:28:12 +00:00
Tyler Gunn
95b84f5251
am a5917b71: Merge "DO NOT MERGE Add a new carrier config for DTMF tone gap in CDMA." into mnc-dr-dev
...
* commit 'a5917b71b0e2f98fa6906b795b28cab059cc092b':
DO NOT MERGE Add a new carrier config for DTMF tone gap in CDMA.
2015-10-16 17:40:19 +00:00
Tyler Gunn
a5917b71b0
Merge "DO NOT MERGE Add a new carrier config for DTMF tone gap in CDMA." into mnc-dr-dev
2015-10-16 17:36:40 +00:00
Roshan Pius
482e9d9984
DO NOT MERGE Add a new carrier config for DTMF tone gap in CDMA.
...
Adding a new carrier config key to specify the gap between the DTMF
tones sent out to the network. Setting it to 100ms by default.
This is based on a similar set of changes for IMS calls: ag/747865.
BUG: 19118840
Change-Id: Ifb64fe406509fe7c401ad1c4b4e906d6643e327b
2015-10-16 09:45:29 -07:00
Sanket Padawe
001a651e4b
am 8d6d735f: Merge "Mask IccId which gets printed in bug reports & radio logs." into mnc-dr-dev
...
* commit '8d6d735fa8cea74f53ba29063b72b856fef69d8e':
Mask IccId which gets printed in bug reports & radio logs.
2015-10-16 00:41:44 +00:00
Sanket Padawe
fb34a123ed
Mask IccId which gets printed in bug reports & radio logs.
...
Bug: 24941148
Change-Id: Ibe397f5d9b0da245e3e64f626937db4792c7f3c2
2015-10-15 15:46:39 -07:00
Amit Mahajan
8fb8c37ca7
am 7b28e6ec: Merge "Adding config to allow/disallow user to add APNs." into mnc-dr-dev
...
* commit '7b28e6ec96dfcb20cef1f321ac7539bac439d726':
Adding config to allow/disallow user to add APNs.
2015-10-14 23:42:13 +00:00
Amit Mahajan
7b28e6ec96
Merge "Adding config to allow/disallow user to add APNs." into mnc-dr-dev
2015-10-14 23:33:02 +00:00
Vineeta Srivastava
ecf89edf36
am 8a586c55: Merge "TDSCDMA: RSSI bar moves 1 bar into no signal without going through 0 bar" into mnc-dr-dev
...
* commit '8a586c55022ee272bdcf712c7aa4e1652a261c5a':
TDSCDMA: RSSI bar moves 1 bar into no signal without going through 0 bar
2015-10-14 21:45:06 +00:00
Sungmin Choi
b053b3cc60
TDSCDMA: RSSI bar moves 1 bar into no signal without going through 0 bar
...
Bug: 24850563
Change-Id: I36e54e9bde9610f908b1092e11c476dcae76526d
Signed-off-by: haesun.kim <haesun.kim@lge.com >
Signed-off-by: Sungmin Choi <sungmin.choi@lge.com >
2015-10-14 11:13:50 -07:00
Amit Mahajan
412e7c8b52
Adding config to allow/disallow user to add APNs.
...
Bug: 24519879
Bug: 24681288
Change-Id: I7f9b54e56a5e7f20b156609c560480440241ede8
2015-10-12 12:13:29 -07:00
Shishir Agrawal
04feedd439
am 896f738c: Merge "Allow non-persistent manual network selection." into mnc-dr-dev
...
* commit '896f738cdddec8cfda82b177e3a60c5a85004229':
Allow non-persistent manual network selection.
2015-09-18 02:02:11 +00:00
Shishir Agrawal
896f738cdd
Merge "Allow non-persistent manual network selection." into mnc-dr-dev
2015-09-18 01:49:58 +00:00
Jack Yu
717e39df1c
am 870a9e6a: Merge "Added a carrier config key for emergency messages on/off option always showing." into mnc-dr-dev
...
* commit '870a9e6a783c7755b059d8533ae0232873bff9ba':
Added a carrier config key for emergency messages on/off option always showing.
2015-09-16 21:02:48 +00:00
Jack Yu
6af6c346ee
Added a carrier config key for emergency messages on/off option always showing.
...
Adding a carrier config key that allows carriers to show "Turn on Notifications"
checkbox in Settings->More->Emergency broadcasts setting menu. If this key
exists and is set to true, this checkbox will always show up regardless of
developer options turned on or not.
bug:23886750
Change-Id: I54dec5830653a0e27d7ee652effe572231f1e3bb
2015-09-14 16:56:32 -07:00
Chris Manton
ae0b7ca9ad
am c9180528: Merge "Add capability to ignore carrier entitlement checks" into mnc-dr-dev
...
* commit 'c9180528452d67359618eda4aa2edd39112c83ca':
Add capability to ignore carrier entitlement checks
2015-09-14 17:29:09 +00:00