Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java1014 doTestMobileStatsByRatType(new NetworkStateSnapshot[]{buildSatelliteMobileState(IMSI_1)}); in testMobileStatsByRatTypeForSatellite()
1019 doTestMobileStatsByRatType(new NetworkStateSnapshot[]{buildMobileState(IMSI_1)}); in testMobileStatsByRatTypeForCellular()
1022 private void doTestMobileStatsByRatType(NetworkStateSnapshot[] states) throws Exception { in doTestMobileStatsByRatType() method in NetworkStatsServiceTest