Searched refs:onDataPathRequestNotification (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 315 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathWithPortInfoOnPublisher() 435 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDestroyNdiDuringNdpSetupResponder() 646 mDut.onDataPathRequestNotification(0, allZeros, ndpId, in testMultipleIdenticalRequests() 1356 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderMismatchUtility() 1419 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderInvalidUidUtility() 1481 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathInitiatorResponderInvalidPackageNameUtility() 1726 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathResponderUtility() 2215 mDut.onDataPathRequestNotification(pubSubId, peerDiscoveryMac, ndpId, null); in testDataPathAcceptsAnyResponderWithMultipleInitiator() 2363 mDut.onDataPathRequestNotification(pubId, peerDiscoveryMac, ndpId2, null); in testAcceptsAnyRequestMatchesCorrectlyWhenMultipleRequestPresent() 2428 mDut.onDataPathRequestNotification(pubId, peerDiscoveryMac, ndpId, null); in testPeerSpecificRequestMatchesCorrectlyWhenAcceptsAnyRequestExist() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeCallback.java | 533 mWifiAwareStateManager.onDataPathRequestNotification(event.discoverySessionId, in eventDataPathRequest()
|
D | WifiAwareStateManager.java | 1288 public void onDataPathRequestNotification(int pubSubId, byte[] mac, int ndpId, byte[] message) { in onDataPathRequestNotification() method in WifiAwareStateManager
|