Skip to content
Snippets Groups Projects
  1. Oct 02, 2023
    • Motomu Utsumi's avatar
      Add method to read trunk stable flag · b0f48902
      Motomu Utsumi authored
      aconfig soong modules should be used to read the trunk stable flag.
      However they are not available in the mainline branch.
      So this CL adds the method to check if the trunk stable flag is enabled
      or not by directly reading from DeviceConfig.
      It's expected that this does not work correctly if flag value is not
      stored in the DeviceConfig.
      But for the time being, this method can be used to keep development.
      Once the mainline branch supports the aconfig soong modules, method
      added by this CL must be removed and java_aconfig_library should be
      used instead.
      
      Test: adb shell device_config put android_core_networking \
      Test: com.android.net.flags.test_feature true
      Test: Compares the value from java_aconfig_library and DeviceConfigUtils
      Change-Id: I8e35b33a3201192e940e88f96aad3b2b6685b046
      b0f48902
  2. Sep 27, 2023
  3. Sep 26, 2023
  4. 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
  5. Sep 22, 2023
  6. Sep 21, 2023
  7. Sep 20, 2023
  8. Sep 19, 2023
  9. Sep 16, 2023
Loading