Searched refs:updateIdentifier (Results 1 – 10 of 10) sorted by relevance
63 config.updateIdentifier = "1234"; in testWifiConfigurationParcel()81 assertEquals(config.updateIdentifier, reconfig.updateIdentifier); in testWifiConfigurationParcel()267 config.updateIdentifier = "1234"; in testUpdateIdentifierForCopyConstructor()270 assertEquals(config.updateIdentifier, copyConfig.updateIdentifier); in testUpdateIdentifierForCopyConstructor()
558 public String updateIdentifier; field in WifiConfiguration2024 if (updateIdentifier != null) sbuf.append(" updateIdentifier=" + updateIdentifier); in toString()2442 updateIdentifier = source.updateIdentifier; in WifiConfiguration()2471 dest.writeString(updateIdentifier); in writeToParcel()2545 config.updateIdentifier = in.readString();
416 int updateIdentifier = Integer.MIN_VALUE; in parsePpsNode() local434 if (updateIdentifier != Integer.MIN_VALUE) { in parsePpsNode()437 updateIdentifier = parseInteger(getPpsNodeValue(ppsNodeRoot)); in parsePpsNode()457 if (config != null && updateIdentifier != Integer.MIN_VALUE) { in parsePpsNode()458 config.setUpdateIdentifier(updateIdentifier); in parsePpsNode()
130 config.updateIdentifier = "46"; in testOweNetworkWifiConfigurationSaveLoad()140 config.updateIdentifier = "45"; in testOpenNetworkWifiConfigurationSaveLoad()992 if (!TextUtils.isEmpty(config.updateIdentifier)) { in testWifiConfigurationSaveLoad()993 assertEquals(Integer.parseInt(config.updateIdentifier), in testWifiConfigurationSaveLoad()994 mSupplicantVariables.updateIdentifier); in testWifiConfigurationSaveLoad()1310 mSupplicantVariables.updateIdentifier = identifier; in setupISupplicantNetworkMock()1599 public int updateIdentifier; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
164 public void setUpdateIdentifier(int updateIdentifier) { in setUpdateIdentifier() argument165 mUpdateIdentifier = updateIdentifier; in setUpdateIdentifier()
1010 assertEquals(wifiConfig.updateIdentifier, Integer.toString(config.getUpdateIdentifier())); in getWifiConfigWithUserCredential()1012 assertEquals("1234", wifiConfig.updateIdentifier); in getWifiConfigWithUserCredential()1082 assertEquals("1234", wifiConfig.updateIdentifier); in getWifiConfigWithCertCredential()1137 assertNull(wifiConfig.updateIdentifier); in getWifiConfigWithSimCredential()
399 wifiConfig.updateIdentifier = Integer.toString(mConfig.getUpdateIdentifier()); in getWifiConfig()
1125 newInternalConfig.updateIdentifier = externalConfig.updateIdentifier; in createNewInternalWifiConfigurationFromExternal()
406 if (config.updateIdentifier != null in saveWifiConfiguration()407 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) { in saveWifiConfiguration()
47181 Landroid/net/wifi/WifiConfiguration;->updateIdentifier:Ljava/lang/String;