Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java882 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {buildMobileState(IMSI_1)}; in testUidStatsAcrossNetworks()
913 states = new NetworkStateSnapshot[] {buildMobileState(IMSI_2)}; in testUidStatsAcrossNetworks()
1019 doTestMobileStatsByRatType(new NetworkStateSnapshot[]{buildMobileState(IMSI_1)}); in testMobileStatsByRatTypeForCellular()
1114 new NetworkStateSnapshot[] {buildMobileState(IMSI_1), buildStateOfTransport( in testMobileStatsMeteredness()
1658 new NetworkStateSnapshot[]{buildMobileState(IMSI_1)}; in testTethering()
1984 new NetworkStateSnapshot[]{buildMobileState(IMSI_1)}; in testDynamicWatchForNetworkRatTypeChanges()
2062 buildWifiState(true /*isMetered*/, TEST_IFACE2), buildMobileState(IMSI_1)}; in testOperationCount_nonDefault_traffic()
2736 private static NetworkStateSnapshot buildMobileState(String subscriberId) { in buildMobileState() method in NetworkStatsServiceTest