HomeSort by relevance Sort by last modified time
    Searched refs:calledPartyID (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PCalledPartyIDParser.java 53 * @param calledPartyID content to set
55 public PCalledPartyIDParser(String calledPartyID)
57 super(calledPartyID);
78 PCalledPartyID calledPartyID = new PCalledPartyID();
79 super.parse(calledPartyID);
81 return calledPartyID;
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]

Completed in 262 milliseconds