Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1963 final SparseArray<String> getInterfaceNamesForTesting() { in getInterfaceNamesForTesting() method in BpfCoordinator
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1002 assertEquals(0, coordinator.getInterfaceNamesForTesting().size()); in checkBpfDisabled()