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.java1481 void onUserSelectionCallbackRegistration( in onUserSelectionCallbackRegistration() method
1577 public void onUserSelectionCallbackRegistration( in onUserSelectionCallbackRegistration() method in WifiManager.NetworkRequestMatchCallbackProxy
1584 mCallback.onUserSelectionCallbackRegistration( in onUserSelectionCallbackRegistration()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java671 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in testHandleCallbackRegistrationAndUnregistration()
1117 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in testNetworkSpecifierHandleUserSelectionConnectToNetworkExceedApprovedListCapacity()
1225 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in testNetworkSpecifierHandleUserSelectionConnectToNetworkUsingLiteralSsidAndBssidMatch()
1281 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in testNetworkSpecifierHandleUserSelectionConnectToNetworkMultipleBssidMatches()
1668 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration(any()); in testHandleNewNetworkRequestWithSpecifierWhenScanning()
2029 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration(any()); in testHandleNetworkRequestWithSpecifierWifiOffWhenScanning()
2658 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in sendNetworkRequestAndSetupForUserSelection()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java1276 callbackCaptor.getValue().onUserSelectionCallbackRegistration( in networkRequestUserSelectionCallbackCallGoesToWifiServiceImpl()
1279 verify(mNetworkRequestMatchCallback).onUserSelectionCallbackRegistration( in networkRequestUserSelectionCallbackCallGoesToWifiServiceImpl()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java427 callback.onUserSelectionCallbackRegistration( in addCallback()