Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DDppManager.java696 NetworkUpdateResult networkUpdateResult = mWifiConfigManager in onSuccessConfigReceived() local
699 if (!networkUpdateResult.isSuccess()) { in onSuccessConfigReceived()
713 NetworkUpdateResult networkUpdateResult = mWifiConfigManager in onSuccessConfigReceived() local
716 if (networkUpdateResult.isSuccess()) { in onSuccessConfigReceived()
723 networkUpdateResult.getNetworkId()); in onSuccessConfigReceived()
860 NetworkUpdateResult networkUpdateResult = mWifiConfigManager in onDppConfiguratorKeyUpdate() local
863 if (!networkUpdateResult.isSuccess()) { in onDppConfiguratorKeyUpdate()
DWifiNetworkFactory.java1082 NetworkUpdateResult networkUpdateResult = in addNetworkToWifiConfigManager() local
1087 Log.v(TAG, "Added network to config manager " + networkUpdateResult.getNetworkId()); in addNetworkToWifiConfigManager()
1089 return networkUpdateResult.getNetworkId(); in addNetworkToWifiConfigManager()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDppManagerTest.java613 NetworkUpdateResult networkUpdateResult = new NetworkUpdateResult(TEST_NETWORK_ID); in testStartDppAsEnrolleeInitiatorStartCorrectlyOnSuccessCallback() local
615 anyInt())).thenReturn(networkUpdateResult); in testStartDppAsEnrolleeInitiatorStartCorrectlyOnSuccessCallback()
1192 NetworkUpdateResult networkUpdateResult = new NetworkUpdateResult(TEST_NETWORK_ID); in testStartDppAsEnrolleeResponderStartCorrectlyOnSuccessCallback() local
1194 anyInt())).thenReturn(networkUpdateResult); in testStartDppAsEnrolleeResponderStartCorrectlyOnSuccessCallback()
1304 NetworkUpdateResult networkUpdateResult = new NetworkUpdateResult(TEST_NETWORK_ID); in testDppAsEnrolleeResponderWaitForConnectionStatusResult() local
1306 anyInt())).thenReturn(networkUpdateResult); in testDppAsEnrolleeResponderWaitForConnectionStatusResult()
1345 NetworkUpdateResult networkUpdateResult = new NetworkUpdateResult(TEST_NETWORK_ID); in testDppAsEnrolleeInitiatorWaitForConnectionStatusResult() local
1347 anyInt())).thenReturn(networkUpdateResult); in testDppAsEnrolleeInitiatorWaitForConnectionStatusResult()
DWifiConfigManagerTest.java927 NetworkUpdateResult networkUpdateResult = updateNetworkToWifiConfigManager(openNetwork); in testCannotUpdateMacRandomizationSettingWithoutPermissionDO() local
928 assertNotEquals(WifiConfiguration.INVALID_NETWORK_ID, networkUpdateResult.getNetworkId()); in testCannotUpdateMacRandomizationSettingWithoutPermissionDO()
932 networkUpdateResult = updateNetworkToWifiConfigManager(openNetwork); in testCannotUpdateMacRandomizationSettingWithoutPermissionDO()
933 assertEquals(WifiConfiguration.INVALID_NETWORK_ID, networkUpdateResult.getNetworkId()); in testCannotUpdateMacRandomizationSettingWithoutPermissionDO()
961 NetworkUpdateResult networkUpdateResult = in testCanUpdateMacRandomizationSettingForAdminNetwork() local
963 assertNotEquals(WifiConfiguration.INVALID_NETWORK_ID, networkUpdateResult.getNetworkId()); in testCanUpdateMacRandomizationSettingForAdminNetwork()
995 NetworkUpdateResult networkUpdateResult = updateNetworkToWifiConfigManager(openNetwork); in testCanUpdateMacRandomizationSettingWithNetworkSettingPermission() local
996 assertNotEquals(WifiConfiguration.INVALID_NETWORK_ID, networkUpdateResult.getNetworkId()); in testCanUpdateMacRandomizationSettingWithNetworkSettingPermission()
1028 NetworkUpdateResult networkUpdateResult = updateNetworkToWifiConfigManager(openNetwork); in testCanUpdateMacRandomizationSettingWithSetupWizardPermission() local
1029 assertNotEquals(WifiConfiguration.INVALID_NETWORK_ID, networkUpdateResult.getNetworkId()); in testCanUpdateMacRandomizationSettingWithSetupWizardPermission()
[all …]
DClientModeImplTest.java2503 NetworkUpdateResult networkUpdateResult = new NetworkUpdateResult( in reconnectToConnectingNetworkWithCredentialChange() local
2512 networkUpdateResult, in reconnectToConnectingNetworkWithCredentialChange()