Searched defs:endData (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DLoggingEventHandler.java66 public void endData() { method in class:LoggingEventHandler
68 HttpLog.v("LoggingEventHandler: endData() called");
H A DEventHandler.java23 * then multiple data() then endData(). handleSslErrorRequest(), if
125 public void endData(); method in interface:EventHandler
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java398 public void endData() { method in class:HTML5VideoViewProxy.PosterDownloader
H A DLoadListener.java232 * 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() { method in class:LoadListener
637 Log.v(LOGTAG, "LoadListener.endData(): url: " + url());
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java414 * Implements the EventHandler endData method called to
417 public void endData() { method in class:TestEventHandler
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

Completed in 130 milliseconds