Home | History | Annotate | Download | only in omadm

Lines Matching defs:imsi

78     public static final String TAG_IMSI = "IMSI";
891 IMSIParameter imsi = new IMSIParameter(getString(simNode.getChild(TAG_IMSI)));
897 return new Credential(ctime, expTime, realm, checkAAACert, eapMethod, imsi);
899 throw new OMAException("Failed to parse IMSI: " + ioe);