/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | WifiConfigurationTest.java | 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()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
H A D | PpsMoParser.java | 465 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()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiConfiguration.java | 1142 public String updateIdentifier; field in WifiConfiguration 3144 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();
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | SupplicantStaNetworkHalTest.java | 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
|
H A D | WifiMetricsTest.java | 5819 config.updateIdentifier = "7"; in testConnectionNetworkTypePasspointFromOsu()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/ |
H A D | PasspointConfiguration.java | 204 public void setUpdateIdentifier(int updateIdentifier) { in setUpdateIdentifier() argument 205 mUpdateIdentifier = updateIdentifier; in setUpdateIdentifier()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | PasspointProviderTest.java | 340 assertEquals(wifiConfig.updateIdentifier, in verifyWifiConfigWithTestData() 344 wifiConfig.updateIdentifier); in verifyWifiConfigWithTestData()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | PasspointProvider.java | 518 wifiConfig.updateIdentifier = Integer.toString(mConfig.getUpdateIdentifier()); in getWifiConfig()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiConfigManager.java | 1187 newInternalConfig.updateIdentifier = externalConfig.updateIdentifier; in createNewInternalWifiConfigurationFromExternal()
|
H A D | SupplicantStaNetworkHal.java | 433 if (config.updateIdentifier != null in saveWifiConfiguration() 434 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) { in saveWifiConfiguration()
|
H A D | WifiMetrics.java | 1862 !TextUtils.isEmpty(config.updateIdentifier); in startConnectionEvent()
|
/aosp12/packages/modules/Wifi/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 1628 Landroid/net/wifi/WifiConfiguration;->updateIdentifier:Ljava/lang/String;
|