Skip to content
Snippets Groups Projects
  1. Sep 29, 2023
  2. Sep 28, 2023
  3. Sep 27, 2023
  4. Sep 26, 2023
  5. Sep 25, 2023
    • Treehugger Robot's avatar
      Merge changes I1731e65e,I2df84427 into main · f411c022
      Treehugger Robot authored
      * changes:
        Factorize CarrierPrivilegeAuthenticator constructors
        Change mCarrierServiceUid from int[] to SparseIntArray
      f411c022
    • Chalard Jean's avatar
      Fix a socket leak · 90050b25
      Chalard Jean authored
      Test: manual :
            adb root
            adb shell lsof | grep system_ | grep IPv
            adb shell dumpsys connectivity --diag
            adb shell lsof | grep system_ | grep IPv
            Before the change : plenty of new open FDs
            After the change : no new FD
      Bug: 297483305
      Change-Id: I1c1fb8de44e50998e99af8b3aac3f77edce903e0
      90050b25
    • Chalard Jean's avatar
      Factorize CarrierPrivilegeAuthenticator constructors · 21869454
      Chalard Jean authored
      Test: FrameworksNetTests
      Change-Id: I1731e65ef09cb32b51ac9cc7884a9737c19ecce9
      21869454
    • Chalard Jean's avatar
      Change mCarrierServiceUid from int[] to SparseIntArray · dfee6bec
      Chalard Jean authored
      Because followup changes will stop using synchronous getters
      for getting the service package UIDs, it will be a lot more
      convenient if this array is automatically sized.
      
      Test: FrameworksNetTests
      Bug: 236669534
      Change-Id: I2df8442727b5f17bd2d4e55a8795dc9210beb74b
      dfee6bec
    • Chalard Jean's avatar
      Add more necessary infra to CSTest · 073606fc
      Chalard Jean authored
      - Ability to mock enabled changes, which is necessary for
        requestNetwork
      - Ability to disconnect an agent
      
      Test: in aosp/2761506
      Change-Id: If2701f1fff29453e74a4b388758c6ee3a16a5734
      073606fc
  6. Sep 22, 2023
Loading