Remi NGUYEN VAN | 11f162b | 2022-05-24 16:47:33 +0900 | [diff] [blame] | 1 | # 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 |
| 5 | android\.net\.netstats\.provider\.INetworkStatsProvider(\$.+)? |
| 6 | android\.net\.netstats\.provider\.INetworkStatsProviderCallback(\$.+)? |
| 7 | |
| 8 | # INetworkAgent / INetworkAgentRegistry are used in NetworkAgentTest |
| 9 | # TODO: move files to android.net.connectivity.visiblefortesting |
| 10 | android\.net\.INetworkAgent(\$.+)? |
| 11 | android\.net\.INetworkAgentRegistry(\$.+)? |
| 12 | |
| 13 | # IConnectivityDiagnosticsCallback used in ConnectivityDiagnosticsManagerTest |
| 14 | # TODO: move files to android.net.connectivity.visiblefortesting |
| 15 | android\.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 |
| 22 | android\.net\.util\.KeepaliveUtils(\$.+)? |
| 23 | |
| 24 | # TODO (b/217115866): add jarjar rules for Nearby |
| 25 | android\.nearby\..+ |
Motomu Utsumi | 73e2e87 | 2023-04-14 19:22:42 +0900 | [diff] [blame] | 26 | |
| 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 Huang | 33fa4d2 | 2023-02-14 22:59:37 +0900 | [diff] [blame] | 30 | android\.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. |
| 35 | android\.net\.nsd\.OffloadServiceInfo(\$.+)? |
| 36 | android\.net\.nsd\.OffloadEngine(\$.+)? |