Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DNetworkRequestDialogFragmentTest.java173 networkRequestDialogFragment.onMatch(new ArrayList<ScanResult>()); in onMatch_shouldUpdateWifiEntries()
183 networkRequestDialogFragment.onMatch(Arrays.asList(mScanResult)); in onWifiStateChanged_nonEmptyMatchedScanResults_shouldUpdateWifiEntries()
195 networkRequestDialogFragment.onMatch(Arrays.asList(mScanResult)); in onWifiEntriesChanged_nonEmptyMatchedScanResults_shouldUpdateWifiEntries()
268 networkRequestDialogFragment.onMatch(scanResults); in onMatchManyResult_showNeutralButton()
289 networkRequestDialogFragment.onMatch(scanResults); in clickNeutralButton_hideNeutralButton()
319 networkRequestDialogFragment.onMatch(Arrays.asList(mScanResult)); in updateWifiEntries_noMatchSecurityWifi_filteredWifiIsEmpty()
329 networkRequestDialogFragment.onMatch(Arrays.asList(mScanResult)); in updateWifiEntries_matchWpa2Wifi_filteredWifiNotEmpty()
339 networkRequestDialogFragment.onMatch(Arrays.asList(mScanResult)); in updateWifiEntries_matchWpa3Wifi_filteredWifiNotEmpty()
DNetworkRequestDialogActivityTest.java177 mActivity.onMatch(mScanResults); in specifiedSsid_onMatch_shouldShowDialogFragment()
199 mActivity.onMatch(mScanResults); in onUserSelectionConnectFailure_shouldShowDialogFragment()
210 mActivity.onMatch(mScanResults); in onClickConnectButton_shouldShowProgressDialog()
222 mActivity.onMatch(mScanResults); in onCancel_shouldCloseAllUI()
252 mActivity.onMatch(mScanResults); in onMatch_dismissDialogsAndDialogIsNull_shouldNotCrash()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java953 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatch()
994 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatchForSaeTransitionScanResult()
1035 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingPrefixSsidMatch()
1077 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralBssidMatch()
1119 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingOuiPrefixBssidMatch()
1162 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatchWithMultipleBssidMatches()
1206 verify(mNetworkRequestMatchCallback, never()).onMatch(any()); in testNetworkSpecifierMatchFailUsingLiteralSsidMatchWhenSsidNotFound()
1244 verify(mNetworkRequestMatchCallback, never()).onMatch(any()); in testNetworkSpecifierMatchFailUsingLiteralSsidMatchWhenKeyMgmtDiffers()
2940 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchApprovedNForgot()
2984 verify(mNetworkRequestMatchCallback).onMatch(matchedScanResultsCaptor.capture()); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchNotApprovedForOpenNetwork()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestDialogActivity.java200 public void onMatch(List<ScanResult> scanResults) { in onMatch() method in NetworkRequestDialogActivity
219 mDialogFragment.onMatch(scanResults); in onMatch()
DNetworkRequestDialogBaseFragment.java91 protected void onMatch(List<ScanResult> scanResults) { in onMatch() method in NetworkRequestDialogBaseFragment
DNetworkRequestDialogFragment.java374 public void onMatch(List<ScanResult> scanResults) { in onMatch() method in NetworkRequestDialogFragment
/packages/modules/Wifi/framework/java/android/net/wifi/
DINetworkRequestMatchCallback.aidl34 void onMatch(in List<ScanResult> scanResults); in onMatch() method
DWifiManager.java3027 default void onMatch(@NonNull List<ScanResult> scanResults) {} in onMatch() method
3128 public void onMatch(List<ScanResult> scanResults) { in onMatch() method in WifiManager.NetworkRequestMatchCallbackProxy
3135 mCallback.onMatch(scanResults); in onMatch()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DIWifiAwareDiscoverySessionCallback.aidl37 void onMatch(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter, in onMatch() method
DWifiAwareManager.java1060 public void onMatch(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter, in onMatch() method in WifiAwareManager.WifiAwareDiscoverySessionCallbackProxy
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java588 public int onMatch(int requestorInstanceId, byte[] peerMac, byte[] serviceSpecificInfo, in onMatch() method in WifiAwareDiscoverySessionState
596 mCallback.onMatch(peerId, serviceSpecificInfo, matchFilter, peerCipherSuite, scid, in onMatch()
DWifiAwareStateManager.java4797 int peerId = data.second.onMatch(requestorinstanceid, peerMac, serviceSpecificInfo, in onMatchLocal()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java397 inOrder.verify(mockSessionCallback1).onMatch(peerIdCaptor.capture(), isNull(), in testRequestMacAddresses()
407 inOrder.verify(mockSessionCallback2).onMatch(peerIdCaptor.capture(), isNull(), isNull(), in testRequestMacAddresses()
1798 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testMatchAndMessages()
2112 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageToInvalidPeerId()
2181 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageErrorsImmediateQueueTimeout()
2307 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageRetransmitSuccess()
2394 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), eq(peerSsi.getBytes()), in testSendMessageRetransmitFail()
2486 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor.capture(), isNull(), isNull(), in testSendMessageQueueSequence()
2620 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor1.capture(), isNull(), isNull(), in testSendMessageQueueLimitBlock()
2626 inOrder.verify(mockSessionCallback).onMatch(peerIdCaptor2.capture(), isNull(), isNull(), in testSendMessageQueueLimitBlock()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/
DNetworkRequestDialogFragment.java430 public void onMatch(List<ScanResult> scanResults) { in onMatch() method in NetworkRequestDialogFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DNetworkRequestDialogFragment.java413 public void onMatch(List<ScanResult> scanResults) { in onMatch() method in NetworkRequestDialogFragment
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java381 sessionProxyCallback.getValue().onMatch(peerHandle.peerId, string1.getBytes(), matchFilter, in testPublishFlow()
539 sessionProxyCallback.getValue().onMatch(peerHandle.peerId, string1.getBytes(), matchFilter, in testSubscribeFlow()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java1680 mRegisteredCallbacks.getBroadcastItem(i).onMatch( in sendNetworkRequestMatchCallbacksForActiveRequest()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2264 callbackCaptor.getValue().onMatch(new ArrayList<ScanResult>()); in registerNetworkRequestMatchCallbackCallGoesToWifiServiceImpl()
2266 verify(mNetworkRequestMatchCallback).onMatch(anyList()); in registerNetworkRequestMatchCallbackCallGoesToWifiServiceImpl()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt86 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback$Stub$Proxy;->onMatch(I[B[B)V
107 Landroid/net/wifi/aware/IWifiAwareDiscoverySessionCallback;->onMatch(I[B[B)V
295 Landroid/net/wifi/aware/WifiAwareManager$WifiAwareDiscoverySessionCallbackProxy;->onMatch(I[B[B)V
/packages/modules/Wifi/framework/api/
Dsystem-current.txt822 method public default void onMatch(@NonNull java.util.List<android.net.wifi.ScanResult>);