Searched refs:stringRepresentation (Results 1 - 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java60 stringRepresentation = "";
73 if (fieldName.compareTo("stringRepresentation") == 0) {
152 return stringRepresentation;
H A DSIPResponse.java392 stringRepresentation = "";
400 return stringRepresentation;
H A DSIPRequest.java200 stringRepresentation = "";
207 return stringRepresentation;
H A DSIPMessage.java504 stringRepresentation = "";
534 return stringRepresentation;
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java81 protected String stringRepresentation; field in class:GenericObject
294 stringRepresentation = "";
309 stringRepresentation += getIndentation();
310 stringRepresentation += "<null>\n";
316 stringRepresentation += getIndentation();
317 stringRepresentation += a;
318 stringRepresentation += "\n";
427 if (fieldName.compareTo("stringRepresentation") == 0) {
512 if (fieldName.compareTo("stringRepresentation") == 0) {
594 stringRepresentation
[all...]
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java96 if (fieldName.compareTo("stringRepresentation") == 0) {
186 if (fieldName.compareTo("stringRepresentation") == 0) {
280 stringRepresentation = "";
293 if (fieldName.compareTo("stringRepresentation") == 0) {
370 return stringRepresentation;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java327 stringRepresentation = "";
339 return stringRepresentation;
H A DSIPObject.java102 if (fieldName.compareTo("stringRepresentation") == 0) {
193 if (fieldName.compareTo("stringRepresentation") == 0) {
291 stringRepresentation = "";
304 if (fieldName.compareTo("stringRepresentation") == 0) {
381 return stringRepresentation;

Completed in 1460 milliseconds