HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 26 - 50 of 2626) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 13 public void cancel() { method in class:MockDialogInterface
  /external/chromium/chrome/browser/
repost_form_warning_controller.h 15 // This class is used to continue or cancel a pending reload when the
26 // Cancel the reload.
27 void Cancel();
  /frameworks/base/core/java/android/webkit/
HttpAuthHandler.java 24 * which must call either {@link #proceed(String, String)} or {@link #cancel()}.
43 * Cancel the authorization request.
45 public void cancel() { method in class:HttpAuthHandler
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java 30 * - Bulk cancellation of multiple tasks. This is mainly used by UI to cancel pending tasks
46 * Call {@link #cancellAllInterrupt()} to cancel all tasks registered.
65 * Cancel all registered tasks.
70 task.cancel(true);
77 * Cancel all instances of the same class as {@code current} other than
87 task.cancel(true);
159 /** @see AsyncTask#cancel(boolean) */
160 public final void cancel(boolean mayInterruptIfRunning) { method in class:EmailAsyncTask
162 mInnerTask.cancel(mayInterruptIfRunning);
171 * {@link #cancel(boolean)} has been called before its execution, even i
    [all...]
  /external/dropbear/debian/
dropbear.init 17 cancel() { echo "$1" >&2; exit 0; };
19 test -x "$DAEMON" || cancel "$DAEMON does not exist or is not executable."
21 cancel '/var/service/dropbear exists, service is controlled through runit.'
32 test "$NO_START" = "0" || cancel 'NO_START is not set to zero.'
45 test "$NO_START" = "0" || cancel 'NO_START is not set to zero.'
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
notification.html 8 .cancel-button {
19 <span class="cancel-button">
20 <img id="cancel-normal" src="images/cancel_normal-16.png">
21 <img id="cancel-hover" src="images/cancel_hover-16.png" class="invisible">
54 this.cancelButton_ = document.querySelector('.cancel-button');
61 this.cancelNormal_ = document.getElementById('cancel-normal');
62 this.cancelHover_ = document.getElementById('cancel-hover');
160 * Event handler for cancel button clicked.
165 cancel();
169 * Event handler for cancel button mouseover
    [all...]
  /frameworks/base/core/java/android/app/
NotificationManager.java 51 * to the {@link #cancel(int)} or {@link #cancel(String, int)} method to clear
133 * Cancel a previously shown notification. If it's transient, the view
137 public void cancel(int id) method in class:NotificationManager
139 cancel(null, id); method
143 * Cancel a previously shown notification. If it's transient, the view
147 public void cancel(String tag, int id) method in class:NotificationManager
151 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
159 * Cancel all previously shown notifications. See {@link #cancel} for th
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 119 // Cancel any thread attempting to make a connection
120 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;}
122 // Cancel any thread currently running a connection
123 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;}
146 // Cancel any thread attempting to make a connection
148 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;}
151 // Cancel any thread currently running a connection
152 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;}
169 // Cancel the thread that completed the connection
170 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;
342 public void cancel() { method in class:BluetoothChatService.AcceptThread
416 public void cancel() { method in class:BluetoothChatService.ConnectThread
491 public void cancel() { method in class:BluetoothChatService.ConnectedThread
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 105 // Cancel any thread attempting to make a connection
106 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;}
108 // Cancel any thread currently running a connection
109 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;}
132 // Cancel any thread attempting to make a connection
134 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;}
137 // Cancel any thread currently running a connection
138 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;}
155 // Cancel the thread that completed the connection
156 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;
334 public void cancel() { method in class:BluetoothChatService.AcceptThread
409 public void cancel() { method in class:BluetoothChatService.ConnectThread
485 public void cancel() { method in class:BluetoothChatService.ConnectedThread
    [all...]
  /cts/tests/res/layout/
viewanimator_layout.xml 38 <Button android:id="@+id/cancel"
49 android:layout_toLeftOf="@id/cancel"
50 android:layout_alignTop="@id/cancel"
  /external/chromium/net/proxy/
proxy_script_fetcher.h 26 // Destruction should cancel any outstanding requests.
43 // If the request is cancelled (either using the "Cancel()" method or by
51 virtual void Cancel() = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 55 * 6. Cancel sending a single file
56 * 7. Cancel sending a file from multiple files (implies cancel the transfer, rest of
58 * 8. Cancel receiving a single file
59 * 9. Cancel receiving a file (implies cancel the transfer, no additional files will be received)
135 /*It should only be called under requirement that cancel one single share, but not to
136 * cancel the whole batch. Currently we assume "cancel" is to cancel whole batch
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetTypeChooser.java 50 Button cancel = (Button) findViewById(R.id.cancel); local
51 cancel.setOnClickListener(new OnClickListener() {
  /external/chromium/chrome/browser/extensions/
gtk_theme_installed_infobar_delegate.h 24 virtual bool Cancel();
  /external/chromium/chrome/browser/sync/resources/
passphrase.html 67 #cancel-warning-header {
113 document.getElementById("cancel-warning-box").style.display = "block";
119 document.getElementById("cancel-warning-box").style.display = "none";
157 <div class="overlay-warning" id="cancel-warning-box">
158 <div id="cancel-warning-header" i18n-content="cancelWarningHeader"></div>
159 <div id="cancel-warning" i18n-content="cancelWarning"></div>
160 <input id="cancel-no-button" type="submit" i18n-values="value:no"
162 <input id="cancel-yes-button" type="submit" i18n-values="value:yes"
168 <input id="cancelButton" type="button" i18n-values="value:cancel"
  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.h 31 // returns "OK" for the OK button and "Cancel" for the Cancel button.
41 // Called when the Cancel button is pressed. If the function returns true,
43 virtual bool Cancel();
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_controller.mm 27 - (IBAction)cancel:(id)sender {
  /external/webkit/LayoutTests/fast/dom/Geolocation/
page-reload-cancel-permission-requests.html 10 <script src="script-tests/page-reload-cancel-permission-requests.js"></script>
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
send-oncancel-event.js 1 description("Tests that the cancel touch event is sent correctly.");
  /external/webkit/Source/WebKit/chromium/public/
WebFileWriter.h 50 // Cancel will attempt to abort a running write or truncate. However, it may not be possible to cancel an in-progress action, or the call may have come in too late. Partial writes are possible.
51 // Do not call cancel when there is no write or truncate in progress.
52 virtual void cancel() = 0;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
IntentSenderTest.java 37 is.cancel();
57 is.cancel();
66 is.cancel();
84 is.cancel();
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 30 * This class provides several utilities to cancel bitmap decoding.
33 * decoding if another thread wants to cancel it, it calls the function
40 private static enum State {CANCEL, ALLOW}
48 if (mState == State.CANCEL) {
49 s = "Cancel";
105 boolean result = (status.mState != State.CANCEL);
115 status.mState = State.CANCEL;
123 // Since our cancel request can arrive MediaProvider earlier than getThumbnail request,
124 // we use mThumbRequesting flag to make sure our request does cancel the request.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java 53 // "cancel" action, so we show an additional "cancel" button.
54 View view = findViewById(R.id.cancel);
94 if (v.getId() == R.id.cancel) finish();
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 161 method = "cancel",
178 assertTrue(mAsyncTask.cancel(true));
180 assertFalse(mAsyncTask.cancel(true));
191 method = "cancel",
208 assertTrue(mAsyncTask.cancel(false));
210 assertFalse(mAsyncTask.cancel(false));
220 method = "cancel",
237 assertFalse(mAsyncTask.cancel(false));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 39 // cancel the notification that we started in IncomingMessage
40 nm.cancel(R.string.imcoming_message_ticker_text);

Completed in 1568 milliseconds

12 3 4 5 6 7 8 91011>>