Searched refs:testStatsEmpty (Results 1 – 1 of 1) sorted by relevance
51 private val testStatsEmpty = NetworkStats(0L, 0) constant in android.net.netstats.NetworkStatsApiTest180 assertNetworkStatsEquals(testStatsEmpty, stats) in testAdd()190 assertParcelingIsLossless(testStatsEmpty) in testParcelUnparcel()197 assertEquals(0, testStatsEmpty.describeContents()) in testDescribeContents()213 listOf(testStatsEmpty, testStats1, testStats2, testStats3).forEach { in testMethodsDontModifyReceiver()