OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sipurl
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/
FormatIndicator.java
42
sipUrl
(4),
/external/nist-sip/java/gov/nist/javax/sip/address/
UserInfo.java
154
// otherwise comparison of two
SipUrl
will fail because this
AddressFactoryImpl.java
216
return (javax.sip.address.URI) urlParser.
sipURL
(true);
218
return (javax.sip.address.URI) urlParser.
sipURL
(true);
SipUri.java
634
* Sets ISDN subaddress of
SipURL
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/header/
From.java
97
* Warning -- this assumes that the embedded URI is a
SipURL
.
To.java
113
* Warning -- this assumes that the embedded URI is a
SipURL
.
/external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java
347
retval =
sipURL
( inBrackets );
605
public SipUri
sipURL
( boolean inBrackets ) throws ParseException {
607
dbg_enter("
sipURL
");
675
dbg_leave("
sipURL
");
StringMsgParser.java
499
return new URLParser(url).
sipURL
(true);
Completed in 1721 milliseconds