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 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\..+ 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 30android\.net\.http\..+