Searched refs:template4g (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
D | NetworkStatsServiceTest.java | 1026 final NetworkTemplate template4g = new NetworkTemplate.Builder(MATCH_MOBILE) in doTestMobileStatsByRatType() local 1051 assertUidTotal(template4g, UID_RED, 0L, 0L, 0L, 0L, 0); in doTestMobileStatsByRatType() 1070 assertUidTotal(template4g, UID_RED, 4L + 33L, 4L + 27L, 3L + 8L, 1L + 10L, 1); in doTestMobileStatsByRatType() 1092 assertUidTotal(template4g, UID_RED, 4L + 33L, 4L + 27L, 3L + 8L, 1L + 10L, 1); in doTestMobileStatsByRatType()
|