Searched defs:updateIdentifier (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DHomeSP.java83 int updateIdentifier) {
105 mUpdateIdentifier = updateIdentifier;
68 HomeSP(Map<String, Long> ssidMap, String fqdn, HashSet<Long> roamingConsortiums, Set<String> otherHomePartners, Set<Long> matchAnyOIs, List<Long> matchAllOIs, String friendlyName, String iconURL, Credential credential, Policy policy, int credentialPriority, Map<String, String> AAATrustRoots, UpdateInfo subscriptionUpdate, SubscriptionParameters subscriptionParameters, int updateIdentifier) argument
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
H A DPasspointConfiguration.java162 public void setUpdateIdentifier(int updateIdentifier) { argument
163 mUpdateIdentifier = updateIdentifier;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java99 config.updateIdentifier = "45";
775 if (!TextUtils.isEmpty(config.updateIdentifier)) {
776 assertEquals(Integer.parseInt(config.updateIdentifier),
777 mSupplicantVariables.updateIdentifier);
1030 mSupplicantVariables.updateIdentifier = identifier;
1305 public int updateIdentifier; field in class:SupplicantStaNetworkHalTest.SupplicantNetworkVariables
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java358 int updateIdentifier = homeSP.getUpdateIdentifier();
367 updateIdentifier = getInteger(modRoot.getChildren().iterator().next());
369 if (getInteger(oldUdi) != updateIdentifier) {
393 return ppsMods > 0 ? buildHomeSP(instance, updateIdentifier) : null;
402 int updateIdentifier = 0;
421 updateIdentifier = getInteger(modRoot.getChildren().iterator().next());
423 if (getInteger(oldUdi) != updateIdentifier) {
710 Integer updateIdentifier = null;
714 updateIdentifier = getInteger(child);
723 updateIdentifier !
731 buildHomeSP(OMANode ppsRoot, int updateIdentifier) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java335 public String updateIdentifier; field in class:WifiConfiguration
2148 dest.writeString(updateIdentifier);
2217 config.updateIdentifier = in.readString();

Completed in 141 milliseconds