Searched defs:setUpdateIdentifier (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
H A DPasspointConfiguration.java162 public void setUpdateIdentifier(int updateIdentifier) { method in class:PasspointConfiguration
526 config.setUpdateIdentifier(in.readInt());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java370 && !setUpdateIdentifier(Integer.parseInt(config.updateIdentifier))) {
1182 private boolean setUpdateIdentifier(int identifier) { method in class:SupplicantStaNetworkHal
1184 final String methodStr = "setUpdateIdentifier";
1187 SupplicantStatus status = mISupplicantStaNetwork.setUpdateIdentifier(identifier);

Completed in 119 milliseconds