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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAbortable.java23 void abort(); method in interface:Abortable
H A DInflationTask.java24 void abort(); method in interface:InflationTask
/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.java173 public synchronized void abort() throws IOException { method in class:ClientOperation
473 abort();
H A DServerOperation.java361 * ended, an abort was received, the final bit was set in the
522 // Here we need to check for and handle abort (throw an exception).
582 * This method will look for an abort from the peer during a SRM transfer.
588 * @throws IOException if an abort request have been received.
616 /* TODO: To increase the speed of the abort operation in SRM, we need
619 * message to be send over the socket, that in the abort case
635 public void abort() throws IOException { method in class:ServerOperation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRowInflaterTask.java50 public void abort() { method in class:RowInflaterTask
H A DNotificationInflater.java617 public void abort() { method in class:NotificationInflater.AsyncInflationTask
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java106 abort();
110 public void abort() { method in class:RedirectListener
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUClient.java399 public void close(boolean abort) { argument
401 mRedirectListener.abort();
404 if (abort) {
H A DOSUFlowManager.java259 public void abort() { method in class:OSUFlowManager.OSUFlow
338 mCurrent.abort();
354 mCurrent.abort();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityMetricsLogger.java215 reset(true /* abort */);
241 reset(false /* abort */);
278 reset(false /* abort */);
292 // invisible now, we'll never get onWindowsDrawn, so abort the transition if necessary.
296 reset(true /* abort */);
331 private void reset(boolean abort) { argument
332 if (!abort && isAnyTransitionActive()) {
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java527 public int abort(IBinder token) { method in class:KeyStore
529 return mBinder.abort(token);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java510 * {@link #cancel()}, but also abort all motion in progress and snap to the end of any
513 public void abort() { method in class:ViewDragHelper
/frameworks/base/core/java/android/app/
H A DActivityOptions.java972 public void abort() { method in class:ActivityOptions
1029 public static void abort(ActivityOptions options) { method in class:ActivityOptions
1031 options.abort();
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java260 public void abort(String callId, Session.Info sessionInfo) {
712 abort((String) args.arg1);
1429 private void abort(String callId) { method in class:ConnectionService
1430 Log.d(this, "abort %s", callId);
1431 findConnectionForAction(callId, "abort").onAbort();
H A DRemoteConnection.java898 * Instructs this {@code RemoteConnection} to abort.
900 public void abort() { method in class:RemoteConnection
903 mConnectionService.abort(mConnectionId, null /*Session.Info*/);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1695 private void recomputeLastDuration(long curTime, boolean abort) { argument
1704 if (abort) {

Completed in 713 milliseconds