Searched defs:abort (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpConnection.java89 void restartConnection(boolean abort) { argument
/frameworks/base/obex/javax/obex/
H A DOperation.java123 * object. No headers are sent in the abort request. This will end the
128 void abort() throws IOException; method in interface:Operation
H A DClientOperation.java133 public synchronized void abort() throws IOException { method in class:ClientOperation
426 abort();
H A DServerOperation.java279 * ended, an abort was received, or the final bit was set in the
500 public void abort() throws IOException { method in class:ServerOperation
/frameworks/base/awt/javax/imageio/
H A DImageWriter.java89 // Indicates that abort operation is requested
320 * Requests an abort operation for current writing operation.
322 public synchronized void abort() { method in class:ImageWriter
327 * Checks whether or not a request to abort the current write operation has
330 * @return true, if the request to abort the current write operation has
338 * Clears all previous abort request, and abortRequested returns false after
H A DImageReader.java717 * Requests an abort operation for current reading operation.
719 public void abort() { method in class:ImageReader
724 * Checks whether or not a request to abort the current read operation has
727 * @return true, if the request to abort the current read operation has been
735 * Clears all previous abort request, and abortRequested returns false after

Completed in 135 milliseconds