- 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 6 commits
-
-
fionaxu authored
Bug: 30073833 Change-Id: Id4d7b59623b39660218f35d2c202518a994bae4c
-
Robert Greenwalt authored
-
Tyler Gunn authored
Bug: 30349182 Change-Id: Icb94db6a8c146db7d4e63108cb19b16ea438f212 (cherry picked from commit 33290100)
-
Ta-wei Yen authored
am: b8da7f29 Change-Id: I52ded7b1c66f0e4ab82ef241dc965b6002ef562e
-
Ta-wei Yen authored
This CL adds a extra step in the VisualVoicemailSmsFilter which will match the message body against the carrier specified regex. Even if the message have a unknown format if it matches the regex it will still be considered a VVM SMS. For example, Verizon requires any SMS that starts with "//VZW" to be dropped. Other cases are handled by the AppDirectedSms app, but "//VZWVVM" is left for the system visual voicemail. Previously "//VZWVVM garbage data" will pass though the filter because it is not a valid VVM SMS, which is against the specification of dropping everything. After this CL it will match the regex and dropped. The VVM client will also receive the message body, but ignore it. Change-Id: I8d446d69d75914bf5fe63834cfebec92f7917711 Fixes: 30954955 (cherry picked from commit 585c4649)
-
Robert Greenwalt authored
If conditions ease so restricted networks are now allowed don't just assume every up network needs to be torn down. Instead check and see if it's marked restricted (or not, not-restricted) first. bug:30490689 Change-Id: Ib19d45979f6f9e0b605a3e5b39f569a01d30d42b
-
- 22 Aug, 2016 3 commits
-
-
Tyler Gunn authored
am: 2d996aa6 Change-Id: I7ddab85cc9d84b5c1978340913ca0023060278c3
-
Robert Greenwalt authored
bug: 30481185 Change-Id: I467a723144da078fa323284eca7f3bec98ebbb4f
-
TreeHugger Robot authored
-
- 21 Aug, 2016 1 commit
-
-
Sailesh Nepal authored
-
- 19 Aug, 2016 3 commits
-
-
Tyler Gunn authored
We will always send the event and let dialer filter it out. Bug: 30837560 Change-Id: I3c40d8ee236bd5c27a8891f5c7b25a8fef0d4feb
-
Ta-wei Yen authored
This CL adds a extra step in the VisualVoicemailSmsFilter which will match the message body against the carrier specified regex. Even if the message have a unknown format if it matches the regex it will still be considered a VVM SMS. For example, Verizon requires any SMS that starts with "//VZW" to be dropped. Other cases are handled by the AppDirectedSms app, but "//VZWVVM" is left for the system visual voicemail. Previously "//VZWVVM garbage data" will pass though the filter because it is not a valid VVM SMS, which is against the specification of dropping everything. After this CL it will match the regex and dropped. The VVM client will also receive the message body, but ignore it. Change-Id: I8d446d69d75914bf5fe63834cfebec92f7917711 Fixes: 30954955
-
Tyler Gunn authored
-