Home
last modified time | relevance | path

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

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