Home | History | Annotate | Download | only in wifi

Lines Matching defs:updateIdentifier

119         config.updateIdentifier = "45";
815 if (!TextUtils.isEmpty(config.updateIdentifier)) {
816 assertEquals(Integer.parseInt(config.updateIdentifier),
817 mSupplicantVariables.updateIdentifier);
1067 /** UpdateIdentifier */
1070 mSupplicantVariables.updateIdentifier = identifier;
1345 public int updateIdentifier;