HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 551 - 575 of 5382) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/app/job/
JobScheduler.java 83 * Cancel a job that is pending in the JobScheduler.
87 public abstract void cancel(int jobId); method in class:JobScheduler
90 * Cancel all jobs that have been registered with the JobScheduler by this package.
  /frameworks/base/core/java/android/os/
AsyncTask.java 76 * // Escape early if cancel() is called
138 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
412 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
422 * @see #cancel(boolean)
436 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
440 * @see #cancel(boolean)
449 * normally. If you are calling {@link #cancel(boolean)} on the task,
455 * @see #cancel(boolean)
462 * <p>Attempts to cancel execution of this task. This attempt will
465 * and this task has not started when <tt>cancel</tt> is called
490 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:AsyncTask
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 191 * trying to load the resource. The default behavior is to send the cancel
195 * @param cancelMsg The message to send if the host wants to cancel
198 * a redirect loop, it will cancel the load.
312 * resource. The host application must call either handler.cancel() or
314 * response to future SSL errors. The default behavior is to cancel the
324 handler.cancel();
331 * respond: proceed(), cancel() or ignore(). Webview stores the response
332 * in memory (for the life of the application) if proceed() or cancel() is
354 * The default behavior is to cancel, returning no client certificate.
361 request.cancel();
    [all...]
  /frameworks/base/docs/html/training/volley/
index.jd 47 <li>Cancellation request API. You can cancel a single request, or you can set blocks or
48 scopes of requests to cancel.</li>
93 to cancel a request.
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryItemAnimator.java 76 anim.cancel();
162 public void cancel() { method in class:DirectoryItemAnimator.ColorAnimation
163 mValueAnimator.cancel();
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
StartVoiceInteractionActivity.java 56 mCancelButton = (Button)findViewById(R.id.cancel);
87 Log.i(TAG, "Cancel request");
88 mCurrentRequest.cancel();
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 97 // Cancel the persistent notification.
98 //mNotificationManager.cancel(R.string.remote_service_started);
193 // We use a string id because it is a unique number. We use it later to cancel.
  /frameworks/support/compat/java/android/support/v4/content/
ContentResolverCompat.java 42 // Note that the cancellation signal cannot cancel the query in progress
43 // prior to Jellybean so we cancel it preemptively here if needed.
116 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
NetworkImageView.java 121 // if the URL to be loaded in this view is empty, cancel any old requests and clear the
138 // if there is a pre-existing request, cancel it if it's fetching a different URL.
205 // If the view was bound to an image request, cancel it and clear
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 268 /* by default there is no way to cancel */
273 virtual int cancel() { function in class:WifiCommand
274 /* by default there is no way to cancel */
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 173 // signal cancel semaphore incase somebody is waiting
193 void cancel() { function in class:Ti::Camera::Encoder_libjpeg
196 mThumb->cancel();
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 158 // signal cancel semaphore incase somebody is waiting
178 void cancel() { function in class:android::Encoder_libjpeg
181 mThumb->cancel();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 46 * service in order to cancel any pending reminders when user dismisses the alert dialog.
106 // Stop any alert reminder sound and cancel any previously queued reminders.
166 sPlayReminderIntent.cancel();
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 105 context.getString(android.R.string.cancel),
109 dialog.cancel();
120 dialog.cancel();
  /packages/apps/Nfc/res/values-ca/
strings.xml 12 <string name="beam_canceled" msgid="5425192751826544741">"S\'ha cancel·lat la compartició de contingut"</string>
13 <string name="cancel" msgid="61873902552555096">"Cancel·la"</string>
  /packages/apps/PackageInstaller/res/layout/
uninstall_confirm.xml 20 application is about to be uninstalled. Includes ok and cancel buttons
80 <!-- OK confirm and cancel buttons. -->
108 android:text="@string/cancel"
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 59 animator.cancel();
92 animator.cancel();
177 animator.cancel();
  /packages/apps/Settings/src/com/android/settings/print/
PrintJobSettingsFragment.java 127 MenuItem cancel = menu.add(0, MENU_ITEM_ID_CANCEL, Menu.NONE, local
129 cancel.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
146 printJob.cancel();
  /packages/apps/Settings/src/com/android/settings/users/
UserDialogs.java 57 .setNegativeButton(android.R.string.cancel, null);
122 .setNegativeButton(android.R.string.cancel, null)
137 .setNegativeButton(android.R.string.cancel, null)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
prnsetup.dlg 41 PUSHBUTTON "Cancel",IDCANCEL,232,164,48,14
73 PUSHBUTTON "Cancel",IDCANCEL,232,156,48,14
104 PUSHBUTTON "Cancel",IDCANCEL,132,220,48,14
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 38 func cancel(sigs []os.Signal, action func(int)) { func
74 cancel(sig, ignoreSignal)
138 cancel(sig, disableSignal)
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 38 func cancel(sigs []os.Signal, action func(int)) { func
74 cancel(sig, ignoreSignal)
138 cancel(sig, disableSignal)
  /system/connectivity/shill/
connectivity_trial.h 126 // The ConnectivityTrial will cancel any existing scheduled tasks and destroy
165 // Internal method used to cancel the timeout timer and stop an active
170 // Callback used to cancel the underlying HTTPRequest in the event of a
  /system/weaved/buffet/
binder_command_proxy_unittest.cc 153 TEST_F(BinderCommandProxyTest, Cancel) {
154 EXPECT_CALL(*command_, Cancel(_)).WillOnce(Return(true));
155 EXPECT_TRUE(GetCommandProxy()->cancel().isOk());
  /cts/tests/app/src/android/app/cts/
AlarmManagerTest.java 251 mAm.cancel(mSender);
264 // cancel the earlier one
265 mAm.cancel(mSender);
318 // Cancel second alarm.
319 mAm.cancel(mSender2);

Completed in 3121 milliseconds

<<21222324252627282930>>