/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | IWifiAwareDiscoverySessionCallback.aidl | 31 void onMatch(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter); in onMatch() method
|
D | WifiAwareManager.java | 723 public void onMatch(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter) { in onMatch() method in WifiAwareManager.WifiAwareDiscoverySessionCallbackProxy
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | INetworkRequestMatchCallback.aidl | 34 void onMatch(in List<ScanResult> scanResults); in onMatch() method
|
D | WifiManager.java | 1469 void onMatch(@NonNull List<ScanResult> scanResults); in onMatch() method 1568 public void onMatch(List<ScanResult> scanResults) { in onMatch() method in WifiManager.NetworkRequestMatchCallbackProxy 1574 mCallback.onMatch(scanResults); in onMatch()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDiscoverySessionState.java | 257 public void onMatch(int requestorInstanceId, byte[] peerMac, byte[] serviceSpecificInfo, in onMatch() method in WifiAwareDiscoverySessionState 263 mCallback.onMatch(peerId, serviceSpecificInfo, matchFilter); in onMatch()
|
D | WifiAwareStateManager.java | 3002 data.second.onMatch(requestorInstanceId, peerMac, serviceSpecificInfo, matchFilter, in onMatchLocal()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkFactoryTest.java | 722 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatch() 765 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingPrefixSsidMatch() 809 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralBssidMatch() 853 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingOuiPrefixBssidMatch() 898 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatchWithMultipleBssidMatches() 945 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchFailUsingLiteralSsidMatchWhenSsidNotFound() 990 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchFailUsingLiteralSsidMatchWhenKeyMgmtDiffers() 2039 verify(mNetworkRequestMatchCallback, never()).onMatch(anyList()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchPreviouslyApproved() 2084 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchPreviouslyApprovedNForgot() 2125 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchNotPreviouslyApproved() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 303 inOrder.verify(mockSessionCallback1).onMatch(peerIdCaptor.capture(), isNull(), in testRequestMacAddresses() 312 inOrder.verify(mockSessionCallback2).onMatch(peerIdCaptor.capture(), isNull(), isNull()); in testRequestMacAddresses() 1418 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testMatchAndMessages() 1731 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageToInvalidPeerId() 1800 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageErrorsImmediateQueueTimeout() 1926 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageRetransmitSuccess() 2013 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageRetransmitFail() 2103 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), isNull(), isNull()); in testSendMessageQueueSequence() 2200 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), isNull(), isNull()); in testSendMessageQueueSequenceImperfect() 2333 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendEmptyMessages()
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 1224 callbackCaptor.getValue().onMatch(new ArrayList<ScanResult>()); in registerNetworkRequestMatchCallbackCallGoesToWifiServiceImpl() 1226 verify(mNetworkRequestMatchCallback).onMatch(anyList()); in registerNetworkRequestMatchCallbackCallGoesToWifiServiceImpl()
|
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
D | WifiAwareManagerTest.java | 326 sessionProxyCallback.getValue().onMatch(peerHandle.peerId, string1.getBytes(), matchFilter); in testPublishFlow() 475 sessionProxyCallback.getValue().onMatch(peerHandle.peerId, string1.getBytes(), matchFilter); in testSubscribeFlow()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkFactory.java | 1117 callback.onMatch(matchedScanResults); in sendNetworkRequestMatchCallbacksForActiveRequest()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 48900 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onMatch(I[B[B)V 48923 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback;->onMatch(I[B[B)V 49130 Landroid/net/wifi/aware/WifiAwareManager$WifiAwareDiscoverySessionCallbackProxy;->onMatch(I[B[B)V
|