HomeSort by relevance Sort by last modified time
    Searched refs:proxyAuthenticate (Results 1 - 3 of 3) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ProxyAuthenticateParser.java 32 * Parser for ProxyAuthenticate headers.
44 * @param proxyAuthenticate message to parse
46 public ProxyAuthenticateParser(String proxyAuthenticate) {
47 super(proxyAuthenticate);
60 * @return SIPHeader (ProxyAuthenticate object)
65 ProxyAuthenticate proxyAuthenticate = new ProxyAuthenticate();
66 super.parse(proxyAuthenticate);
67 return proxyAuthenticate;
    [all...]
  /frameworks/base/core/java/android/webkit/
HttpAuthHandler.java 262 String hostname = loader.proxyAuthenticate() ?
LoadListener.java 501 boolean proxyAuthenticate() {
    [all...]

Completed in 858 milliseconds