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

12345

/frameworks/base/core/java/android/webkit/
H A DSslErrorHandler.java26 * either {@link #proceed} or {@link #cancel} to set the WebView's response
46 public void cancel() {} method in class:SslErrorHandler
H A DHttpAuthHandler.java26 * call either {@link #proceed} or {@link #cancel} to set the WebView's
52 * Instructs the WebView to cancel the authentication request.
54 public void cancel() { method in class:HttpAuthHandler
H A DClientCertRequest.java34 * WebView caches the {@link #proceed} and {@link #cancel} responses in memory
80 public abstract void cancel(); method in class:ClientCertRequest
H A DJsResult.java44 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.java28 * <tt>cancel</tt> method. Additional methods are provided to
38 * Attempts to cancel execution of this task. This attempt will
41 * and this task has not started when <tt>cancel</tt> is called,
58 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/app/
H A DJobSchedulerImpl.java49 public void cancel(int jobId) { method in class:JobSchedulerImpl
51 mBinder.cancel(jobId);
H A DNotificationManager.java56 * to the {@link #cancel(int)} or {@link #cancel(String, int)} method to clear
193 public void cancel(int id) method in class:NotificationManager
195 cancel(null, id);
203 public void cancel(String tag, int id) method in class:NotificationManager
207 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
221 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
229 * Cancel all previously shown notifications. See {@link #cancel} for the
/frameworks/base/core/java/android/app/job/
H A DJobScheduler.java76 public abstract void cancel(int jobId); method in class:JobScheduler
/frameworks/base/core/java/android/os/
H A DCountDownTimer.java78 public synchronized final void cancel() { method in class:CountDownTimer
H A DNullVibrator.java61 public void cancel() { method in class:NullVibrator
H A DVibrator.java156 public abstract void cancel(); method in class:Vibrator
H A DSystemVibrator.java104 public void cancel() { method in class:SystemVibrator
111 Log.w(TAG, "Failed to cancel vibration.", e);
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/server/
H A DResettableTimeout.java83 public void cancel() method in class:ResettableTimeout
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DRequestKey.java85 * object to cancel the asynchronous task. If the client wants to create an InputStream instead,
137 void cancel(); method in interface:RequestKey.Cancelable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMmiCode.java56 public void cancel(); method in interface:MmiCode
/frameworks/base/core/java/com/android/internal/app/
H A DAlertActivity.java58 public void cancel() { method in class:AlertActivity
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompatSideChannelService.java66 public abstract void cancel(String packageName, int id, String tag); method in class:NotificationCompatSideChannelService
87 public void cancel(String packageName, int id, String tag) throws RemoteException { method in class:NotificationCompatSideChannelService.NotificationSideChannelStub
91 NotificationCompatSideChannelService.this.cancel(packageName, id, tag);
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp66 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

Completed in 452 milliseconds

12345