Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java1971 final BpfConntrackEventConsumer getBpfConntrackEventConsumerForTesting() { in getBpfConntrackEventConsumerForTesting() method in BpfCoordinator
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java329 mConsumer = coordinator.getBpfConntrackEventConsumerForTesting(); in makeBpfCoordinator()