Searched refs:updateIdentifier (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java303 public String updateIdentifier; field in class:WifiConfiguration
1558 dest.writeString(updateIdentifier);
1634 config.updateIdentifier = in.readString();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java2800 if (config.updateIdentifier != null && !mWifiNative.setNetworkVariable(
2803 config.updateIdentifier)) {
2804 loge(config.SSID + ": failed to set updateIdentifier: "+
2805 config.updateIdentifier);

Completed in 529 milliseconds