Skip to content
Snippets Groups Projects
  1. Aug 06, 2023
    • Yuyang Huang's avatar
      Move scheduling logic into MdnsQueryScheduler class · 2501678e
      Yuyang Huang authored
      Move scheduling logic into a standalone MdnsQueryScheduler class to
      simplify the MdnsServiceTypeClient class.
      
      Bug: 292470176
      Test: atest FrameworksNetTests CtsNetTestCases
      Change-Id: I31130c239bc54f6dc0efde2921ce51df35076a74
      2501678e
  2. Aug 05, 2023
  3. Aug 04, 2023
  4. Aug 03, 2023
  5. Aug 02, 2023
    • chiachangwang's avatar
      Add version control for packet address translation design · 144dd517
      chiachangwang authored
      This commit adds the version control for keepalive packet address
      translation design to prevent device crash if the network stack
      is not updated to a newer version. This commit also adds a
      DeviceConfig to control the design in newer module version.
      
      Bug: 291870956
      Test: atest FrameworksNetTests CtsNetTestCases
      Change-Id: Id4efbf51dae9154d2bc3a1ee405e2139d5c91e36
      144dd517
  6. Aug 01, 2023
  7. Jul 31, 2023
    • Casey Borders's avatar
      RemoteAuth Boilerplate · 13a35ea2
      Casey Borders authored
      Stub out code and test directories
      
      BUG: 290094832
      Test: atest FrameworksNetTests RemoteAuthUnitTests
      Change-Id: I850242640f32bea3d46febcde5f3719619b1ea07
      13a35ea2
    • Motomu Utsumi's avatar
    • Motomu Utsumi's avatar
      Revert onNetworkActive callback behavior on U+ · 1e51a649
      Motomu Utsumi authored
      aosp/2605757 changed onNetworkActive callback behavior on U+ but this
      change was not merged to U release branch.
      This CL reverts the behavior change and keep the current behavior on U+.
      
      Bug: 279380356
      Bug: 291870075
      Test: atest FrameworksNetTests
      Change-Id: I91ccc7ee93f0827986401f316997b4a2df11318f
      1e51a649
    • Chiachang Wang's avatar
    • chiachangwang's avatar
      Deflake doTestPlatformVpnWithException related tests · 9f9a4dc6
      chiachangwang authored
      This commit updates test to
      - Execute IkeSessionCallback inside executor. The callback should
        be called from executor in production code but test trigger the
        callback from test main thread which will result in unexpected
        code interaction.
      - Verify the timer directly. The origin design verifies
        interactions with Captor with uncertain interaction. Test
        should be able to verify the schedule() calls with the expected
        timeout value. Also, in lower performance device, device may
        still process previous interaction. Add longer timeout to reduce
        flakes.
      
      Bug: 293233390
      Test: atest FrameworksNetTests
      Test: atest VpnTest#testStartPlatformVpnFailedWithRecoverableError
            --rerun-until-failure 100
      Change-Id: Ie42a2597a382800d6484a086b6d808490dfbdd32
      9f9a4dc6
  8. Jul 28, 2023
  9. Jul 27, 2023
Loading