Searched refs:getConfiguredNetworkWithoutMasking (Results 1 – 6 of 6) sorted by relevance
149 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 …]
856 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()
1995 .getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testGetConfiguredNetworksMasksRandomizedMac()2065 mWifiConfigManager.getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testGetConfiguredNetworksMasksPasswords()4369 .getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()4377 .getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()
187 .getConfiguredNetworkWithoutMasking(selectedNetworkId); in startDppAsConfiguratorInitiator()
753 public WifiConfiguration getConfiguredNetworkWithoutMasking(int networkId) { in getConfiguredNetworkWithoutMasking() method in WifiConfigManager
4275 config = mWifiConfigManager.getConfiguredNetworkWithoutMasking(netId); in processMessage()5835 config = mWifiConfigManager.getConfiguredNetworkWithoutMasking(netId); in processMessage()