HomeSort by relevance Sort by last modified time
    Searched defs:updateIdentifier (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaNetworkHalTest.java 119 config.updateIdentifier = "45";
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java 136 private static final String NODE_UPDATE_IDENTIFIER = "UpdateIdentifier";
400 * <NodeName>UpdateIdentifier</NodeName>
416 int updateIdentifier = Integer.MIN_VALUE;
429 // A node can be either an UpdateIdentifier node or a PerProviderSubscription
434 if (updateIdentifier != Integer.MIN_VALUE) {
435 throw new ParsingException("Multiple node for UpdateIdentifier");
437 updateIdentifier = parseInteger(getPpsNodeValue(ppsNodeRoot));
457 if (config != null && updateIdentifier != Integer.MIN_VALUE) {
458 config.setUpdateIdentifier(updateIdentifier);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 374 public String updateIdentifier;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 88 milliseconds