1. 21 Sep, 2011 2 commits
  2. 20 Sep, 2011 2 commits
  3. 16 Sep, 2011 2 commits
  4. 13 Sep, 2011 1 commit
    • sinikang's avatar
      Modify carrier table in Telephony DB. · bae4b07e
      sinikang authored
      - add carrier_enabled
      : 1 => enabled APN, 0 => disabled APN
      - add bearer
      : Radio Access Technology info.
      This should be spread to other technologies, but currently only used for LTE(14) and EHRPD(13)
      - remove 2 unnecessary default setting code.
      
      bug:4991683
      Change-Id: Iad7b801a88b0651e2f2f74ab18b4565b0e927370
      bae4b07e
  5. 12 Sep, 2011 1 commit
  6. 26 Aug, 2011 1 commit
  7. 29 Jul, 2011 1 commit
  8. 26 Jul, 2011 1 commit
  9. 22 Jul, 2011 1 commit
  10. 20 Jun, 2011 1 commit
  11. 09 Jun, 2011 1 commit
  12. 07 Jun, 2011 2 commits
  13. 04 Jun, 2011 3 commits
  14. 01 Jun, 2011 2 commits
  15. 26 May, 2011 1 commit
  16. 25 May, 2011 1 commit
  17. 20 May, 2011 1 commit
  18. 19 May, 2011 4 commits
  19. 13 May, 2011 1 commit
    • Tom Taylor's avatar
      Fix selectionargs · f008a619
      Tom Taylor authored
      Change use of deprecated functions to valid ones by removing
      selectionargs.
      
      Change-Id: Icbf08ac83ffd2535db52aafb263543e2978dadb2
      f008a619
  20. 11 May, 2011 2 commits
  21. 10 May, 2011 4 commits
  22. 02 May, 2011 3 commits
  23. 29 Apr, 2011 1 commit
  24. 27 Apr, 2011 1 commit
    • Tom Taylor's avatar
      Make upgrading to AUTO INCREMENT more robust · 10faf3f5
      Tom Taylor authored
      If the upgrade fails, turn on a receiver that listens for storage ok.
      When there's more storage try the upgrade again. Tested the normal upgrade
      path with 10,000 threads. Tested the upgrade path with 10,000 threads and
      low memory. Left the test code in, but turned off.
      
      Change-Id: Ia273428af4e7f0160414ef49b4d18998c25725b4
      10faf3f5