1. 22 Sep, 2016 1 commit
  2. 21 Sep, 2016 2 commits
    • Jordan Liu's avatar
      Mark flaky presubmit tests as @Postsubmit · 3374f093
      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
      3374f093
    • Ningyuan Wang's avatar
      Mcc should not set country code with persistent request · b31c62c8
      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
      b31c62c8
  3. 20 Sep, 2016 2 commits
  4. 19 Sep, 2016 1 commit
  5. 13 Sep, 2016 3 commits
  6. 09 Sep, 2016 3 commits
  7. 08 Sep, 2016 2 commits
  8. 07 Sep, 2016 2 commits
  9. 02 Sep, 2016 1 commit
  10. 01 Sep, 2016 2 commits
    • Tyler Gunn's avatar
      Expand ImsPhoneCall logging and add updatePhoneState check. · 9cf07ae6
      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
      9cf07ae6
    • Jack Yu's avatar
      Fixed failing unit test cases. · 48a5ba5d
      Jack Yu authored
      bug: 31041734
      Change-Id: Ia633484f768ea7565abf497a8689866a6eea264a
      48a5ba5d
  11. 30 Aug, 2016 1 commit
    • Amit Mahajan's avatar
      Fixed failing tests. · 7e924025
      Amit Mahajan authored
      Also marked some of them @Postsubmit.
      
      Bug: 31041734
      Change-Id: I9a93bbb6d7f9c28fa90bab260d837761bc07eb77
      7e924025
  12. 26 Aug, 2016 2 commits
  13. 25 Aug, 2016 1 commit
  14. 24 Aug, 2016 4 commits
  15. 23 Aug, 2016 6 commits
  16. 22 Aug, 2016 3 commits
  17. 21 Aug, 2016 1 commit
  18. 19 Aug, 2016 3 commits
    • Tyler Gunn's avatar
      Remove one time sending of handover from wifi to LTE connection event. · 2d996aa6
      Tyler Gunn authored
      We will always send the event and let dialer filter it out.
      
      Bug: 30837560
      Change-Id: I3c40d8ee236bd5c27a8891f5c7b25a8fef0d4feb
      2d996aa6
    • Ta-wei Yen's avatar
      Add carrier regex filtering to VisualVoicemailSmsFilter · 585c4649
      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
      585c4649
    • Tyler Gunn's avatar