- Jan 22, 2024
-
-
Mark Chien authored
This reverts commit cf11be9e. Reason for revert: avoid some IpServer(s) running the new sync state machine while others use the async state machine. Bug: 319212113 Change-Id: Ib086a7ccd102f38e579c79f94aceae9971f1853a
-
- Dec 20, 2023
-
-
Yuyang Huang authored
* changes: Revert "Refactor RouterAdvertisementDaemon with FdEventsReader" Revert "Refactor RouterAdvertisementDaemon to build new RA in HandlerThread"
-
Yuyang Huang authored
-
Junyu Lai authored
-
- Dec 19, 2023
-
-
Xinyi Zhou authored
Test: -m and load on device Change-Id: Ib54d4cd14c2ec0739d96593e183f6e1be9682e67
-
Motomu Utsumi authored
-
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
-
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
-
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
-
- Dec 18, 2023
-
-
Motomu Utsumi authored
-
Kangping Dong authored
* changes: [mdns] add service-side impl for subtypes advertising [mdns] add support for advertising subtypes
-
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
-
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
-
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
-
- Dec 17, 2023
-
-
Yang Sun authored
Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.netlink.RtNetlinkRouteMessageTest Change-Id: Ifdf5afc4f58ff55bd20cc60e23b17c3138754392
-
Yang Sun authored
Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.netlink.RtNetlinkRouteMessageTest Change-Id: I2f3d69a5bda81de65e4a36e0db61d98dcf082b2d
-
- Dec 16, 2023
-
-
Yang Sun authored
Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.netlink.StructNlAttrTest Change-Id: Iaaa7f63a2b550f017a8c75f84b9d69bf9e829a8c
-
Yang Sun authored
Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.netlink.NetlinkUtilsTest Change-Id: I15e208dca5ed6a723585f79cf09276017bc8a885
-
- Dec 13, 2023
-
-
Xinyi Zhou authored
Test: -m Fix: 303338703 Ignore-AOSP-First: nearby not in aosp yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f6fdf4cf7bc9cd9d50e91d7895e11f684a49a5db) Merged-In: I7048917f5345f55364626901b533fee3d3856bf7 Change-Id: I7048917f5345f55364626901b533fee3d3856bf7
-
Xinyi Zhou authored
-
Xinyi Zhou authored
* changes: [nearby] Add nearby_enable_ble_in_init flag Revert "[nearby] Add disable logic" [nearby] Add disable logic [nearby] Log changes [nearby] Sync discoveryTimestamp field name [nearby] Enable BLE when init [nearby] Add logs to broadcaster [nearby] Add discoveryTimestamp field [nearby] Fix flakeness in the unit test [nearby][clean up] Remove useless legacy code [nearby] Fix the user-debug only test [nearby] Catches NPE in ChreDiscoveryProvider [nearby] Update README to add build env script
-
Yan Yan authored
* changes: Expose APIs to query the state of an IpSecTransform Reland "Support getting transform state in IpSecService"
-
Xinyi Zhou authored
Fix: 313884732 Ignore-AOSP-First: nearby_not_in_aosp_yet Test: -m (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:523eeb3c87bd8f6d353d439120545566f94aaf4c) Merged-In: Iaaca422cb105c00ded1d84b40afd745abcd651b7 Change-Id: Iaaca422cb105c00ded1d84b40afd745abcd651b7
-
Xinyi Zhou authored
Bug: 312430336 Ignore-AOSP-First: nearby_not_in_aosp_yet Test: -m (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fc084ea87ce18275c788c21ba9018636dfdff5e0) Merged-In: I5bafa8a85d4f2169fcdef73e2d9f21534553ff72 Change-Id: I5bafa8a85d4f2169fcdef73e2d9f21534553ff72
-
Xinyi Zhou authored
This reverts commit 3f5aea69. Reason for revert: Caused crash Fix: 312430336 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4ed63b1873841a37f3ebbef5ff5072a253fa6186) Merged-In: Id664a6cba297674d8edeb0af700df1e96baaf70e Change-Id: Id664a6cba297674d8edeb0af700df1e96baaf70e
-
Lorenzo Colitti authored
-
Xinyi Zhou authored
Also moves enableBLE logic from init to when there is at least one client Test: -m Bug: 294906731 Ignore-AOSP-First: nearby_not_in_aosp_yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3f5aea69f9f36097b407822b0cc177c0df51f061) Merged-In: I24ca7581d60afee484d14f66a411344ce132425a Change-Id: I24ca7581d60afee484d14f66a411344ce132425a
-
Xinyi Zhou authored
Test: -m Ignore-AOSP-First: nearby_not_in_aosp_yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2a4cadec922725cf89992103f6ade337d5a8ec86) Merged-In: I11a03bd3bf40cd7cd6f0ac892f040c9eb3ce822c Change-Id: I11a03bd3bf40cd7cd6f0ac892f040c9eb3ce822c
-
Xinyi Zhou authored
Test: -m Bug: 306043245 Ignore-AOSP-First: nearby_not_in_aosp_yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d6acb0655f4fa619bd0ff7a6e7a1a76959db29d9) Merged-In: I96e03660dbd49f361a436276d62473504f88d657 Change-Id: I96e03660dbd49f361a436276d62473504f88d657
-
Xinyi Zhou authored
Fix: 294906731 Test: -m Ignore-AOSP-First: nearby_not_in_aosp_yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2a9323b184edda09184d5d94c32ca5dfaedf2690) Merged-In: Ie380efbc452af51691daa1e96e04dd575801c3a9 Change-Id: Ie380efbc452af51691daa1e96e04dd575801c3a9
-
Xinyi Zhou authored
Test: -m Ignore-AOSP-First: nearby_not_in_aosp_yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:85f260c4dd7503978f2c6e83a7eadadc8e9b73a7) Merged-In: I9fd0009d21ac5193a2e7b715067c4956902cd2db Change-Id: I9fd0009d21ac5193a2e7b715067c4956902cd2db
-
Xinyi Zhou authored
Test: -m Bug: 306043245 Ignore-AOSP-First: nearby_not_in_aosp_yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:730894831d541ef67063e1d85e3b770476053fe6) Merged-In: I2151cdeceec1a3180c79b0ea10adb6e5581f4845 Change-Id: I2151cdeceec1a3180c79b0ea10adb6e5581f4845
-
Xinyi Zhou authored
Test: -m Ignore-AOSP-First: nearby not in aosp yet Fix: 302599461 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:08356f82527aad27dc9613f3e406f7732b363e42) Merged-In: Id438f453893e4e4adbd341ba36c4a0e3d3dbcb4f Change-Id: Id438f453893e4e4adbd341ba36c4a0e3d3dbcb4f
-
Xinyi Zhou authored
This was used back when Bluetooth 4.2 was used. We should remove the empty code here. Test: -m Ignore-AOSP-First: nearby not in aosp yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d671163a9a5d5d6cb8392fad08143c81b8ad5e0b) Merged-In: I0ea54f77c66c01f02fbee9eb1e782a3a9ade6566 Change-Id: I0ea54f77c66c01f02fbee9eb1e782a3a9ade6566
-
Xinyi Zhou authored
Test: -m Fix: 273887455 Ignore-AOSP-First: aosp first on Oct (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0f192c89c541536ba45a243b2a21815c7dc4d0bf) Merged-In: I7644a8187c36c944b36f1b4eb741edf46d9b1ad2 Change-Id: I7644a8187c36c944b36f1b4eb741edf46d9b1ad2
-
Lorenzo Colitti authored
This causes the module to crash on rollback because the current production code does not consider LOCAL_NETWORK to be a valid capability. Change-Id: Idf57d72c384b41b483098c4c302738072ebf7f90 Test: TH Fix: 313030307
-
Xinyi Zhou authored
Test: -m Ignore-AOSP-First: neary not in aosp yet Fix: 298597342 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5d07eee4c1671a3d1d6b6669c338d098cfe488f9) Merged-In: I1ef411aea6db6d0c169aa08c303f4234c77baed9 Change-Id: I1ef411aea6db6d0c169aa08c303f4234c77baed9
-
Xinyi Zhou authored
Test: n/a Ignore-AOSP-First: nearby_not_in_aosp_yet (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:85afaab1ac308f12d7263ef4b8a2b1ba6a3a2f13) Merged-In: I43257c79d212ed24fb0cd69f363b25bceb098f01 Change-Id: I43257c79d212ed24fb0cd69f363b25bceb098f01
-