Searched defs:assertSummaryTotal (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java76 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
85 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
90 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
102 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
111 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
116 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI),
212 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), 32, 0, 0, 0,
214 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), 32 + 64 + 128, 0, 0, 0,
216 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), 32 + 64 + 128 + 256, 0, 0,
238 private static void assertSummaryTotal(NetworkStatsCollectio method in class:NetworkStatsCollectionTest
[all...]

Completed in 63 milliseconds