Skip to content
Snippets Groups Projects
  1. Nov 13, 2023
    • KH Shi's avatar
      Replace HashSet with ArraySet in RaParams · ff1400be
      KH Shi authored
      ArraySet is designed to be more memory afficient than HashSet. It is
      suitable to store small numbers of items.
      
      Test: atest TetheringPrivilegedTests TetheringIntegrationTests \
            TetheringTests
      Bug: 261923493
      Change-Id: I2bd2eded801cc05ce53ef9f9486b13faf1772d22
      ff1400be
  2. Nov 08, 2023
    • KH Shi's avatar
      Avoid autoboxing overhead in hash calculation · 99b7e62b
      KH Shi authored
      Avoid passing primitive data types into Objects.hash() which will
      convert them to their corresponding object wrapper types
      automatically.
      
      Test: atest TetheringTests
      Bug: 261923493
      Change-Id: I2efe7f3e50923ad2e33cfd58ae7e1e1cf7fd34bd
      99b7e62b
  3. Nov 07, 2023
  4. Nov 06, 2023
  5. Nov 05, 2023
  6. Nov 04, 2023
    • Ken Chen's avatar
      [Test] Fix DNS resolver MTS failures · 90e009be
      Ken Chen authored
      In MTS, test infra installs only the DNS resolver module without
      installing tethering module. The test utils should not assume the BPF
      maps defined in tethering will be in the device.
      
      Bug: 309164580
      Test: atest
      resolv_integration_test:ResolverTest#BlockDnsQueryWithUidRule
      
      Change-Id: I2c7349a11c9b413c129c93d236c8280588097cf7
      90e009be
  7. Nov 03, 2023
  8. Nov 02, 2023
  9. Nov 01, 2023
Loading