HomeSort by relevance Sort by last modified time
    Searched defs:reasonPhrase (Results 1 - 25 of 46) sorted by null

1 2

  /external/apache-http/src/org/apache/http/message/
BasicStatusLine.java 69 private final String reasonPhrase;
77 * @param reasonPhrase the reason phrase to the status code, or
81 final String reasonPhrase) {
93 this.reasonPhrase = reasonPhrase;
116 return this.reasonPhrase;
BasicLineParser.java 435 String reasonPhrase = null;
437 reasonPhrase = buffer.substringTrimmed(i, indexTo);
439 reasonPhrase = "";
441 return createStatusLine(ver, statusCode, reasonPhrase);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StatusLineParser.java 68 protected String reasonPhrase() throws ParseException {
83 String rp = reasonPhrase();
  /external/nist-sip/java/gov/nist/javax/sip/header/
StatusLine.java 59 /** reasonPhrase field
61 protected String reasonPhrase;
90 if (sl.reasonPhrase == null || reasonPhrase == sl.reasonPhrase)
92 return reasonPhrase.equals(sl.reasonPhrase);
107 reasonPhrase = null;
117 if (reasonPhrase != null)
118 encoding += SP + reasonPhrase;
    [all...]
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceSubscriber.java 253 String reasonPhrase = pSipResponse.getReasonPhrase();
254 if(reasonPhrase == null){
259 reasonPhrase = reasonPhrase.toLowerCase();
260 if(reasonPhrase.contains("user not registered")){
266 if(reasonPhrase.contains("not authorized for presence")){
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 298 String reasonPhrase = SIPResponse.getReasonPhrase(statusCode);
299 //if (reasonPhrase == null)
301 statusLine.setReasonPhrase(reasonPhrase);
    [all...]
SIPRequest.java 662 String reasonPhrase = SIPResponse.getReasonPhrase(statusCode);
663 return this.createResponse(statusCode, reasonPhrase);
677 * @param reasonPhrase Reason phrase for this response.
684 public SIPResponse createResponse(int statusCode, String reasonPhrase) {
695 if (reasonPhrase != null)
696 newResponse.setReasonPhrase(reasonPhrase);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 38 private String reasonPhrase;
175 reasonPhrase = reason_phrase;
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 

Completed in 218 milliseconds

1 2