Searched refs:USER_AGENT (Results 1 – 15 of 15) sorted by relevance
61 if (!request.containsHeader(HTTP.USER_AGENT)) { in process()64 request.addHeader(HTTP.USER_AGENT, useragent); in process()
58 public static final String USER_AGENT = "User-Agent"; field in HTTP
152 return (String) params.getParameter(CoreProtocolPNames.USER_AGENT); in getUserAgent()159 params.setParameter(CoreProtocolPNames.USER_AGENT, useragent); in setUserAgent()
76 public static final String USER_AGENT = "http.useragent"; field
72 static final String USER_AGENT = "userAgent"; field in AwContentsClientCallbackHelperTest122 mClientHelper.postOnDownloadStart(TEST_URL, USER_AGENT, CONTENT_DISPOSITION, in testOnDownloadStart()126 assertEquals(USER_AGENT, downloadStartHelper.getUserAgent()); in testOnDownloadStart()
57 HTTP_ATOM(USER_AGENT)
77 headerName(TokenTypes.USER_AGENT); in parse()
54 public static final int USER_AGENT = START + 17; field
145 TokenTypes.USER_AGENT); in selectLexer()
110 public static final String USER_AGENT = "User-Agent"; field in HttpHeaders
60 protected static final String USER_AGENT = "ksoap2-android/2.6.0+"; field in Transport
91 public static final String USER_AGENT = UserAgentHeader.NAME; //37 field
151 putNameMap(USER_AGENT, UserAgent.class.getName()); //37 in initializeNameMap()
156 connection.setRequestProperty("User-Agent", USER_AGENT); in call()
717 connect.addHeader(HTTP.USER_AGENT, agent); in createTunnelToTarget()