Searched refs:ndpId2 (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 | 2314 final int ndpId2 = 2; in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent() local 2363 mDut.onDataPathRequestNotification(pubId, peerDiscoveryMac, ndpId2, null); in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent() 2367 verify(mMockNative).respondToDataPathRequest(anyShort(), eq(true), eq(ndpId2), in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent() 2387 final int ndpId2 = 2; in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist() local 2438 mDut.onDataPathRequestNotification(pubId, peerDiscoveryMac1, ndpId2, null); in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist() 2442 verify(mMockNative).respondToDataPathRequest(anyShort(), eq(true), eq(ndpId2), in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist()
|