Searched refs:updateIdentifier (Results 1 – 12 of 12) sorted by relevance
94 config.updateIdentifier = "1234"; in testWifiConfigurationParcel()114 assertEquals(config.updateIdentifier, reconfig.updateIdentifier); in testWifiConfigurationParcel()137 config.updateIdentifier = "1234"; in testWifiConfigurationCopyConstructor()149 assertEquals(config.updateIdentifier, reconfig.updateIdentifier); in testWifiConfigurationCopyConstructor()264 config.updateIdentifier = "1234"; in testUpdateIdentifierForCopyConstructor()267 assertEquals(config.updateIdentifier, copyConfig.updateIdentifier); in testUpdateIdentifierForCopyConstructor()
465 int updateIdentifier = Integer.MIN_VALUE; in parsePpsNode() local483 if (updateIdentifier != Integer.MIN_VALUE) { in parsePpsNode()486 updateIdentifier = parseInteger(getPpsNodeValue(ppsNodeRoot)); in parsePpsNode()506 if (config != null && updateIdentifier != Integer.MIN_VALUE) { in parsePpsNode()507 config.setUpdateIdentifier(updateIdentifier); in parsePpsNode()
1142 public String updateIdentifier; field in WifiConfiguration3144 if (updateIdentifier != null) sbuf.append(" updateIdentifier=" + updateIdentifier); in toString()3631 updateIdentifier = source.updateIdentifier; in WifiConfiguration()3664 dest.writeString(updateIdentifier); in writeToParcel()3750 config.updateIdentifier = in.readString();
203 config.updateIdentifier = "46"; in testOweNetworkWifiConfigurationSaveLoad()213 config.updateIdentifier = "45"; in testOpenNetworkWifiConfigurationSaveLoad()1148 if (!TextUtils.isEmpty(config.updateIdentifier)) { in testWifiConfigurationSaveLoad()1149 assertEquals(Integer.parseInt(config.updateIdentifier), in testWifiConfigurationSaveLoad()1150 mSupplicantVariables.updateIdentifier); in testWifiConfigurationSaveLoad()1939 mSupplicantVariables.updateIdentifier = identifier; in setupISupplicantNetworkMock()2329 public int updateIdentifier; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
5819 config.updateIdentifier = "7"; in testConnectionNetworkTypePasspointFromOsu()
204 public void setUpdateIdentifier(int updateIdentifier) { in setUpdateIdentifier() argument205 mUpdateIdentifier = updateIdentifier; in setUpdateIdentifier()
340 assertEquals(wifiConfig.updateIdentifier, in verifyWifiConfigWithTestData()344 wifiConfig.updateIdentifier); in verifyWifiConfigWithTestData()
518 wifiConfig.updateIdentifier = Integer.toString(mConfig.getUpdateIdentifier()); in getWifiConfig()
1187 newInternalConfig.updateIdentifier = externalConfig.updateIdentifier; in createNewInternalWifiConfigurationFromExternal()
433 if (config.updateIdentifier != null in saveWifiConfiguration()434 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) { in saveWifiConfiguration()
1862 !TextUtils.isEmpty(config.updateIdentifier); in startConnectionEvent()
1628 Landroid/net/wifi/WifiConfiguration;->updateIdentifier:Ljava/lang/String;