Searched defs:underlyingIfaces (Results 1 – 4 of 4) sorted by relevance
51 @NonNull List<String> underlyingIfaces) { in UnderlyingNetworkInfo()62 List<String> underlyingIfaces = new ArrayList<>(); in UnderlyingNetworkInfo() local
1428 @NonNull List<String> underlyingIfaces) { in migrateTun()1473 @NonNull List<String> underlyingIfaces, @NonNull Entry tunIfaceTotal, in tunAdjustmentInit()1543 @NonNull List<String> underlyingIfaces, @NonNull Entry tunIfaceTotal, in addTrafficToApplications()1670 @NonNull List<String> underlyingIfaces, in deductTrafficFromVpnApp()
112 static UnderlyingNetworkInfo createVpnInfo(String[] underlyingIfaces) { in createVpnInfo()116 static UnderlyingNetworkInfo createVpnInfo(String vpnIface, String[] underlyingIfaces) { in createVpnInfo()
6225 Integer vpnUid, String vpnIfname, List<String> underlyingIfaces) throws Exception { in expectNotifyNetworkStatus()