Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1129 final String intIface2 = "rndis0"; in testAttachDetachBpfProgram() local
1149 coordinator.maybeAttachProgram(intIface2, extIface); in testAttachDetachBpfProgram()
1150 ExtendedMockito.verify(() -> BpfUtils.attachProgram(intIface2, UPSTREAM)); in testAttachDetachBpfProgram()
1155 coordinator.maybeDetachProgram(intIface2, extIface); in testAttachDetachBpfProgram()
1156 ExtendedMockito.verify(() -> BpfUtils.detachProgram(intIface2)); in testAttachDetachBpfProgram()