Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDppManagerTest.java207 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn(null); in testStartDppAsConfiguratorInitiatorWithBadNetworkId()
237 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorWithoutConfigurableProfile()
257 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailAddPeer()
309 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailStart()
360 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa2Psk()
386 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartCorrectlyWpa3Sae()
411 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailOpenNetwork()
436 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorFailEapNetwork()
478 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartCorrectlyAndRejectConcurrentRequest()
538 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(anyInt())).thenReturn( in testStartDppAsConfiguratorInitiatorStartOnSuccessCallback()
[all …]
DClientModeImplTest.java991 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in initializeMocksForAddedNetwork()
1015 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking( in setupAndStartConnectSequence()
1031 verify(mWifiConfigManager).getConfiguredNetworkWithoutMasking(eq(config.networkId)); in validateSuccessfulConnectSequence()
1040 .getConfiguredNetworkWithoutMasking(eq(config.networkId)); in validateFailureConnectSequence()
1156 verify(mWifiConfigManager).getConfiguredNetworkWithoutMasking(eq(config.networkId)); in triggerConnectFromNonSettingsApp()
2409 .getConfiguredNetworkWithoutMasking(eq(config.networkId)); in triggerConnectWithNoNetworkRequestAndAlreadyConnectedButNonPrivilegedApp()
4341 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in testConnectedMacRandomizationRandomizationNoneDifferentMac()
4370 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in testConnectedMacRandomizationRandomizationNoneSameMac()
4434 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(0)).thenReturn(config); in testDoNotSetMacWhenInvalid()
5428 when(mWifiConfigManager.getConfiguredNetworkWithoutMasking(FRAMEWORK_NETWORK_ID)) in internetValidationFailure_notUserSelected_expectTemporarilyDisabled()
[all …]
DWifiConfigManagerTest.java2590 .getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testGetConfiguredNetworksMasksRandomizedMac()
2976 mWifiConfigManager.getConfiguredNetworkWithoutMasking(result.getNetworkId()); in testGetConfiguredNetworksMasksPasswords()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DDppManager.java193 .getConfiguredNetworkWithoutMasking(networkId); in generateSelfDppConfiguration()
264 .getConfiguredNetworkWithoutMasking(selectedNetworkId); in startDppAsConfiguratorInitiator()
681 .getConfiguredNetworkWithoutMasking(mDppRequestInfo.networkId); in onSuccessConfigReceived()
852 .getConfiguredNetworkWithoutMasking(mDppRequestInfo.networkId); in onDppConfiguratorKeyUpdate()
DWifiConfigManager.java891 public @Nullable WifiConfiguration getConfiguredNetworkWithoutMasking(int networkId) { in getConfiguredNetworkWithoutMasking() method in WifiConfigManager
4221 private WifiConfiguration getConfiguredNetworkWithoutMasking(String configKey) {
4261 WifiConfiguration linkConfig = getConfiguredNetworkWithoutMasking(configKey);
DClientModeImpl.java4789 mWifiConfigManager.getConfiguredNetworkWithoutMasking(netId); in processMessageImpl()
7559 mWifiConfigManager.getConfiguredNetworkWithoutMasking(netId); in processMessageImpl()