HomeSort by relevance Sort by last modified time
    Searched refs:handleResponse (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/client/
ResponseHandler.java 57 T handleResponse(HttpResponse response) throws ClientProtocolException, IOException;
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 67 public String handleResponse(final HttpResponse response)
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSettings.java 69 protected int handleResponse(final EasResponse response) throws IOException {
EasOptions.java 84 protected int handleResponse(final EasResponse response) {
EasSearchGal.java 63 protected int handleResponse(final EasResponse response) throws
EasFolderSync.java 173 protected int handleResponse(final EasResponse response)
EasSyncBase.java 107 protected int handleResponse(final EasResponse response)
EasOperation.java 297 * - Non-negative values indicate the result of {@link #handleResponse}. These are obviously
303 * response as well, so {@link #handleResponse} should in those cases return the appropriate
371 responseResult = handleResponse(response);
539 protected abstract int handleResponse(final EasResponse response)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 156 function handleResponse(logType, newState) {
170 handleResponse(log.SUCCESS, STATE_REBASELINE_SUCCEEDED);
173 handleResponse(log.ERROR, STATE_REBASELINE_FAILED);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.h 84 void handleResponse(unsigned long identifier, const ResourceResponse&);
DocumentThreadableLoader.cpp 275 handleResponse(resource->identifier(), response);
312 void DocumentThreadableLoader::handleResponse(unsigned long identifier, const ResourceResponse& response)
466 handleResponse(identifier, response);
  /external/jmdns/src/javax/jmdns/impl/
SocketListener.java 60 this._jmDNSImpl.handleResponse(msg);
DNSRecord.java 84 abstract boolean handleResponse(JmDNSImpl dns);
365 boolean handleResponse(JmDNSImpl dns) {
367 logger1.finer("handleResponse() Denial detected");
473 boolean handleResponse(JmDNSImpl dns) {
590 boolean handleResponse(JmDNSImpl dns) {
774 boolean handleResponse(JmDNSImpl dns) {
777 logger1.finer("handleResponse() Denial detected");
784 logger1.finer("handleResponse() New unique name chose:" + info.getName());
886 * @see javax.jmdns.impl.DNSRecord#handleResponse(javax.jmdns.impl.JmDNSImpl)
889 boolean handleResponse(JmDNSImpl dns)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 55 virtual int handleResponse(WifiEvent& reply) {
57 // ALOGI("In GetLinkStatsCommand::handleResponse");
rtt.cpp 73 virtual int handleResponse(WifiEvent& reply) {
75 ALOGD("In GetRttCapabilitiesCommand::handleResponse");
253 virtual int handleResponse(WifiEvent& reply) {
gscan.cpp 119 virtual int handleResponse(WifiEvent& reply) {
121 ALOGD("In GetCapabilities::handleResponse");
185 virtual int handleResponse(WifiEvent& reply) {
187 ALOGD("In GetChannelList::handleResponse");
362 virtual int handleResponse(WifiEvent& reply) {
644 virtual int handleResponse(WifiEvent& reply) {
844 virtual int handleResponse(WifiEvent& reply) {
845 ALOGD("In GetScanResultsCommand::handleResponse");
    [all...]
wifi_hal.cpp 387 virtual int handleResponse(WifiEvent& reply) {
479 virtual int handleResponse(WifiEvent& reply) {
555 virtual int handleResponse(WifiEvent& reply) {
557 ALOGD("In GetFeatureSetCommand::handleResponse");
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstatscommand.h 113 virtual int handleResponse(WifiEvent &reply);
gscancommand.h 154 virtual int handleResponse(WifiEvent &reply);
cpp_bindings.h 306 virtual int handleResponse(WifiEvent& reply) {
396 virtual int handleResponse(WifiEvent &reply);
  /external/chromium_org/extensions/renderer/resources/
send_request.js 32 function handleResponse(requestId, name, success, responseList, error) {
178 exports.handleResponse = handleResponse;
permissions_custom_bindings.js 74 // that handleResponse doesn't call it again.
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 104 public Void handleResponse(HttpResponse response) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 50 req.onload = handleResponse;
61 function handleResponse() {
feed.js 28 req.onload = handleResponse;
56 function handleResponse() {

Completed in 884 milliseconds

1 2 3