Searched refs:PProfileKey (Results 1 – 3 of 3) sorted by relevance
39 public class PProfileKey extends AddressParametersHeader implements PProfileKeyHeader, SIPHeaderNam… class41 public PProfileKey( ) { in PProfileKey() method in PProfileKey46 public PProfileKey(AddressImpl address) in PProfileKey() method in PProfileKey77 return (other instanceof PProfileKey) && super.equals(other); in equals()83 PProfileKey retval = (PProfileKey) super.clone(); in clone()
29 import gov.nist.javax.sip.header.ims.PProfileKey;61 PProfileKey p = new PProfileKey(); in parse()
1594 PProfileKey pProfileKey = new PProfileKey(); in createPProfileKeyHeader()