Searched refs:counterBytes (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfStandaloneTest.kt | 381 private fun decodeCountersIntoMap(counterBytes: ByteArray): Map<Counter, Long> { in decodeCountersIntoMap() 386 val value = getCounterValue(counterBytes, c) in decodeCountersIntoMap()
|
D | ApfNewTest.kt | 1694 val counterBytes = intArrayOf(0xff, 0, 0, 0, 0x78, 0x56, 0x34, 0x12) in testGetCounterValue() constant 1696 assertEquals(0xff, ApfCounterTracker.getCounterValue(counterBytes, Counter.TOTAL_PACKETS)) in testGetCounterValue() 2329 private fun decodeCountersIntoMap(counterBytes: ByteArray): Map<Counter, Long> { in decodeCountersIntoMap() 2336 val value = ApfCounterTracker.getCounterValue(counterBytes, c) in decodeCountersIntoMap()
|