1. 26 Oct, 2016 1 commit
  2. 24 Oct, 2016 1 commit
  3. 23 Oct, 2016 1 commit
  4. 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
  5. 19 Oct, 2016 1 commit
  6. 11 Oct, 2016 1 commit
  7. 06 Oct, 2016 2 commits
    • Meng Wang's avatar
      ImsPhone: defer intial roaming state update · e3d57522
      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
      (cherry picked from commit 6b859110)
      e3d57522
    • 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
  8. 02 Oct, 2016 1 commit
  9. 30 Sep, 2016 2 commits
    • Hall Liu's avatar
      Fix answering waiting call simultaneously with active call disconnect · bba7022c
      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
      (cherry picked from commit 3379e399)
      bba7022c
    • Jack Yu's avatar
      Merge "Combined TelephonyEventLog and part of the connectivity metrics app... · 0db7db3a
      Jack Yu authored
      Merge "Combined TelephonyEventLog and part of the connectivity metrics app into the new TelephonyMetrics" into nyc-mr1-dev
      0db7db3a
  10. 29 Sep, 2016 4 commits
  11. 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
  12. 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
  13. 25 Sep, 2016 1 commit
  14. 22 Sep, 2016 2 commits
  15. 21 Sep, 2016 3 commits
  16. 20 Sep, 2016 3 commits
  17. 19 Sep, 2016 1 commit
  18. 14 Sep, 2016 1 commit
  19. 13 Sep, 2016 3 commits
  20. 11 Sep, 2016 1 commit
  21. 09 Sep, 2016 3 commits
  22. 08 Sep, 2016 3 commits
  23. 07 Sep, 2016 1 commit