Home
last modified time | relevance | path

Searched refs:largeByteArray (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfNewTest.kt661 val largeByteArray = ByteArray(256) { 0x01 } in testApfInstructionsEncoding() constant
662 gen = ApfV6Generator(largeByteArray, defaultMaximumApfProgramSize) in testApfInstructionsEncoding()
667 ) + largeByteArray + byteArrayOf( in testApfInstructionsEncoding()