Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/client/
DBasicCredentialsProvider.java105 int bestMatchFactor = -1; in matchCredentials() local
109 if (factor > bestMatchFactor) { in matchCredentials()
110 bestMatchFactor = factor; in matchCredentials()