Searched refs:cancel (Results 1 - 25 of 184) sorted by relevance

12345678

/frameworks/base/core/java/android/os/
H A DICancellationSignal.aidl23 oneway void cancel();
H A DVibrator.java80 public abstract void cancel(); method in class:Vibrator
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();
H A DNullVibrator.java53 public void cancel() { method in class:NullVibrator
H A DCountDownTimer.java75 public final void cancel() { method in class:CountDownTimer
/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 DWebViewClientClassicExt.java40 * has to call either handler.cancel() or handler.proceed() as the
42 * default behavior is to cancel, returning no client certificate.
51 handler.cancel();
/frameworks/base/test-runner/src/android/test/mock/
H A DMockDialogInterface.java13 public void cancel() { method in class:MockDialogInterface
/frameworks/base/core/java/com/android/internal/policy/
H A DIFaceLockCallback.aidl23 void cancel();
/frameworks/base/core/tests/coretests/src/android/view/
H A DMutateDrawable.java37 Button cancel = new Button(this);
38 cancel.setId(R.id.b);
39 cancel.setBackgroundDrawable(getResources().getDrawable(
43 layout.addView(cancel);
/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/speech/
H A DIRecognitionService.aidl59 void cancel(in IRecognitionListener listener);
/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/tests/coretests/src/android/app/activity/
H A DIntentSenderTest.java37 is.cancel();
57 is.cancel();
66 is.cancel();
84 is.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/android/content/
H A DDialogInterface.java58 public void cancel(); method in interface:DialogInterface
/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java74 mAnim.cancel();
191 * Verify that calling cancel on an unstarted animator does nothing.
196 mAnimator.cancel();
200 * Verify that calling cancel on a started animator does the right thing.
212 mAnimator.cancel();
235 mAnimator.cancel();
293 * Same as testPlayingDelayedCancel, but cancel during the startDelay period
304 // the listeners with cancel/end callbacks since they won't be called
332 mAnimator.cancel();
333 mAnimator.cancel();
[all...]
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockRequest.java79 public void cancel() { method in class:MockRequest
81 super.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

Completed in 671 milliseconds

12345678