Searched refs:interfaceName2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
H A D | WifiAwareDataPathStateManagerTest.java | 2318 ArgumentCaptor<String> interfaceName2 = ArgumentCaptor.forClass(String.class); in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent() local 2368 interfaceName2.capture(), eq(null), eq(passphrase), any(), anyBoolean(), any()); in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent() 2370 assertNotEquals(interfaceName1.getValue(), interfaceName2.getValue()); in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent() 2392 ArgumentCaptor<String> interfaceName2 = ArgumentCaptor.forClass(String.class); in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist() local 2443 interfaceName2.capture(), eq(null), eq(passphrase), any(), anyBoolean(), any()); in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist() 2445 assertNotEquals(interfaceName1.getValue(), interfaceName2.getValue()); in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist()
|