Home
last modified time | relevance | path

Searched refs:onUserSelectionCallbackRegistration (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DINetworkRequestMatchCallback.aidl30 …void onUserSelectionCallbackRegistration(in INetworkRequestUserSelectionCallback userSelectionCall… in onUserSelectionCallbackRegistration() method
DWifiManager.java1449 void onUserSelectionCallbackRegistration( in onUserSelectionCallbackRegistration() method
1545 public void onUserSelectionCallbackRegistration( in onUserSelectionCallbackRegistration() method in WifiManager.NetworkRequestMatchCallbackProxy
1552 mCallback.onUserSelectionCallbackRegistration( in onUserSelectionCallbackRegistration()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java660 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in testHandleCallbackRegistrationAndUnregistration()
1157 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in testNetworkSpecifierHandleUserSelectionConnectToNetworkUsingLiteralSsidAndBssidMatch()
1213 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in testNetworkSpecifierHandleUserSelectionConnectToNetworkMultipleBssidMatches()
1592 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration(any()); in testHandleNewNetworkRequestWithSpecifierWhenScanning()
1953 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration(any()); in testHandleNetworkRequestWithSpecifierWifiOffWhenScanning()
2396 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in sendNetworkRequestAndSetupForUserSelection()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1273 callbackCaptor.getValue().onUserSelectionCallbackRegistration( in networkRequestUserSelectionCallbackCallGoesToWifiServiceImpl()
1276 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in networkRequestUserSelectionCallbackCallGoesToWifiServiceImpl()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java446 callback.onUserSelectionCallbackRegistration( in addCallback()