1. 24 Oct, 2016 1 commit
  2. 21 Oct, 2016 1 commit
    • Jack Yu's avatar
      Update the proto and service state logging. · d009ecff
      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
      d009ecff
  3. 11 Oct, 2016 1 commit
  4. 06 Oct, 2016 1 commit
    • Meng Wang's avatar
      ImsPhone: defer intial roaming state update · 6b859110
      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
      6b859110
  5. 30 Sep, 2016 1 commit
  6. 29 Sep, 2016 3 commits
  7. 28 Sep, 2016 1 commit
    • Robert Greenwalt's avatar
      Plug hole in Roaming indication. · 1fb93b5f
      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
      1fb93b5f
  8. 27 Sep, 2016 2 commits
    • Hall Liu's avatar
      Fix answering waiting call simultaneously with active call disconnect · 3379e399
      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
      3379e399
    • Meng Wang's avatar
      ImsPhone: update wfc mode per roaming status · 322793ca
      Meng Wang authored
      Bug: 31492826
      Change-Id: I35bf9994b3e96327e1d9678d177225c6a3656479
      322793ca
  9. 22 Sep, 2016 1 commit
  10. 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
  11. 20 Sep, 2016 2 commits
  12. 19 Sep, 2016 1 commit
  13. 13 Sep, 2016 3 commits
  14. 09 Sep, 2016 3 commits
  15. 08 Sep, 2016 2 commits
  16. 07 Sep, 2016 2 commits
  17. 02 Sep, 2016 1 commit
  18. 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
  19. 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
  20. 26 Aug, 2016 2 commits
  21. 25 Aug, 2016 1 commit
  22. 24 Aug, 2016 4 commits
  23. 23 Aug, 2016 2 commits