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.java100 int bestMatchFactor = -1; in matchCredentials() local
104 if (factor > bestMatchFactor) { in matchCredentials()
105 bestMatchFactor = factor; in matchCredentials()