- 24 Oct, 2016 1 commit
-
-
Ji Yang authored
Use a broadcast receiver to launch the default SMS app when the user clicks the new message notification. Bug:30882932 Change-Id: I44c48043e94119d0886cf24f3518891168a54d17
-
- 21 Oct, 2016 1 commit
-
-
Jack Yu authored
1. Update the proto so the version used on the device is in sync with the version on the server. 2. Added CDMA service state logging in pollStateDoneCdma() and pollStateDoneCdmaLte(). bug: 31224848 Change-Id: I7c56f4c23ebc0db126d44e9a119ad71289781ca1
-
- 11 Oct, 2016 1 commit
-
-
Amit Mahajan authored
Should be based only on carrier config. Wifi can decide if it should disable on receiving the broadcasts based on its own config. Bug: 31861987 Change-Id: If31d73deaea2a1e0bb34fbb33e594a3272732921
-
- 06 Oct, 2016 1 commit
-
-
Meng Wang authored
The intial roaming update was in constructor of ImsPhone. It's so early that settings provider and carrier config may not be loaded. Hence incorrect WFC mode was got and set. Now we defer intial roaming update to ImsManager#updateWfcFeatureAndProvisionedValues, invoked on EVENT_CARRIER_CONFIG_CHANGED Bug: 31972897 Change-Id: Id7a14f2d4ff0c638c53bcf7bbae2468750581e06
-
- 30 Sep, 2016 1 commit
-
-
Jack Yu authored
Merge "Combined TelephonyEventLog and part of the connectivity metrics app into the new TelephonyMetrics" into nyc-mr1-dev
-
- 29 Sep, 2016 3 commits
-
-
Jack Yu authored
app into the new TelephonyMetrics Added the new TelephonyMetrics to support metrics collection through dumpsys. bug: 31224848 Change-Id: If4b6032e98b6cc8b68e8459e0e799a3755b1f2f9
-
Hall Liu authored
-
Robert Greenwalt authored
-
- 28 Sep, 2016 1 commit
-
-
Robert Greenwalt authored
If we change phone types after falling into a roaming condition (due to other bug/race) we were tossing the old state and not notifying listeners. This could leave listeners thinking we were still roaming. Also added logging to try to catch this in the future and made DataConnection (a listener) more robust by rechecking the roaming state when it connects. bug:31278802 Change-Id: Ica5b2bbf1cb6fde5bc11994d1a699c53ac562ade
-
- 27 Sep, 2016 2 commits
-
-
Hall Liu authored
When the user answers a call-waiting call at the same time as the remote end disconnects the formerly-active call, an error may occur where the in-call ui is left in an inconsistent state and the waiting call is never answered. Normally, when a call-waiting call is answered, the active call will first be held. Then, after the modem reports that as successful, onCallHeld will issue the EVENT_RESUME_BACKGROUND message to answer the call-waiting call. However, if the remote end disconnects while the user is answering, onCallTerminated will be called instead. This change alters onCallTerminated to issue the EVENT_RESUME_BACKGROUND message if it occurs in the middle of a call-switch. Change-Id: Icb757274ad63af46ebff5028dc484f8497777987 Fix: 31684640
-
Meng Wang authored
Bug: 31492826 Change-Id: I35bf9994b3e96327e1d9678d177225c6a3656479
-
- 22 Sep, 2016 1 commit
-
-
Ningyuan Wang authored
-
- 21 Sep, 2016 2 commits
-
-
Jordan Liu authored
Previously tests passing <95% of the time were considered flaky. Now we mark any test passing <99% of the time as flaky. Also increase wait time before assert in switchToCdma which was failing inconsistently. Bug: 31041734 Change-Id: Ibb353c99049b049f57d0f67b5027278d58c5f69b
-
Ningyuan Wang authored
A false persistent parameter ensures that wifi country code will fall back to phone default country code upon SIM card removing. Bug:31640617 Change-Id: Ie55fea196f314d0f8d7af8d9c68c04e14dd28987 Test: compile
-
- 20 Sep, 2016 2 commits
-
-
Lorenzo Colitti authored
am: c39c5bf3 Change-Id: I4ad0380da5bded8bfae5df167a3d749d075e1c7a
-
Lorenzo Colitti authored
Bug: 31075769 Change-Id: I18041a2d11895f3d9b00f077dc4eef1f450e791c
-
- 19 Sep, 2016 1 commit
-
-
Brad Ebinger authored
-
- 13 Sep, 2016 3 commits
-
-
Brad Ebinger authored
We are currently checking the IMS feature FEATURE_TYPE_VOICE_OVER_WIFI instead of checking the correct ImsCallProfile extras in the ImsCall. This change also adds ImsCall tests for Wifi as well as modifies an existing ImsPhoneConnection tests to facilitate the new change. Bug: 30964593 Change-Id: Ib31fb1d4899fec47424f5e4869d27c429290f304
-
TreeHugger Robot authored
-
Jack Yu authored
Extend apn retry configurability to more apn types so we can control each APN retry behavior. bug: 31381899 Change-Id: I6453aa76ebf2f977f5e730d34a502be9d0913577
-
- 09 Sep, 2016 3 commits
-
-
Sanket Padawe authored
am: e6028d30 Change-Id: I7f06f25b0a03bbae68671fdfd84df6d04aa111df
-
Sanket Padawe authored
am: f6f1da3d Change-Id: If68d26de17ca2e79cbe92b0c0346fb75b301d154
-
Sanket Padawe authored
+ Remove FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT from intent sent from CatService to StkApp as StkApp doesn't have registered receiver. Bug: 31292260 Change-Id: Icdf688795138342b7de3b1a4cd31563351b2ccd5
-
- 08 Sep, 2016 2 commits
-
-
Amit Mahajan authored
am: 3746beeb Change-Id: I2373392f3a5a2c6847073b2472fc4b418c396a54
-
Amit Mahajan authored
Bug: 31288401 Change-Id: Ibc0157b655d10621e553130c7a2a24934ffe74b1
-
- 07 Sep, 2016 2 commits
-
-
Amit Mahajan authored
am: b4d7a8ad Change-Id: I3767dd3d5aa9f200f8d391ec6bc778552a8af2b0
-
Amit Mahajan authored
Bug: 31308687 Change-Id: Id8907abc8f76cc77b5bcfeee4d5ed34bf18e71e3
-
- 02 Sep, 2016 1 commit
-
-
Tyler Gunn authored
-
- 01 Sep, 2016 2 commits
-
-
Tyler Gunn authored
Analysis of the logs for the associated bug has not revealed any reason why that bug has happened. 1. Added a speculative fix to ImsPhoneCallTracker#updatePhoneState to ensure that any pending MO call is also not idle when considering the state to be off hook. 2. Added more logging to ImsPhoneCallTracker, and ImsPhone to help diagnose the issue. Bug: 31000943 Change-Id: I0713a7bd6e5c91fc458e67af530de0bcce8a7aee
-
Jack Yu authored
bug: 31041734 Change-Id: Ia633484f768ea7565abf497a8689866a6eea264a
-
- 30 Aug, 2016 1 commit
-
-
Amit Mahajan authored
Also marked some of them @Postsubmit. Bug: 31041734 Change-Id: I9a93bbb6d7f9c28fa90bab260d837761bc07eb77
-
- 26 Aug, 2016 2 commits
-
-
TreeHugger Robot authored
-
Amit Mahajan authored
This is done so that telephony tests can be enabled for presubmit. All tests not passing at least 95% of the time are marked @Postsubmit. Test passing metrics are based on go/tel-nyc-mr1-apct-dashboard and go/tel-master-apct-dashboard. These tests will be fixed as part of b/29579544. Bug: 31041734 Change-Id: I5e65e94696b6526eb3c270238fd80795319ea2ff
-
- 25 Aug, 2016 1 commit
-
-
Robert Greenwalt authored
-
- 24 Aug, 2016 4 commits
-
-
Allen Hair authored
-
Tyler Gunn authored
am: ecb062f2 -s ours Change-Id: If551afbbbb488e431fec1542e37cac48a8933c33
-
Allen Hair authored
Bug: 28269038 Change-Id: Ia2ccfc9d549608c089b2c3ead24c25df6bdcd1b4
-
Chen Xu authored
-
- 23 Aug, 2016 2 commits
-
-
fionaxu authored
Bug: 30073833 Change-Id: Id4d7b59623b39660218f35d2c202518a994bae4c
-
Robert Greenwalt authored
-