blob: 1ac5e8ec4a71b124ee2bc3b300e4761249fec491 [file] [log] [blame]
Remi NGUYEN VAN11f162b2022-05-24 16:47:33 +09001# INetworkStatsProvider / INetworkStatsProviderCallback are referenced from net-tests-utils, which
2# may be used by tests that do not apply connectivity jarjar rules.
3# TODO: move files to a known internal package (like android.net.connectivity.visiblefortesting)
4# so that they do not need jarjar
5android\.net\.netstats\.provider\.INetworkStatsProvider(\$.+)?
6android\.net\.netstats\.provider\.INetworkStatsProviderCallback(\$.+)?
7
8# INetworkAgent / INetworkAgentRegistry are used in NetworkAgentTest
9# TODO: move files to android.net.connectivity.visiblefortesting
10android\.net\.INetworkAgent(\$.+)?
11android\.net\.INetworkAgentRegistry(\$.+)?
12
13# IConnectivityDiagnosticsCallback used in ConnectivityDiagnosticsManagerTest
14# TODO: move files to android.net.connectivity.visiblefortesting
15android\.net\.IConnectivityDiagnosticsCallback(\$.+)?
16
17
18# KeepaliveUtils is used by ConnectivityManager CTS
19# TODO: move into service-connectivity so framework-connectivity stops using
20# ServiceConnectivityResources (callers need high permissions to find/query the resource apk anyway)
21# and have a ConnectivityManager test API instead
22android\.net\.util\.KeepaliveUtils(\$.+)?
23
24# TODO (b/217115866): add jarjar rules for Nearby
25android\.nearby\..+
Motomu Utsumi73e2e872023-04-14 19:22:42 +090026
27# Don't touch anything that's already under android.net.http (cronet)
28# This is required since android.net.http contains api classes and hidden classes.
29# TODO: Remove this after hidden classes are moved to different package
Yuyang Huang33fa4d22023-02-14 22:59:37 +090030android\.net\.http\..+
31
32# TODO: OffloadServiceInfo is being added as an API, but wasn't an API yet in the first module
33# versions targeting U. Do not jarjar it such versions so that tests do not have to cover both
34# cases. This will be removed in an upcoming change marking it as API.
35android\.net\.nsd\.OffloadServiceInfo(\$.+)?
36android\.net\.nsd\.OffloadEngine(\$.+)?