Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java775 final SparseArray<String> getInterfaceNamesForTesting() { in getInterfaceNamesForTesting() method in BpfCoordinator
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java519 assertEquals(0, coordinator.getInterfaceNamesForTesting().size()); in testTetheringConfigDisable()