Home
last modified time | relevance | path

Searched refs:getConfiguredNetworkWithoutMasking (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DDppManagerTest.java149 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn(null); in testStartDppAsConfiguratorInitiatorWithBadNetworkId()
173 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailAddPeer()
219 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailStart()
263 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa2Psk()
288 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa3Sae()
312 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailOpenNetwork()
335 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailEapNetwork()
372 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartCorrectlyAndRejectConcurrentRequest()
424 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartOnSuccessCallback()
517 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartOnFailureCallback()
[all …]
DClientModeImplTest.java856 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in addNetworkAndVerifySuccess()
910 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking( in setupAndStartConnectSequence()
924 verify(mWifiConfigManager).getConfiguredNetworkWithoutMasking(eq(config.networkId)); in validateSuccessfulConnectSequence()
933 .getConfiguredNetworkWithoutMasking(eq(config.networkId)); in validateFailureConnectSequence()
973 verify(mWifiConfigManager).getConfiguredNetworkWithoutMasking(eq(config.networkId)); in triggerConnectFromNonSettingsApp()
1379 .getConfiguredNetworkWithoutMasking(eq(config.networkId)); in triggerConnectWithNoNetworkRequestAndAlreadyConnectedButNonPrivilegedApp()
2739 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in testConnectedMacRandomizationRandomizationNoneDifferentMac()
2771 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in testConnectedMacRandomizationRandomizationNoneSameMac()
2822 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in testDoNotSetMacWhenInvalid()
DWifiConfigManagerTest.java1995 .getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testGetConfiguredNetworksMasksRandomizedMac()
2065 mWifiConfigManager.getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testGetConfiguredNetworksMasksPasswords()
4369 .getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()
4377 .getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DDppManager.java187 .getConfiguredNetworkWithoutMasking(selectedNetworkId); in startDppAsConfiguratorInitiator()
DWifiConfigManager.java753 public WifiConfiguration getConfiguredNetworkWithoutMasking(int networkId) { in getConfiguredNetworkWithoutMasking() method in WifiConfigManager
DClientModeImpl.java4275 config = mWifiConfigManager.getConfiguredNetworkWithoutMasking(netId); in processMessage()
5835 config = mWifiConfigManager.getConfiguredNetworkWithoutMasking(netId); in processMessage()