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

  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 66 public void endData() {
68 HttpLog.v("LoggingEventHandler: endData() called");
EventHandler.java 23 * then multiple data() then endData(). handleSslErrorRequest(), if
125 public void endData();
HttpsConnection.java 277 req.mEventHandler.endData();
Request.java 354 mEventHandler.endData();
  /frameworks/base/core/java/android/webkit/
StreamLoader.java 51 private static final int MSG_END = 103; // Send endData to loader
202 mLoadListener.endData();
FrameLoader.java 204 loadListener.endData();
HTML5VideoViewProxy.java 377 public void endData() {
LoadListener.java 232 * This message is sent from LoadListener.endData to inform the
241 * This message is sent from endData on receipt of a 307
630 * Event handler's endData call. Send a message to the handler notifying
635 public void endData() {
637 Log.v(LOGTAG, "LoadListener.endData(): url: " + url());
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py     [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 414 * Implements the EventHandler endData method called to
417 public void endData() {
419 Log.v(LOGTAG, "TestEventHandler: endData() called");
437 System.out.println("TestEventHandler: endData() stopping "+
488 System.out.println("TestEventHandler: endData() stopping "+
573 /* Now wait for the response to be completed either through endData
594 /* Now wait for the response to be completed either through endData
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1546 milliseconds