Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMOManager.java356 int updateIdentifier = 0; in modifySP() local
375 updateIdentifier = getInteger(modRoot.getChildren().iterator().next()); in modifySP()
377 if (getInteger(oldUdi) != updateIdentifier) { in modifySP()
665 Integer updateIdentifier = null; in buildSPs() local
669 updateIdentifier = getInteger(child); in buildSPs()
678 updateIdentifier != null ? updateIdentifier : 0)); in buildSPs()
686 private static HomeSP buildHomeSP(OMANode ppsRoot, int updateIdentifier) throws OMAException { in buildHomeSP() argument
760 aaaTrustRoots, subscriptionUpdate, subscriptionParameters, updateIdentifier); in buildHomeSP()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DPasspointManagementObjectManager.java332 int updateIdentifier; in modifySP() local
351 updateIdentifier = getInteger(modRoot.getChildren().iterator().next()); in modifySP()
353 if (getInteger(oldUdi) != updateIdentifier) { in modifySP()
624 Integer updateIdentifier = null; in buildSPs() local
628 updateIdentifier = getInteger(child); in buildSPs()
637 updateIdentifier != null ? updateIdentifier : 0)); in buildSPs()
645 private static HomeSP buildHomeSP(OMANode ppsRoot, int updateIdentifier) throws OMAException { in buildHomeSP() argument
719 aaaTrustRoots, subscriptionUpdate, subscriptionParameters, updateIdentifier); in buildHomeSP()
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DHomeSP.java83 int updateIdentifier) { in HomeSP() argument
105 mUpdateIdentifier = updateIdentifier; in HomeSP()
/frameworks/base/packages/Osu/src/com/android/configparse/
DConfigBuilder.java218 config.updateIdentifier = Integer.toString(homeSP.getUpdateIdentifier()); in buildBaseConfiguration()
222 config.updateIdentifier = Integer.toString(homeSP.getUpdateIdentifier()); in buildBaseConfiguration()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DHomeSP.java105 int updateIdentifier) { in HomeSP() argument
127 mUpdateIdentifier = updateIdentifier; in HomeSP()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java738 if (config.updateIdentifier != null && !mWifiNative.setNetworkVariable( in saveNetwork()
741 config.updateIdentifier)) { in saveNetwork()
742 loge(config.SSID + ": failed to set updateIdentifier: " + config.updateIdentifier); in saveNetwork()
DWifiServiceImpl.java843 if (config.updateIdentifier != null) { in addOrUpdateNetwork()
DWifiConfigManager.java2016 if (config.updateIdentifier == null) { // Only create an MO for r1 networks in addOrUpdateNetworkNative()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java314 public String updateIdentifier; field in WifiConfiguration
1937 dest.writeString(updateIdentifier); in writeToParcel()
2009 config.updateIdentifier = in.readString();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
DConfigBuilder.java357 config.updateIdentifier = null; in buildBaseConfiguration()