Home
last modified time | relevance | path

Searched defs:TestBpfMap (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java160 private class TestBpfMap<K extends Struct, V extends Struct> extends BpfMap<K, V> { class in BpfCoordinatorTest
163 TestBpfMap(final Class<K> key, final Class<V> value) { in TestBpfMap() method in BpfCoordinatorTest.TestBpfMap