Searched refs:abort (Results 1 - 8 of 8) sorted by relevance

/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/core/java/android/net/http/
H A DHttpConnection.java88 void restartConnection(boolean abort) { argument
/frameworks/base/awt/javax/imageio/
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
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
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java5815 boolean abort = true;
5825 abort = at.keyDispatchingTimedOut();
5832 if (abort && (mLastWin == targetWin || targetWin == null)) {
9016 boolean abort = false;
9029 abort = true;
9034 if (DEBUG_STARTING_WINDOW && !abort) Slog.v(TAG,
9041 if (abort) {
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3227 boolean abort = false;
3232 abort = !mController.activityStarting(watchIntent,
3238 if (abort) {
7692 // going away, then abort for now and pick up the next

Completed in 397 milliseconds