OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usrtype
(Results
1 - 1
of
1
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java
456
String
usrtype
= (String) uriParms.getValue(USER);
local
457
if (
usrtype
== null)
459
return
usrtype
.equalsIgnoreCase(PHONE);
[
all
...]
Completed in 452 milliseconds