OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subAppIds
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssertedService.java
39
private String
subAppIds
;
63
else if(this.
subAppIds
!=null)
78
if(this.
subAppIds
.charAt(0)=='.')
80
return this.
subAppIds
.substring(1);
82
return this.
subAppIds
;
93
this.
subAppIds
= appids;
PPreferredService.java
38
private String
subAppIds
;
63
else if(this.
subAppIds
!=null)
78
if(this.
subAppIds
.charAt(0)=='.')
80
return this.
subAppIds
.substring(1);
82
return this.
subAppIds
;
94
this.
subAppIds
= appids;
Completed in 153 milliseconds