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

123

/frameworks/base/core/java/android/webkit/
H A DSslErrorHandler.java25 * either {@link #proceed} or {@link #cancel} to set the WebView's response
44 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
/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/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/android/os/
H A DCountDownTimer.java75 public final void cancel() { method in class:CountDownTimer
H A DNullVibrator.java69 public void cancel() { method in class:NullVibrator
H A DSystemVibrator.java110 public void cancel() { method in class:SystemVibrator
117 Log.w(TAG, "Failed to cancel vibration.", e);
H A DVibrator.java94 public abstract void cancel(); method in class:Vibrator
H A DCancellationSignal.java22 * Provides the ability to cancel an operation in progress.
62 public void cancel() { method in class:CancellationSignal
81 remote.cancel();
101 * If {@link CancellationSignal#cancel} has already been called, then the provided
127 * If {@link CancellationSignal#cancel} has already been called, then the provided
150 remote.cancel();
196 * Called when {@link CancellationSignal#cancel} is invoked.
205 public void cancel() throws RemoteException { method in class:CancellationSignal.Transport
206 mCancellationSignal.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.java52 * to the {@link #cancel(int)} or {@link #cancel(String, int)} method to clear
175 public void cancel(int id) method in class:NotificationManager
177 cancel(null, id);
185 public void cancel(String tag, int id) method in class:NotificationManager
189 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
203 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
211 * Cancel all previously shown notifications. See {@link #cancel} for the
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp70 void SDPLoader::cancel() { function in class:android::SDPLoader
/frameworks/base/core/java/android/content/
H A DDialogInterface.java58 public void cancel(); method in interface:DialogInterface
/frameworks/base/core/java/android/print/
H A DPrintJob.java78 public void cancel() { method in class:PrintJob
103 * {@link #cancel()}.
107 * @see #cancel()
116 * {@link #cancel()}.
120 * @see #cancel()
129 * {@link #cancel()}.
133 * @see #cancel()
141 * is successfully printed. You can neither cancel nor restart
153 * a restart via {@link #restart()} or cancel via {@link #cancel()}
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DRemotePrintDocumentAdapter.java141 public void cancel() { method in class:RemotePrintDocumentAdapter
143 Log.i(LOG_TAG, "cancel()");
146 mRemoteInterface.cancel();
148 Log.e(LOG_TAG, "Error calling cancel()", re);
/frameworks/base/tools/aapt/
H A DWorkQueue.cpp33 if (!cancel()) {
68 status_t WorkQueue::cancel() { function in class:android::WorkQueue
/frameworks/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/api1/client2/
H A DJpegCompressor.cpp64 status_t JpegCompressor::cancel() { function in class:android::camera2::JpegCompressor

Completed in 1821 milliseconds

123