Searched refs:isInsecureEnterpriseConfigurationAllowed (Results 1 – 7 of 7) sorted by relevance
733 boolean isInsecureEnterpriseConfigurationAllowed) { in setupTest() argument742 isInsecureEnterpriseConfigurationAllowed, in setupTest()776 && isInsecureEnterpriseConfigurationAllowed) in setupTest()896 boolean isInsecureEnterpriseConfigurationAllowed = true; in verifyNoErrorWithTofuDisabledWhenInsecureEapNetworkIsAllowed()901 isInsecureEnterpriseConfigurationAllowed); in verifyNoErrorWithTofuDisabledWhenInsecureEapNetworkIsAllowed()
8420 when(mWifiGlobals.isInsecureEnterpriseConfigurationAllowed()).thenReturn(false); in testAddInsecureEnterpriseNetworkWithNetworkSettingsPerm()8434 when(mWifiGlobals.isInsecureEnterpriseConfigurationAllowed()).thenReturn(true); in testAddInsecureEnterpriseNetworkWithNetworkSettingsPerm()8454 when(mWifiGlobals.isInsecureEnterpriseConfigurationAllowed()).thenReturn(false); in testAddInsecureEnterpriseNetworkWithNoNetworkSettingsPerm()8467 when(mWifiGlobals.isInsecureEnterpriseConfigurationAllowed()).thenReturn(true); in testAddInsecureEnterpriseNetworkWithNoNetworkSettingsPerm()
152 boolean isInsecureEnterpriseConfigurationAllowed, in InsecureEapNetworkHandler() argument163 mIsInsecureEnterpriseConfigurationAllowed = isInsecureEnterpriseConfigurationAllowed; in InsecureEapNetworkHandler()
533 public boolean isInsecureEnterpriseConfigurationAllowed() { in isInsecureEnterpriseConfigurationAllowed() method in WifiGlobals
1553 if (!(mWifiInjector.getWifiGlobals().isInsecureEnterpriseConfigurationAllowed() in addOrUpdateNetworkInternal()
882 if (!mWifiGlobals.isInsecureEnterpriseConfigurationAllowed()) { in handleBootCompleted()
900 mWifiGlobals.isInsecureEnterpriseConfigurationAllowed(), in ClientModeImpl()