Home
last modified time | relevance | path

Searched refs:updateUnderlyingNetworkInfos (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsFactoryTest.java95 mFactory.updateUnderlyingNetworkInfos(new UnderlyingNetworkInfo[0]); in setUp()
119 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnRewriteTrafficThroughItself()
149 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnWithClat()
184 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnWithOneUnderlyingIface()
210 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnWithOneUnderlyingIfaceAndOwnTraffic()
239 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnWithOneUnderlyingIface_withCompression()
263 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnWithTwoUnderlyingIfaces_packetDuplication()
290 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testConcurrentVpns()
330 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnWithTwoUnderlyingIfaces_splitTraffic()
359 mFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos); in testVpnWithTwoUnderlyingIfaces_splitTrafficWithCompression()
[all …]
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsFactory.java140 public void updateUnderlyingNetworkInfos(UnderlyingNetworkInfo[] vpnArray) { in updateUnderlyingNetworkInfos() method in NetworkStatsFactory
DNetworkStatsService.java2012 mStatsFactory.updateUnderlyingNetworkInfos(underlyingNetworkInfos);