Searched refs:providePassphrase (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 | 1491 boolean providePmk, boolean providePassphrase, boolean getConfirmation, in testDataPathInitiatorUtility() argument 1503 boolean providePmk, boolean providePassphrase, boolean getConfirmation, in testDataPathInitiatorUtilityMore() argument 1545 providePassphrase ? passphrase : null, 0); in testDataPathInitiatorUtilityMore() 1549 providePassphrase ? passphrase : null, false, 0); in testDataPathInitiatorUtilityMore() 1563 eq(providePassphrase ? passphrase : null), eq(useDirect), any(), any()); in testDataPathInitiatorUtilityMore() 1676 boolean providePmk, boolean providePassphrase, boolean getConfirmation) in testDataPathResponderUtility() argument 1710 providePassphrase ? passphrase : null, 0); in testDataPathResponderUtility() 1714 providePassphrase ? passphrase : null, true, 0); in testDataPathResponderUtility() 1730 eq(providePassphrase ? passphrase : null), eq(null), eq(useDirect), any()); in testDataPathResponderUtility() 2165 boolean providePassphrase, boolean failureOnFirst) in testDataPathAcceptsAnyResponderWithMultipleInitiator() argument [all …]
|