Searched defs:abort (Results 1 - 15 of 15) 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.java371 * ended, an abort was received, the final bit was set in the
532 // Here we need to check for and handle abort (throw an exception).
592 * This method will look for an abort from the peer during a SRM transfer.
598 * @throws IOException if an abort request have been received.
626 /* TODO: To increase the speed of the abort operation in SRM, we need
629 * message to be send over the socket, that in the abort case
645 public void abort() throws IOException { method in class:ServerOperation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRowInflaterTask.java59 public void abort() { method in class:RowInflaterTask
H A DNotificationInflater.java660 public void abort() { method in class:NotificationInflater.AsyncInflationTask
/frameworks/base/services/core/java/com/android/server/am/
H A DSafeActivityOptions.java154 private void abort() { method in class:SafeActivityOptions
156 ActivityOptions.abort(mOriginalOptions);
159 ActivityOptions.abort(mCallerOptions);
163 static void abort(@Nullable SafeActivityOptions options) { method in class:SafeActivityOptions
165 options.abort();
H A DActivityMetricsLogger.java306 reset(true /* abort */);
345 reset(false /* abort */);
384 reset(false /* abort */);
416 // invisible now, we'll never get onWindowsDrawn, so abort the transition if necessary.
423 reset(true /* abort */);
459 private void reset(boolean abort) { argument
460 if (DEBUG_METRICS) Slog.i(TAG, "reset abort=" + abort);
461 if (!abort && isAnyTransitionActive()) {
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java592 public int abort(IBinder token) { method in class:KeyStore
594 return mBinder.abort(token);
/frameworks/support/customview/src/main/java/androidx/customview/widget/
H A DViewDragHelper.java521 * {@link #cancel()}, but also abort all motion in progress and snap to the end of any
524 public void abort() { method in class:ViewDragHelper
/frameworks/base/core/java/android/app/
H A DActivityOptions.java1052 public void abort() { method in class:ActivityOptions
1119 public static void abort(ActivityOptions options) { method in class:ActivityOptions
1121 options.abort();
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java318 public void abort(String callId, Session.Info sessionInfo) {
834 abort((String) args.arg1);
1620 private void abort(String callId) { method in class:ConnectionService
1621 Log.d(this, "abort %s", callId);
1622 findConnectionForAction(callId, "abort").onAbort();
H A DRemoteConnection.java899 * Instructs this {@code RemoteConnection} to abort.
901 public void abort() { method in class:RemoteConnection
904 mConnectionService.abort(mConnectionId, null /*Session.Info*/);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2148 private void recomputeLastDuration(long curTime, boolean abort) { argument
2157 if (abort) {

Completed in 4682 milliseconds