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

123456789

/frameworks/base/core/java/android/os/
H A DICancellationSignal.aidl23 oneway void cancel();
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();
H A DVibrator.java94 public abstract void cancel(); method in class:Vibrator
H A DNullVibrator.java69 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.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/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/services/java/com/android/server/accessibility/
H A DTouchExplorer.java282 mSendHoverEnterAndMoveDelayed.cancel();
283 mSendHoverExitDelayed.cancel();
284 mPerformLongPressDelayed.cancel();
285 mExitGestureDetectionModeDelayed.cancel();
286 mSendTouchExplorationEndDelayed.cancel();
287 mSendTouchInteractionEndDelayed.cancel();
346 mSendTouchExplorationEndDelayed.cancel();
354 mSendTouchInteractionEndDelayed.cancel();
408 mSendHoverEnterAndMoveDelayed.cancel();
409 mSendHoverExitDelayed.cancel();
1244 public void cancel() { method in class:TouchExplorer.ExitGestureDetectionModeDelayed
1272 public void cancel() { method in class:TouchExplorer.PerformLongPressDelayed
1372 public void cancel() { method in class:TouchExplorer.SendHoverEnterAndMoveDelayed
1445 public void cancel() { method in class:TouchExplorer.SendHoverExitDelayed
1498 public void cancel() { method in class:TouchExplorer.SendAccessibilityEventDelayed
[all...]
/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/volley/tests/src/com/android/volley/mock/
H A DMockRequest.java79 public void cancel() { method in class:MockRequest
81 super.cancel();
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h41 void cancel();
/frameworks/base/core/java/com/android/internal/app/
H A DAlertActivity.java53 public void cancel() { method in class:AlertActivity

Completed in 509 milliseconds

123456789