1. 26 Aug, 2015 1 commit
  2. 25 Aug, 2015 4 commits
  3. 24 Aug, 2015 1 commit
  4. 21 Aug, 2015 1 commit
    • Robert Greenwalt's avatar
      Allow us back on the network after carrier-detatch · aacc11b2
      Robert Greenwalt authored
      We had code in DcTracker to deal with this but the MR1-originating
      DcSwitchStateMachine interceeds.  Exposing the switch so
      DSSM can access it and behave appropriately.
      
      bug:23069223
      Change-Id: I7a674d3b662aa0a7eec5a54889a784a2b64d662c
      aacc11b2
  5. 20 Aug, 2015 1 commit
  6. 19 Aug, 2015 1 commit
    • Robert Greenwalt's avatar
      Fix null handling of getAllCellInfo · 01144882
      Robert Greenwalt authored
      ServiceStateTracker.getAllCellInfo may return null, but
      PhoneBase.privatizeCellInfoList may dereference that.  Check
      for null rather than crash the phone.
      
      bug:23201508
      Change-Id: I26fcfc015fa1a8d1ec13e34f3369d1848954c44e
      01144882
  7. 18 Aug, 2015 2 commits
    • Nathan Harold's avatar
      Disable DataConnection RealTimeInfo · 02f33cf8
      Nathan Harold authored
      TelephonyManager.listen() registrants will
      no longer receive any events via PhoneStateListener
      from LISTEN_DATA_CONNECTION_REAL_TIME_INFO.
      
      bug: 22414044
      bug: 23182647
      
      Change-Id: If0ad88125a1e1334a3ebc86c9b03d89af6c3943c
      02f33cf8
    • Jonathan Basseri's avatar
      Add null check · 69027fb2
      Jonathan Basseri authored
      resolveService() is allowed to return null, so check the return value
      before using it.
      
      Bug: 23041089
      Change-Id: I75af183d551770048fa925676b9adfbd078e22ba
      69027fb2
  8. 17 Aug, 2015 1 commit
  9. 15 Aug, 2015 1 commit
  10. 13 Aug, 2015 3 commits
  11. 12 Aug, 2015 2 commits
  12. 11 Aug, 2015 2 commits
    • Jack Yu's avatar
      Fixed the incorrect operator name displayed when roaming. · 27d3077d
      Jack Yu authored
      The operator name was incorrectly overwritten when roaming
      on partner's LTE network. In that case, ERI roaming indicator
      is off, NID/SID is zero (because LTE does not support ERI/NID/SID).
      
      The original requirement for using the name from CSIM EF_SPN
      is for CDMA only (b/5008969), therefore we need to make sure the
      logic is not applied in the LTE case.
      
      bug: 22951507
      Change-Id: I3595228e1a637f4bfd05e34cf9a702bb0e1bba59
      27d3077d
    • Chris Manton's avatar
      Save data registration roaming state · 6b8e1174
      Chris Manton authored
      Some carriers require different APNs based upon
      the roaming state returned in a previous registration
      call.  The carrier config has the option to override
      roaming state.  This change saves the proper roaming
      state before the carrier config may override in order
      to select the proper APN when setting up a data connection.
      
      bug: 22990977
      Change-Id: Id22a60efcbea9637018cc47e6d97f68eb053deb0
      6b8e1174
  13. 10 Aug, 2015 3 commits
  14. 06 Aug, 2015 1 commit
    • Amit Mahajan's avatar
      Adding EmergencyCall state to DcSwitch state machine. · f3cb9192
      Amit Mahajan authored
      State will be entered on making emergency call, and ended either on
      emergency call end or emergency callback mode end if that is supported.
      This is only for CDMA.
      
      Bug: 22777920
      Change-Id: I9cac544966b1b6be5410a40273d20e52cab8b396
      f3cb9192
  15. 05 Aug, 2015 2 commits
  16. 04 Aug, 2015 3 commits
  17. 03 Aug, 2015 2 commits
    • Makoto Onuki's avatar
      READ_SMS allows getLine1Number() [3/3] · beb3011c
      Makoto Onuki authored
      Bug 22862050
      
      Change-Id: I0cb90152b64508a173f51dd2b6dbaa79f4df8849
      beb3011c
    • Rakesh Pallerla's avatar
      Fix CDMA data call issue after emergency call failure. · 2dc07334
      Rakesh Pallerla authored
      When emergency call is dialled in CDMA mode, telephony disables
      data internally. Data is re enabled after call is ended  if
      not in ECBM. If emergency mo call is dropped by network/modem
      before going to dialing state, the data is not re enabled.
      Fix this scenario by explicitly re enabling data.
      
      Bug: 22826595
      Change-Id: I7a62d459dbd6ef6a833fe87e7d35e29311a515fe
      2dc07334
  18. 31 Jul, 2015 1 commit
    • Paul Jensen's avatar
      Fix NOT_RESTRICTED network capability and enforce it. · af171aa4
      Paul Jensen authored
      With this change:
      1. NOT_RESTRICTED should be removed from NetworkRequests that bring up
         special restricted carrier networks (e.g. IMS, FOTA).
      2. NetworkRequests without NOT_RESTRICTED require CONNECTIVITY_INTERNAL
         permission to register
      3. Binding sockets to networks without NOT_RESTRICTED requires
         CONNECTIVITY_INTERNAL permission
      
      Bug:21637535
      Change-Id: I5991d39facaa6b690e969fe15dcbeec52e918321
      af171aa4
  19. 30 Jul, 2015 5 commits
  20. 29 Jul, 2015 3 commits