Searched refs:hasCredentialChanged (Results 1 – 6 of 6) sorted by relevance
64 public boolean hasCredentialChanged() { in hasCredentialChanged() method in NetworkUpdateResult
311 public static boolean hasCredentialChanged(WifiConfiguration existingConfig, in hasCredentialChanged() method in WifiConfigurationUtil883 if (WifiConfigurationUtil.hasCredentialChanged(config, config1)) { in isSameNetwork()
1343 boolean hasCredentialChanged = in addOrUpdateNetworkInternal()1344 newNetwork || WifiConfigurationUtil.hasCredentialChanged( in addOrUpdateNetworkInternal()1346 if (hasCredentialChanged) { in addOrUpdateNetworkInternal()1382 hasCredentialChanged, in addOrUpdateNetworkInternal()
1021 if (WifiConfigurationUtil.hasCredentialChanged(oldConfig, newConfig)) { in onNetworkUpdated()3629 netId, message.sendingUid, result.hasCredentialChanged());3645 if (result.hasCredentialChanged()) {3682 && result.hasCredentialChanged()) {3686 } else if (result.hasCredentialChanged()) {
912 if (WifiConfigurationUtil.hasCredentialChanged(existingSavedNetwork, network)) { in addNetworkToWifiConfigManager()
5896 assertTrue(result.hasCredentialChanged()); in verifyUpdateNetworkWithCredentialChangeHasEverConnectedFalse()