/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiConfigurationTest.java | 111 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/ |
D | SupplicantStaNetworkHalAidlImplTest.java | 129 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
|
D | SupplicantStaNetworkHalHidlImplTest.java | 204 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
|
D | WifiMetricsTest.java | 5878 config.updateIdentifier = "7"; in testConnectionNetworkTypePasspointFromOsu()
|
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
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()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiConfiguration.java | 1234 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/ |
D | PasspointConfiguration.java | 240 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/ |
D | PasspointProviderTest.java | 347 assertEquals(wifiConfig.updateIdentifier, in verifyWifiConfigWithTestData() 351 wifiConfig.updateIdentifier); in verifyWifiConfigWithTestData()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaNetworkHalAidlImpl.java | 461 if (config.updateIdentifier != null in saveWifiConfiguration() 462 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) { in saveWifiConfiguration()
|
D | WifiConfigManager.java | 1255 newInternalConfig.updateIdentifier = externalConfig.updateIdentifier; in createNewInternalWifiConfigurationFromExternal()
|
D | SupplicantStaNetworkHalHidlImpl.java | 435 if (config.updateIdentifier != null in saveWifiConfiguration() 436 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) { in saveWifiConfiguration()
|
D | WifiMetrics.java | 1882 !TextUtils.isEmpty(config.updateIdentifier); in startConnectionEvent()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvider.java | 526 wifiConfig.updateIdentifier = Integer.toString(mConfig.getUpdateIdentifier()); in getWifiConfig()
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1628 Landroid/net/wifi/WifiConfiguration;->updateIdentifier:Ljava/lang/String;
|