Searched refs:testStatsEmpty (Results 1 – 1 of 1) sorted by relevance
43 private val testStatsEmpty = NetworkStats(0L, 0) constant158 assertNetworkStatsEquals(testStatsEmpty, stats) in testAdd()168 assertParcelingIsLossless(testStatsEmpty) in testParcelUnparcel()175 assertEquals(0, testStatsEmpty.describeContents()) in testDescribeContents()191 listOf(testStatsEmpty, testStats1, testStats2, testStats3).forEach { in testMethodsDontModifyReceiver()