- Jan 28, 2024
-
-
Kangping Dong authored
There are sometimes gerrit warnings on Android.bp file format: ``` Analyzer Description: Formats Android.bp files. Owner: soong-team@google.com This file is not formatted. Run prebuilts/build-tools/linux-x86/bin/bpfmt -w {filename} to format the file, or apply the suggested fix. ``` This commit adds the suggested format script to make-pretty.sh to avoid the warning. Change-Id: I8a691b1e6af873e8c43e34ed3168203d469eee1c
-
- Jan 26, 2024
-
-
Yang Sun authored
* changes: Add service implementation for ThreadNetworkController#setEnabled Add setEnabled API
-
Yang Sun authored
ThreadNetworkControllerService handles setEnabled requests and asks ot-daemon to enable/disable Thread. The desired Thread enabled state is saved in thread persistent setttings, the setting is loaded at bootup. Bug: 299243765 Test: atest CtsThreadNetworkTestCases:android.net.thread.cts.ThreadNetworkControllerTest Change-Id: Ifd0135433df25d9c6cfd3f365dd06ec7908268e7
-
Yang Sun authored
setEnabled API is added to ThreadNetworkController, this can be used by applications with privileged permission to set Thread to enable/disabled state. The Thread enabled state can be subscribed with ThreadNetworkController#registerStateCallback. When Thread is disabled, the join/scheduleMigration APIs will fail with ERROR_THREAD_DISABLED. When Thread is disabling, all commands will fail with ERROR_BUSY. Bug: 299243765 Test: atest CtsThreadNetworkTestCases:android.net.thread.cts.ThreadNetworkControllerTest Change-Id: Ifa7845bf1d5664ecd31ce74e24b3a839f92bba13
-
Zhanglong Xia authored
-
Motomu Utsumi authored
-
Kangping Dong authored
* changes: [mdns] add service-side impl for subtypes discovery [mdns] add API for discovery with subtype
-
Zhanglong Xia authored
The Thread country code should be a 2-Character alphabetical country code. The `00` is an invalid country code for Thread country code, but it is the default country code for WiFi country code. If setiting the `00` as the Thread country code, the ThreadCountryCode throws an exception. This CL checks whether the country code is a valid Thread country code before setting the WiFi country code as the Thread country code. Bug: b/322404467 Test: atest ThreadNetworkUnitTests Change-Id: Ic5fd69fc254ee25ad1e75e17096a5f5310a9140f
-
Maciej Żenczykowski authored
this helper doesn't really help... all it does is a bpf map lookup and call a function on failure. Test: TreeHugger, atest libnetworkstats_test Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I7846eee3a37bcc8be82497cdf22ade5b214795da
-
Maciej Żenczykowski authored
Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I1ad2d0dd288882e84925f0b59961dcd33612f3f7
-
- Jan 25, 2024
-
-
Maciej Żenczykowski authored
(class was fixed and then renamed) Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Idbcacf79b0a8bca81cd37ca0cbd593388df798d5
-
Maciej Żenczykowski authored
(class was fixed) Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Id5c67af2de5465dc12856f26e5dacec6d7138326
-
Maciej Żenczykowski authored
netd.o bpf program was mainlined in T Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I6d2b34e26f5640840b74d4c761b01668e44dc9d6
-
Motomu Utsumi authored
Memory leak was observed and inline mock is one of the reasons. This CL updates DevSdkIgnoreRunner to clear mock state if there is no thread leak. Test: TH Bug: 321603955 Change-Id: I50fd03f14c6703bd38b5729f577d7ea516cd5b44
-
Kangping Dong authored
This is the servide-side impl of the subtypes discovery added in aosp/2864728. See that CL for more backgrounds. Bug: 265095929 Test: atest CtsNetTestCases FrameworksNetTests Change-Id: I0c1d5038fc46347bfb6bec4fdec295ca815c0885
-
Kangping Dong authored
This commit adds support of discovering services with explicit subtype. With this change, a service can be discovered with subtype with: ``` nsdManager.discoverServices( new DiscoveryRequest.Builder("_http._tcp", PROTOCOL_DNS_SD) .setSubtype("_printer").build(), executor, listener); ``` Bug: 265095929 Test: atest CtsNetTestCases FrameworksNetTests Change-Id: Iba76283a003cf2d52a8c26e1de872c3e8e433350
-
Kangping Dong authored
-
Zhanglong Xia authored
Bug: b/309357909 Test: Run `atest ThreadNetworkUnitTests`. Change-Id: Ic3c9ef69fc77c44a50f6dc856e1af26c43be1aa2
-
Maciej Żenczykowski authored
-
Remi NGUYEN VAN authored
-
Junyu Lai authored
-
Maciej Żenczykowski authored
(since the maps were only mainlined in T) Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I8d6af19f9dc339b722c5b2836b6085e0c9dd4705
-
Maciej Żenczykowski authored
-
Maciej Żenczykowski authored
-
Maciej Żenczykowski authored
-
Kangping Dong authored
-
Treehugger Robot authored
-
Paul Hu authored
-
Cole Faust authored
NewApi is a lint check that you don't call framework methods that were introduced in versions later than your min_sdk_version. We want to make this an error, so we're baselineing all existing issues. This cl was generated automatically, by taking all the NewApi issues from the reference baselines, and all the non-NewApi issues from the existing checked in baselines. Bug: 268261262 Test: Presubmits (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4ecdedda379e4e9040eb87b01dc3d8efb89be810) Merged-In: I0393f24f101876abc458ca139eefdb279dcb2b03 Change-Id: I0393f24f101876abc458ca139eefdb279dcb2b03
-
Jihoon Kang authored
java_sdk_library modules should specify the aconfig_declarations modules in order to generate the exportable stubs (i.e. the stubs that exclude the disabled aconfig flags) by providing the information about the aconfig flag values. The exportable stubs will be used when generating the module sdk snapshots and to generate the hiddenapi flags, in order to prevent exposing the disabled apis in runtime. Test: m framework-connectivity-t Bug: 317290555 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:60b21f877f88a6848ee6d0f0e5316362714b9d25) Merged-In: Ieb8f41921054ed6f62db2edfc7d695ba0a2a0055 Change-Id: Ieb8f41921054ed6f62db2edfc7d695ba0a2a0055
-
Maciej Żenczykowski authored
Test: TreeHugger atest libnetworkstats_test a_test --iterations=100 NetworkStackIntegrationTests:android.net.NetworkStatsIntegrationTest Bug: 292156770 Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I3b1038f6fb306ed8f2d20a73d2f7c36593cbd739
-
Maciej Żenczykowski authored
Test: atest libnetworkstats_test NetworkStackIntegrationTests:android.net.NetworkStatsIntegrationTest FrameworksNetTests:android.net.connectivity.com.android.server.net.BpfInterfaceMapUpdaterTest Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I4d60180764f2325025e9903457f8eb56cb9cfa48
-
- Jan 24, 2024
-
-
Maciej Żenczykowski authored
Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I8dd893d09fd5b01676b08fb87f0e01b5d2ab9efd
-
Maciej Żenczykowski authored
(for consistency with the rest of the file) Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: I78be4ca1c22e266a658288ee714a6f952b2ad529
-
Maciej Żenczykowski authored
Test: TreeHugger, atest libnetworkstats_test Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Id9783d3ce502ba68533b14a1080b9ed1792b1082
-
Maciej Żenczykowski authored
Test: TreeHugger, atest libnetworkstats_test Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Ibff5f9c2989b071a0af804ea1ba80a6d11ac53c2
-
Maciej Żenczykowski authored
Test: TreeHugger Signed-off-by:
Maciej Żenczykowski <maze@google.com> Change-Id: Ic32ccd7c2c415c462c4e1fdc9002cf7858ed587c
-
Treehugger Robot authored
-
Ken Chen authored
-
Kangping Dong authored
This reverts commit a59a6e30. Reason for revert: this should not be added in the mainline module but in platform Merged-In: I88c993680976d2e10d672bfdbf45119f2db13868 Change-Id: I680f23b5f8099b1ea4a316b768a56f1be5c78862
-