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

123456

/frameworks/base/core/java/android/webkit/
H A DSslErrorHandler.java26 * either {@link #proceed} or {@link #cancel} to set the WebView's response
50 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.java36 * WebView caches the {@link #proceed} and {@link #cancel} responses in memory
84 public abstract void cancel(); method in class:ClientCertRequest
H A DJsResult.java44 public final void cancel() { method in class:JsResult
/frameworks/base/test-mock/src/android/test/mock/
H A DMockDialogInterface.java32 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/support/content/src/androidTest/java/androidx/contentpager/content/
H A DTestQueryRunner.java29 // this simulates async processing, and allows tests to check that cancel
50 public void cancel(Query query) { method in class:TestQueryRunner
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
H A DScheduler.java52 void cancel(@NonNull String workSpecId); method in interface:Scheduler
/frameworks/base/apct-tests/perftests/core/src/android/app/
H A DPendingIntentPerfTest.java68 pendingIntent.cancel();
90 pendingIntent.cancel();
112 previousPendingIntent.cancel();
113 pendingIntent.cancel();
119 * Benchmark time to cancel a PendingIntent.
122 public void cancel() { method in class:PendingIntentPerfTest
130 pendingIntent.cancel();
/frameworks/base/core/java/android/os/
H A DCountDownTimer.java78 public synchronized final void cancel() { method in class:CountDownTimer
H A DNullVibrator.java52 public void cancel() { method in class:NullVibrator
H A DSystemVibrator.java88 public void cancel() { method in class:SystemVibrator
95 Log.w(TAG, "Failed to cancel vibration.", e);
/frameworks/base/core/java/com/android/server/
H A DResettableTimeout.java83 public void cancel() method in class:ResettableTimeout
/frameworks/base/telecomm/java/android/telecom/Logging/
H A DRunnable.java65 * @return Runnable object to cancel.
73 * call cancel() if this session is never going to be run (removed from a handler queue, for
78 cancel();
87 public void cancel() { method in class:Runnable
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DRequestKey.java88 * object to cancel the asynchronous task. If the client wants to create an InputStream instead,
123 * @param factory The FileDescriptorFactory to decode from. Pass null to cancel decode.
140 void cancel(); method in interface:RequestKey.Cancelable
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DPipeline.java24 * cancel the current execution
26 public void cancel(); method in interface:Pipeline
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatSideChannelService.java67 public abstract void cancel(String packageName, int id, String tag); method in class:NotificationCompatSideChannelService
91 public void cancel(String packageName, int id, String tag) throws RemoteException { method in class:NotificationCompatSideChannelService.NotificationSideChannelStub
95 NotificationCompatSideChannelService.this.cancel(packageName, id, tag);
/frameworks/support/content/src/main/java/androidx/contentpager/content/
H A DLoaderQueryRunner.java93 public void cancel(@NonNull Query query) { method in class:LoaderQueryRunner
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
H A DSystemAlarmScheduler.java52 public void cancel(@NonNull String workSpecId) { method in class:SystemAlarmScheduler
/frameworks/base/core/java/android/app/
H A DJobSchedulerImpl.java69 public void cancel(int jobId) { method in class:JobSchedulerImpl
71 mBinder.cancel(jobId);
/frameworks/base/core/java/android/app/job/
H A DJobScheduler.java153 public abstract void cancel(int jobId); method in class:JobScheduler

Completed in 3971 milliseconds

123456