Home
last modified time | relevance | path

Searched refs:updateIdentifier (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiConfigurationTest.java111 config.updateIdentifier = "1234"; in testWifiConfigurationParcel()
133 assertEquals(config.updateIdentifier, reconfig.updateIdentifier); in testWifiConfigurationParcel()
166 config.updateIdentifier = "1234"; in testWifiConfigurationCopyConstructor()
179 assertEquals(config.updateIdentifier, reconfig.updateIdentifier); in testWifiConfigurationCopyConstructor()
297 config.updateIdentifier = "1234"; in testUpdateIdentifierForCopyConstructor()
300 assertEquals(config.updateIdentifier, copyConfig.updateIdentifier); in testUpdateIdentifierForCopyConstructor()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImplTest.java129 config.updateIdentifier = "46"; in testOweNetworkWifiConfigurationSaveLoad()
139 config.updateIdentifier = "45"; in testOpenNetworkWifiConfigurationSaveLoad()
874 if (!TextUtils.isEmpty(config.updateIdentifier)) { in testWifiConfigurationSaveLoad()
875 assertEquals(Integer.parseInt(config.updateIdentifier), in testWifiConfigurationSaveLoad()
876 mSupplicantVariables.updateIdentifier); in testWifiConfigurationSaveLoad()
1348 mSupplicantVariables.updateIdentifier = identifier; in setupISupplicantNetworkMock()
1613 public int updateIdentifier; field in SupplicantStaNetworkHalAidlImplTest.SupplicantNetworkVariables
DSupplicantStaNetworkHalHidlImplTest.java204 config.updateIdentifier = "46"; in testOweNetworkWifiConfigurationSaveLoad()
214 config.updateIdentifier = "45"; in testOpenNetworkWifiConfigurationSaveLoad()
1195 if (!TextUtils.isEmpty(config.updateIdentifier)) { in testWifiConfigurationSaveLoad()
1196 assertEquals(Integer.parseInt(config.updateIdentifier), in testWifiConfigurationSaveLoad()
1197 mSupplicantVariables.updateIdentifier); in testWifiConfigurationSaveLoad()
1986 mSupplicantVariables.updateIdentifier = identifier; in setupISupplicantNetworkMock()
2376 public int updateIdentifier; field in SupplicantStaNetworkHalHidlImplTest.SupplicantNetworkVariables
DWifiMetricsTest.java5878 config.updateIdentifier = "7"; in testConnectionNetworkTypePasspointFromOsu()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java465 int updateIdentifier = Integer.MIN_VALUE; in parsePpsNode() local
483 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()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java1234 public String updateIdentifier; field in WifiConfiguration
3463 if (updateIdentifier != null) sbuf.append(" updateIdentifier=" + updateIdentifier); in toString()
3926 updateIdentifier = source.updateIdentifier; in WifiConfiguration()
3970 dest.writeString(updateIdentifier); in writeToParcel()
4066 config.updateIdentifier = in.readString();
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java240 public void setUpdateIdentifier(int updateIdentifier) { in setUpdateIdentifier() argument
241 mUpdateIdentifier = updateIdentifier; in setUpdateIdentifier()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java347 assertEquals(wifiConfig.updateIdentifier, in verifyWifiConfigWithTestData()
351 wifiConfig.updateIdentifier); in verifyWifiConfigWithTestData()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImpl.java461 if (config.updateIdentifier != null in saveWifiConfiguration()
462 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) { in saveWifiConfiguration()
DWifiConfigManager.java1255 newInternalConfig.updateIdentifier = externalConfig.updateIdentifier; in createNewInternalWifiConfigurationFromExternal()
DSupplicantStaNetworkHalHidlImpl.java435 if (config.updateIdentifier != null in saveWifiConfiguration()
436 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) { in saveWifiConfiguration()
DWifiMetrics.java1882 !TextUtils.isEmpty(config.updateIdentifier); in startConnectionEvent()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java526 wifiConfig.updateIdentifier = Integer.toString(mConfig.getUpdateIdentifier()); in getWifiConfig()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1628 Landroid/net/wifi/WifiConfiguration;->updateIdentifier:Ljava/lang/String;