Searched refs:mobileStats (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
D | NetworkStatsServiceTest.java | 1448 final NetworkStats mobileStats = mService.getUidStatsForTransport( in testUidStatsForTransport() local 1451 assertEquals(2, mobileStats.size()); in testUidStatsForTransport() 1455 assertValues(mobileStats, null /* iface */, UID_RED, SET_DEFAULT, 0xF00D, in testUidStatsForTransport() 1457 assertValues(mobileStats, null /* iface */, UID_RED, SET_DEFAULT, TAG_NONE, in testUidStatsForTransport() 1498 final NetworkStats mobileStats = mService.getUidStatsForTransport( in testGetUidStatsForTransportWithCellularAndSatellite() local 1503 assertValues(mobileStats, null /* iface */, UID_RED, SET_DEFAULT, TAG_NONE, in testGetUidStatsForTransportWithCellularAndSatellite()
|