Searched defs:cancel (Results 1 - 25 of 65) sorted by relevance

123

/frameworks/base/core/java/android/webkit/
H A DSslErrorHandler.java42 public void cancel() {} method in class:SslErrorHandler
H A DHttpAuthHandler.java25 * call either {@link #proceed} or {@link #cancel} to set the WebView's
50 * Instructs the WebView to cancel the authentication request.
52 public void cancel() { method in class:HttpAuthHandler
H A DJsResult.java41 public final void cancel() { method in class:JsResult
H A DClientCertRequestHandler.java114 public void cancel() { method in class:ClientCertRequestHandler
/frameworks/base/test-runner/src/android/test/mock/
H A DMockDialogInterface.java13 public void cancel() { method in class:MockDialogInterface
/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java31 * <tt>cancel</tt> method. Additional methods are provided to
41 * Attempts to cancel execution of this task. This attempt will
44 * and this task has not started when <tt>cancel</tt> is called,
61 boolean cancel(boolean mayInterruptIfRunning); method in interface:AccountManagerFuture
/frameworks/base/core/java/android/os/
H A DVibrator.java80 public abstract void cancel(); method in class:Vibrator
H A DCountDownTimer.java75 public final void cancel() { method in class:CountDownTimer
H A DNullVibrator.java53 public void cancel() { method in class:NullVibrator
H A DSystemVibrator.java84 public void cancel() { method in class:SystemVibrator
91 Log.w(TAG, "Failed to cancel vibration.", e);
H A DCancellationSignal.java23 * Provides the ability to cancel an operation in progress.
63 public void cancel() { method in class:CancellationSignal
82 remote.cancel();
102 * If {@link CancellationSignal#cancel} has already been called, then the provided
128 * If {@link CancellationSignal#cancel} has already been called, then the provided
151 remote.cancel();
197 * Called when {@link CancellationSignal#cancel} is invoked.
206 public void cancel() throws RemoteException { method in class:CancellationSignal.Transport
207 mCancellationSignal.cancel();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParser.java92 * Actual cancel is done after parsing the current vcard.
95 public abstract void cancel(); method in class:VCardParser
H A DVCardParser_V21.java117 public void cancel() { method in class:VCardParser_V21
118 mVCardParserImpl.cancel();
H A DVCardParser_V30.java96 public void cancel() { method in class:VCardParser_V30
97 mVCardParserImpl.cancel();
H A DVCardParser_V40.java84 public void cancel() { method in class:VCardParser_V40
85 mVCardParserImpl.cancel();
/frameworks/base/core/java/com/android/internal/app/
H A DAlertActivity.java53 public void cancel() { method in class:AlertActivity
/frameworks/base/core/java/com/android/server/
H A DResettableTimeout.java83 public void cancel() method in class:ResettableTimeout
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMmiCode.java51 public void cancel(); method in interface:MmiCode
/frameworks/base/core/java/android/app/
H A DNotificationManager.java51 * to the {@link #cancel(int)} or {@link #cancel(String, int)} method to clear
168 public void cancel(int id) method in class:NotificationManager
170 cancel(null, id);
178 public void cancel(String tag, int id) method in class:NotificationManager
182 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
196 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
204 * Cancel all previously shown notifications. See {@link #cancel} for the
H A DAlarmManager.java126 * @see #cancel
150 * repeating until explicitly removed with {@link #cancel}. If the time
180 * @see #cancel
241 * @see #cancel
273 public void cancel(PendingIntent operation) { method in class:AlarmManager
/frameworks/base/core/java/android/content/
H A DDialogInterface.java58 public void cancel(); method in interface:DialogInterface
/frameworks/native/libs/utils/
H A DWorkQueue.cpp33 if (!cancel()) {
68 status_t WorkQueue::cancel() { function in class:android::WorkQueue
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DRequestFuture.java36 * // If you want to be able to cancel the request:
72 public synchronized boolean cancel(boolean mayInterruptIfRunning) { method in class:RequestFuture
78 mRequest.cancel();
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp64 status_t JpegCompressor::cancel() { function in class:android::camera2::JpegCompressor
/frameworks/base/core/java/android/animation/
H A DAnimator.java50 * Cancels the animation. Unlike {@link #end()}, <code>cancel()</code> causes the animation to
58 public void cancel() { method in class:Animator

Completed in 1759 milliseconds

123