Searched refs:originalEnterpriseConfig (Results 1 – 1 of 1) sorted by relevance
2198 protected boolean wasEnterpriseConfigChange(WifiEnterpriseConfig originalEnterpriseConfig, in wasEnterpriseConfigChange() argument2200 if (originalEnterpriseConfig != null && currentEnterpriseConfig != null) { in wasEnterpriseConfigChange()2201 if (originalEnterpriseConfig.getEapMethod() != currentEnterpriseConfig.getEapMethod()) { in wasEnterpriseConfigChange()2205 if (originalEnterpriseConfig.getPhase2Method() in wasEnterpriseConfigChange()2210 X509Certificate[] originalCaCerts = originalEnterpriseConfig.getCaCertificates(); in wasEnterpriseConfigChange()2232 if (originalEnterpriseConfig != null || currentEnterpriseConfig != null) { in wasEnterpriseConfigChange()