Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareDataPathStateManagerTest.java1163 testDataPathResponderUtility(false, true, true, false, true); in testDataPathResonderMacPmkSuccess()
1172 testDataPathResponderUtility(false, true, false, false, true); in testDataPathResonderMacPassphraseSuccess()
1181 testDataPathResponderUtility(false, false, false, true, true); in testDataPathResonderMacPassphraseNoPeerIdSuccess()
1190 testDataPathResponderUtility(false, false, false, false, true); in testDataPathResonderMacOpenNoPeerIdNoPmkPassphraseSuccess()
1199 testDataPathResponderUtility(true, true, true, false, true); in testDataPathResonderDirectMacPmkSuccess()
1208 testDataPathResponderUtility(true, true, false, false, true); in testDataPathResonderDirectMacNoPmkPassphraseSuccess()
1217 testDataPathResponderUtility(true, false, false, true, true); in testDataPathResonderDirectNoMacPassphraseSuccess()
1226 testDataPathResponderUtility(true, false, false, false, true); in testDataPathResonderDirectNoMacNoPmkPassphraseSuccess()
1235 testDataPathResponderUtility(false, true, true, false, false); in testDataPathResponderNoConfirmationTimeoutFail()
1675 private void testDataPathResponderUtility(boolean useDirect, boolean provideMac, in testDataPathResponderUtility() method in WifiAwareDataPathStateManagerTest