1. 14 Oct, 2015 1 commit
  2. 13 Oct, 2015 1 commit
  3. 12 Oct, 2015 3 commits
  4. 09 Oct, 2015 1 commit
    • Robert Greenwalt's avatar
      Fix use of memorized phoneId. · a7228870
      Robert Greenwalt authored
      We remember the phoneId we used to make the request so when the request is released we can
      talk to the proper DcTracker even if the subId -> phoneId mapping is lost (removed the sim).
      However the list of requests is a singleton and entries are stored per requestId so
      a request that applies to multiple phones only has a single entry - we can't record
      the phone id at request submission time.
      
      Change it to store the phoneId at request execution time.  This also removes the need
      for a separate "has been executed" boolean since we won't have an executed-phoneId if
      it's not been executed.
      
      In the future we should get rid of multiple TelephonyNetworkFactories, simplifying all
      this.
      
      bug:24411288
      Change-Id: Ie430e0a9251c3ae09384e1a4e29b65fe90f46740
      a7228870
  5. 07 Oct, 2015 1 commit
  6. 06 Oct, 2015 1 commit
  7. 05 Oct, 2015 1 commit
  8. 04 Oct, 2015 1 commit
  9. 02 Oct, 2015 2 commits
  10. 30 Sep, 2015 1 commit
  11. 24 Sep, 2015 1 commit
  12. 23 Sep, 2015 9 commits
  13. 22 Sep, 2015 1 commit
  14. 21 Sep, 2015 2 commits
  15. 18 Sep, 2015 2 commits
    • Robert Greenwalt's avatar
      Don't allow the apn to decrement below 0. · e8b30803
      Robert Greenwalt authored
      bug:24106542
      Change-Id: Ic749b05845309412804d782b242dc7ecb516c5be
      e8b30803
    • Shishir Agrawal's avatar
      Allow non-persistent manual network selection. · ec15371b
      Shishir Agrawal authored
      Allow the API to specify if the selection should be persisted across reboots.
      This also has the side affect of not notifying the user when signal is lost.
      
      Necessary becasue the API might be used transparent to the user and the
      notifications will be bizarre.
      
      Bug: 23971948
      Change-Id: Ic07d3a4b531b0bc89f26617ffae4bb678488d958
      ec15371b
  16. 17 Sep, 2015 2 commits
  17. 16 Sep, 2015 4 commits
  18. 15 Sep, 2015 4 commits
  19. 14 Sep, 2015 2 commits