Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java187 private void assertDrop(byte[] program, byte[] packet, int filterAge) { in assertDrop() method in ApfTest
191 private void assertDrop(byte[] program, byte[] packet) { in assertDrop() method in ApfTest
229 private void assertDrop(ApfGenerator gen, byte[] packet, int filterAge) in assertDrop() method in ApfTest
239 private void assertDrop(ApfGenerator gen) in assertDrop() method in ApfTest
272 assertDrop(program, new byte[15], 15); in testApfInstructions()
277 assertDrop(gen); in testApfInstructions()
286 assertDrop(gen); in testApfInstructions()
291 assertDrop(gen); in testApfInstructions()
300 assertDrop(gen); in testApfInstructions()
306 assertDrop(gen); in testApfInstructions()
[all …]