HomeSort by relevance Sort by last modified time
    Searched defs:contentObtained (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/entity/
BasicHttpEntity.java 50 private boolean contentObtained;
83 if (this.contentObtained) {
86 this.contentObtained = true;
118 this.contentObtained = false;
136 return !this.contentObtained && this.content != null;
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 

Completed in 212 milliseconds