Searched defs:lastReleaseTime (Results 1 - 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java95 protected long lastReleaseTime; field in class:SingleClientConnManager
126 this.lastReleaseTime = -1L;
327 lastReleaseTime = System.currentTimeMillis();
329 connectionExpiresTime = timeUnit.toMillis(validDuration) + lastReleaseTime;
354 if (lastReleaseTime <= cutoff) {
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 215 milliseconds