Nathan Harold
8216236175
Remove Data RealTime Info Listener Support
...
-Remove Listener from the NetworkManagementService
-Remove the callback capability from TelephonyRegistry
-Remove the callback capbility from PhoneStateListener
Because of intractable problems with power consumption and
consistency, this signal is removed and should not be used.
Bug: 23319188
Change-Id: I99383075bbd5604cc801deab6de94ac97fc17bfd
2016-01-21 18:50:00 -08:00
Jack Yu
e0a6d6ab8d
Merge "Data call retry refactoring" into mm-wireless-dev
...
am: 599f62562b
* commit '599f62562b6102f9e3830d5b32a282d23c59e2fd':
Data call retry refactoring
2016-01-21 18:07:50 +00:00
Jack Yu
599f62562b
Merge "Data call retry refactoring" into mm-wireless-dev
2016-01-21 17:43:19 +00:00
Amit Mahajan
42051806ea
Merge "Revert "Added constructor with looper param for OnSubscriptionsChangedListener"" into mm-wireless-dev
...
am: e2b73804f3
* commit 'e2b73804f375a2d98ca21d4d1821a44dd3c52289':
Revert "Added constructor with looper param for OnSubscriptionsChangedListener"
2016-01-20 19:20:09 +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
Junda Liu
3f4c8d21e2
Merge "Make getIccSimChallengeResponse a carrier API."
2016-01-20 06:33:09 +00:00
Amit Mahajan
ca1bdcfd70
Revert "Added constructor with looper param for OnSubscriptionsChangedListener"
...
This reverts commit 831e401c055391745691a58d0c87c48b49139f50.
Not needed now since tests create HandlerThread
BUG=25691379
Change-Id: Ic0ac3e3ef3c717fd31acb5fc8d6d81cc9995a2f7
2016-01-19 22:46:34 +00:00
Jonathan Basseri
663d09ab42
Merge "Un-hide carrier config keys."
2016-01-19 17:09:50 +00:00
Akshay Kannan
e1bb8f5b51
Merge "Flip EMERGENCY_ASSISTANCE_ENABLED to true Bug: 23591361"
2016-01-19 17:08:50 +00:00
Brad Ebinger
2e98cfd70b
Merge "Refactoring and cleanup"
2016-01-16 00:24:43 +00:00
Jonathan Basseri
ab5acff9c7
Un-hide carrier config keys.
...
CarrierConfigManager is not meant to have hidden keys, but some were
needed after API 23 freeze. So add them to API 24.
Change-Id: Ibf25cd3c779bf90ccf1b113445b823707bfb918e
2016-01-15 14:51:57 -08:00
Akshay Kannan
5b63b416fc
Flip EMERGENCY_ASSISTANCE_ENABLED to true
...
Bug: 23591361
Change-Id: I4f463a709137b6f37a1abc6c420834fee200551e
2016-01-15 13:14:45 -08: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
aa17797fda
Merge "Adding new intent for EMERGENCY_CALL_STATE_CHANGE" into mm-wireless-dev
...
am: 49442a1dd7
* commit '49442a1dd7bbf15e6014e88d8143f198a43bad05':
Adding new intent for EMERGENCY_CALL_STATE_CHANGE
2016-01-15 00:16:28 +00: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
Victor Chang
f577d79e43
Merge "Show work missed call notification for sim call from work contacts"
2016-01-13 23:11:36 +00:00
Pavel Zhamaitsiak
14ef09514b
Add ITelephonyDebug.aidl
...
(cherry picked from commit f91818ca3458f9c1f1d6b6d278f8d6cc2fc14511)
Change-Id: Ie3c846a90632e3afa793e6e60f5a3390a260c5a5
2016-01-13 15:09:16 -08:00
Victor Chang
9359ee18a5
Show work missed call notification for sim call from work contacts
...
BUG=26082618
Change-Id: I82bf3d9835589a309101b23536748ae2b27b1d2d
2016-01-13 22:44:52 +00:00
Pavel Zhamaitsiak
4a4345b681
Merge "Add ITelephonyDebug.aidl" into mm-wireless-dev
2016-01-13 21:40:38 +00:00
Amit Mahajan
88ca5398eb
Added constructor with looper param for OnSubscriptionsChangedListener
...
am: 831e401c05
* commit '831e401c055391745691a58d0c87c48b49139f50':
Added constructor with looper param for OnSubscriptionsChangedListener
2016-01-13 00:36:14 +00: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
Pavel Zhamaitsiak
cef504f914
resolve merge conflicts of 68514d5325 to master.
...
Change-Id: Ifbd3766e8a799a72e49adcdc6c5d509f2b8b53a6
2016-01-13 00:08:41 +00:00
Pavel Zhamaitsiak
95a0c7c8e6
resolve merge conflicts of 68514d5325 to master.
...
Change-Id: I989230fe4a307070f7d13b53b9eea9f23a4b5e34
2016-01-12 15:43:11 -08:00
Brad Ebinger
c614d7c2d5
Refactoring and cleanup
...
Cleans up obsolete parts of services/Telephony and absorbs others
into Telecomm.
Bug: 26204262
Change-Id: I2028ae0177d83241f861cd59fa78b5f5a869f572
2016-01-12 22:54:36 +00:00
Tyler Gunn
f5afe6ab8d
Merge "Add KEY_USE_RCS_PRESENCE_BOOL carrier config option."
2016-01-12 03:59:29 +00:00
Tyler Gunn
3e122f76f1
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-01-11 19:25:00 -08:00
Sungmin Choi
d3b2826a1a
Add carrier config variable to support editable wfc mode
...
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
2016-01-11 11:07:06 -08:00
Nancy Chen
740fb3bcca
Add methods to the API to retrieve voicemail notification settings.
...
Since Dialer and other apps may want to retrieve the voicemail
notification settings set by Telephony, provide API methods to retrieve
these settings.
Bug:24164917
Change-Id: I9b074fa92db3acdbe85d173453731458909455b2
2016-01-06 11:14:42 -08:00
Junda Liu
1845a3bf56
Make getIccSimChallengeResponse a carrier API.
...
Bug: b/22863855
Change-Id: Ife4093da3a7a5849a02efcf00ded9a4a7761a1f6
2016-01-05 14:00:04 -08:00
Pavel Zhamaitsiak
f91818ca34
Add ITelephonyDebug.aidl
...
Change-Id: I0f111a56b471bd8c8092d30e7157bc06b5da3769
2016-01-04 15:54:31 -08:00
Jack Yu
6978228ccf
Fixed the incorrect cdma RAT detection logic.
...
am: fa530b4a10
* commit 'fa530b4a10e8553afd58b827dfd7dcd8726126b4':
Fixed the incorrect cdma RAT detection logic.
2016-01-04 20:10:01 +00: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
b42701047a
Reduced the radio log
...
am: d2cf0ce9c1
* commit 'd2cf0ce9c17cd37a12827882b3a10512d2904103':
Reduced the radio log
2015-12-30 22:34:12 +00: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
Robert Greenwalt
064eb2a7cc
Merge "Check permissions on getDeviceId." into mnc-dr-dev
...
am: ef58df63d6
* commit 'ef58df63d6ba9d56620b6a440f15d0e07c842a44':
Check permissions on getDeviceId.
2015-12-17 23:01:33 +00:00
Robert Greenwalt
39d7334b09
Merge "Check permissions on getDeviceId."
2015-12-17 22:52:57 +00:00
Tyler Gunn
56f3d9098c
Merge commit '9aadad47a0085c4298307781a423064207933f0b' into mncvtdev-to-mmwirelessdev-merge-2015-12-10
2015-12-10 20:04:25 -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
Ta-wei Yen
6b733f61e9
Merge "Add KEY_VVM_CELLULAR_DATA_REQUIRED_BOOLEAN to CarrierConfigManager"
2015-12-09 20:18:01 +00:00
Chenjie Luo
1daf35db0f
Merge "Check NPE beforehand instead of catching it at runtime" into cw-e-dev am: e56f7b0d1d am: bef0525c38 am: e4db3f0757
...
am: d7b61ca662
* commit 'd7b61ca6620565cad00de91284ecdfb93ddfbd50':
Check NPE beforehand instead of catching it at runtime
2015-12-08 00:02:55 +00:00
Robert Greenwalt
d8231b9f37
Check permissions on getDeviceId.
...
This needs the package name passed in, so the aidl changes.
bug:25778215
Change-Id: I72f3456a2774a7ad5104424daea9e046ee9c6360
2015-12-07 12:38:48 -08:00
Tyler Gunn
fbdb8fb3d0
Merge commit '9aadad47a0085c4298307781a423064207933f0b' into tgunn-mncvtdev-to-master-2015-12-04
2015-12-04 21:04:50 -08:00
Tyler Gunn
1cee477bc5
Merge commit '024557b2afdbe2e946d2cc557cb71492d87b0f62' into tgunn-mncvtdev-to-master-2015-12-04
...
Change-Id: I156930f72a3267b59123469231331e9da5ac6aab
2015-12-04 21:03:30 -08:00
Robert Greenwalt
afa16001a8
Check permissions on getDeviceId.
...
This needs the package name passed in, so the aidl changes.
bug:25778215
Change-Id: I9e5ff24c630e11a047f884e52b0b39f870c18e1d
2015-12-04 11:51:49 -08:00
Amit Mahajan
28be2bdbe4
Merge "Cleanup related to files removed in Phone refactor."
2015-12-04 19:40:38 +00:00
Chenjie Luo
90bc39d7e3
Check NPE beforehand instead of catching it at runtime
...
This will fix the page fault when watch rings during incoming call
Bug: 25904666
Change-Id: Ia7e6db0628108dbf298e3811a846534ba69c0b46
2015-12-03 14:58:01 -08:00
Amit Mahajan
091683305f
Cleanup related to files removed in Phone refactor.
...
Mostly just updating comments to remove names of old classes.
Bug: 25793157
Change-Id: I900b0ec0d137b2eb869a7ab40c264875366def26
2015-12-03 13:28:46 -08:00