Home
last modified time | relevance | path

Searched refs:matchObj (Results 1 – 10 of 10) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java504 public boolean match(Object matchObj) { in match() argument
505 if (matchObj == null) in match()
507 else if (!matchObj.getClass().equals(this.getClass())) { in match()
509 } else if (matchObj == this) in match()
511 SIPResponse that = (SIPResponse) matchObj; in match()
517 return super.match(matchObj); in match()
520 return statusLine.match(that.statusLine) && super.match(matchObj); in match()
DSIPRequest.java528 public boolean match(Object matchObj) { in match() argument
529 if (matchObj == null) in match()
531 else if (!matchObj.getClass().equals(this.getClass())) in match()
533 else if (matchObj == this) in match()
535 SIPRequest that = (SIPRequest) matchObj; in match()
540 return super.match(matchObj); in match()
541 return requestLine.match(that.requestLine) && super.match(matchObj); in match()
DSIPMessage.java276 SIPMessage matchObj = (SIPMessage) other; in match()
277 Iterator<SIPHeader> li = matchObj.getHeaders(); in match()
/external/nist-sip/java/gov/nist/javax/sip/header/
DStatusLine.java68 public boolean match(Object matchObj) { in match() argument
69 if (!(matchObj instanceof StatusLine)) in match()
71 StatusLine sl = (StatusLine) matchObj; in match()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...