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

/frameworks/base/core/java/android/net/http/
H A DHttpConnection.java86 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.java153 public synchronized void abort() throws IOException { method in class:ClientOperation
446 abort();
H A DServerOperation.java281 * ended, an abort was received, or the final bit was set in the
513 public void abort() throws IOException { method in class:ServerOperation
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexSession.java77 public void abort() { method in class:BluetoothPbapObexSession
78 Log.d(TAG, "abort");
82 * since abort may block until complete GET is processed inside OBEX
88 mObexClientThread.mRequest.abort();
H A DBluetoothPbapRequest.java76 * we can abort operation
101 public void abort() { method in class:BluetoothPbapRequest
106 mOp.abort();
108 Log.e(TAG, "Exception occured when trying to abort", e);
H A DBluetoothPbapSession.java184 public void abort() { method in class:BluetoothPbapSession
185 Log.d(TAG, "abort");
194 mObexSession.abort();
H A DBluetoothPbapClient.java547 public void abort() { method in class:BluetoothPbapClient
548 mSession.abort();
/frameworks/base/core/java/android/app/
H A DActivityOptions.java674 public void abort() { method in class:ActivityOptions
703 public static void abort(Bundle options) { method in class:ActivityOptions
705 (new ActivityOptions(options)).abort();
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java148 public void abort(String callId) {
283 abort((String) msg.obj);
617 private void abort(String callId) { method in class:ConnectionService
618 Log.d(this, "abort %s", callId);
619 findConnectionForAction(callId, "abort").onAbort();
H A DRemoteConnection.java606 * Instructs this {@code RemoteConnection} to abort.
608 public void abort() { method in class:RemoteConnection
611 mConnectionService.abort(mConnectionId);
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java508 * {@link #cancel()}, but also abort all motion in progress and snap to the end of any
511 public void abort() { method in class:ViewDragHelper
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1295 private void recomputeLastDuration(long curTime, boolean abort) { argument
1304 if (abort) {

Completed in 1581 milliseconds