Skip to content
Snippets Groups Projects
  1. Dec 25, 2023
  2. Dec 23, 2023
  3. Dec 22, 2023
  4. Dec 21, 2023
  5. Dec 20, 2023
  6. Dec 19, 2023
    • Henri Chataing's avatar
      Statically link libbase for mainline module tests · 6a7d8f9e
      Henri Chataing authored
      b/310046696 introduced a breaking ABI change in libbase, and
      the following unit tests fail to launch on previous
      platforms because of missing symbols:
        - libnetworkstats_test
        - netd_updatable_unit_test
      
      Bug: 316464217
      Test: atest libnetworkstats_test
      Test: atest netd_updatable_unit_test
      Change-Id: Icef58de0b46c6042a9459d3d4c45ea9ce2baefed
      6a7d8f9e
    • Xinyi Zhou's avatar
      [nearby] Update README for AOSP compiling binary · fea003bd
      Xinyi Zhou authored
      Test: -m and load on device
      Change-Id: Ib54d4cd14c2ec0739d96593e183f6e1be9682e67
      fea003bd
    • Motomu Utsumi's avatar
    • Tongbo Liu's avatar
      Add mcts tag to MainlineCTS networking test modules which is used for build... · 199357ba
      Tongbo Liu authored
      Add mcts tag to MainlineCTS networking test modules which is used for build all the mainline CTS tests.
      
      Bug: 316436957
      
      Change-Id: I0e7ab773075fb0dfd154dde45a710d1c1823c914
      199357ba
    • Motomu Utsumi's avatar
      Updates doTestAllowedUids to wait network Lost · 2ee2498b
      Motomu Utsumi authored
      doTestAllowedUids did not wait the network disconnect and this made the
      test flaky since doTestAllowedUids saw the network from the previous
      doTestAllowedUids.
      This CL update doTestAllowedUids to wait network Lost
      
      Before this CL, test failed 6 times in 1000 tries.
      After this CL, test does not fail in 1000 tries.
      
      Test: atest testAllowedUids --iterations 1000
      Bug: 312206245
      Change-Id: I270a230c15dfd2c44ba29f203bc55c0f47649e98
      2ee2498b
    • Yuyang Huang's avatar
      Add multi-subtype support to NsdService · 170d42f1
      Yuyang Huang authored
      Allow client to register multi-subtype using comma separate format like:
      "_997._tcp,_test1,_test2,_test3"
      
      Bug: 315085895
      Test: TH
      Change-Id: Ibd27e42cb9e7a0274d1d8df3f6f3a00786e4a237
      170d42f1
    • Paul Hu's avatar
      Support mDns Known-Answer Suppression · 01f243f5
      Paul Hu authored
      Support the RFC 6762 section 7.1. Known-Answer Suppression.
      If the response contains an answer that is also present in the
      answer section and the known-answer's TTL is greater than half
      of the original TTL, suppress the response.
      
      Bug: 312657709
      Test: atest FrameworksNetTests NsdManagerTest
            Passed DUPLICAE SUPPRESSION test case of BCT
      Change-Id: I1890e9fba068c1f59a1d93c3514f0e7d07da1814
      01f243f5
  7. Dec 18, 2023
    • Motomu Utsumi's avatar
      Merge "Remove TrunkStable.bp" into main · 44049a39
      Motomu Utsumi authored
      44049a39
    • Kangping Dong's avatar
      Merge changes from topic "mdns-subtypes" into main · 19d05551
      Kangping Dong authored
      * changes:
        [mdns] add service-side impl for subtypes advertising
        [mdns] add support for advertising subtypes
      19d05551
    • Junyu Lai's avatar
      Remove sdk level check when calling getDataSaverEnabled · 8df4b700
      Junyu Lai authored
      Follow-up from aosp/2856948, the data saver status value is
      filled by ConnectivityService before Android V. Thus, calling
      BpfNetMapsReader#getDataSaverEnabled() is a legit use case, which
      should not trigger log.wtf.
      
      Remove the check accordingly.
      
      Test: TH
      Bug: 314858283
      Fix: 316839561
      Change-Id: I90c85ab98fbefd1f99ec799a4eec8d1d0cfd47b0
      8df4b700
    • Quang Luong's avatar
      Rename checkSystemBarServicePermission · c0baea54
      Quang Luong authored
      Rename checkSystemBarServicePermission to checkStatusBarServicePermission to be consistent with the actual permission name.
      
      Bug: 307161342
      Change-Id: Ib0d353d33f1fc64d298919c107d3bc6691dc0bfe
      Test: build
      c0baea54
    • Kangping Dong's avatar
      [mdns] add service-side impl for subtypes advertising · 5af24b65
      Kangping Dong authored
      This is the servide-side impl of the subtypes advertising added in
      aosp/2608627. See that CL for more backgrounds.
      
      Bug: 265095929
      Test: atest CtsNetTestCases FrameworksNetTests
      Change-Id: I3d6f96822ac89d12fe29c00f688d848297c25787
      5af24b65
    • Kangping Dong's avatar
      [mdns] add support for advertising subtypes · 6d618d77
      Kangping Dong authored
      This commit adds support of advertising and discovering services
      with subtypes.
      
      With this change, client can publish a new service with subtypes with
      code:
      ```
      NsdServiceInfo info = new NsdServiceInfo();
      info.setServiceName("My Service");
      info.setServiceType("_meshcop._udp");
      info.setSubtypes(Set.of("_abc"));
      
      nsdManager.registerService(info, PROTOCOL_DNS_SD, listener);
      ```
      
      Bug: 265095929
      Test: atest CtsNetTestCases FrameworksNetTests
      Change-Id: Ia83182e2d43002243d1ef4357d14a8056d7da14b
      6d618d77
  8. Dec 17, 2023
Loading