Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java238 private static TrustRootIndex lastTrustRootIndex; field in RealConnection
248 lastTrustRootIndex = Platform.get().trustRootIndex(trustManager); in trustRootIndex()
251 return lastTrustRootIndex; in trustRootIndex()