HomeSort by relevance Sort by last modified time
    Searched refs:CANCELLED (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 29 CANCELLED,
54 * State becomes CANCELLED unless already COMPLETE or FAILED
  /frameworks/base/services/core/java/com/android/server/notification/
RankingReconsideration.java 31 private static final int CANCELLED = 3;
70 mState = CANCELLED;
77 return mState == CANCELLED;
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 12 public static final int CANCELLED = -1;
43 case CANCELLED:
44 return "CANCELLED";
  /external/chromium_org/net/dns/
serial_worker.h 51 bool IsCancelled() const { return state_ == CANCELLED; }
68 CANCELLED = -1,
serial_worker.cc 46 case CANCELLED:
57 state_ = CANCELLED;
70 case CANCELLED:
88 case CANCELLED:
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 50 * completed, failed, or cancelled.
205 * {@link #COMPLETED} or {@link #CANCELLED}.
210 * computation, and only then transition to COMPLETED or CANCELLED.
223 static final int CANCELLED = 4;
268 * was cancelled, or a {@link ExecutionException} if the task completed with
294 case CANCELLED:
295 throw new CancellationException("Task was cancelled.");
304 * Checks if the state is {@link #COMPLETED} or {@link #CANCELLED}.
307 return (getState() & (COMPLETED | CANCELLED)) != 0;
311 * Checks if the state is {@link #CANCELLED}
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.h 41 // reject indicates the user rejected or denied the request; cancelled
42 // means the user cancelled the request without confirming either way.
46 CANCELLED
63 // (success, rejected or cancelled).
bluetooth_agent_service_provider.h 41 // permission; cancelled indicates the user cancelled the request
46 CANCELLED
51 // rejected or cancelled) and the |pincode| requested.
56 // rejected or cancelled) and the |passkey| requested, a numeric in the
62 // of the request (success, rejected or cancelled).
86 // cancelled.
110 // cancelled.
127 // rejected or cancelled).
143 // |callback| to provide their response (success, rejected or cancelled)
    [all...]
bluetooth_agent_service_provider.cc 356 case Delegate::CANCELLED: {
391 case Delegate::CANCELLED: {
421 case Delegate::CANCELLED: {
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.cc 59 BluetoothAgentServiceProvider::Delegate::CANCELLED, "");
64 BluetoothAgentServiceProvider::Delegate::CANCELLED, 0);
69 BluetoothAgentServiceProvider::Delegate::CANCELLED);
227 BluetoothAgentServiceProvider::Delegate::CANCELLED);
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 54 * event is cancelled first.</li>
65 public static final String CANCELLED = "cancelled";
71 private boolean cancelled = true; field in class:MessageEvent
145 * When the message is a notification returns if the receiver of the message cancelled
148 * @return true if the receiver of the message cancelled composing a reply
151 return cancelled;
176 allEvents.add(MessageEvent.CANCELLED);
244 * When the message is a notification sets if the receiver of the message cancelled
246 * The Cancelled event is never requested explicitly. It is requested implicitly whe
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
app_installer.js 32 CANCELLED: 'AppInstaller.cancelled',
44 AppInstaller.USER_CANCELLED_ERROR_STR_ = 'User cancelled install';
74 AppInstaller.Result.CANCELLED :
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 18 * or cancelled (unless the computation is invoked using
60 * NEW -> CANCELLED
68 private static final int CANCELLED = 4;
91 if (s >= CANCELLED)
128 return state >= CANCELLED;
138 mayInterruptIfRunning ? INTERRUPTING : CANCELLED)))
187 * has been cancelled.
193 * this future has already been set or has been cancelled.
211 * already been set or has been cancelled.
262 * computation encounters an exception or is cancelled. This i
    [all...]
ForkJoinTask.java 109 * (including the case where a task was cancelled without executing);
112 * true if the task was cancelled (in which case {@link #getException}
115 * cancelled or encountered an exception, in which case {@link
201 * DONE_MASK) holds value NORMAL, CANCELLED, or EXCEPTIONAL. Tasks
222 static final int CANCELLED = 0xc0000000; // must be < NORMAL
223 static final int EXCEPTIONAL = 0x80000000; // must be < CANCELLED
231 * @param completion one of NORMAL, CANCELLED, EXCEPTIONAL
634 if (s == CANCELLED)
705 * other may be cancelled. However, the execution status of
709 * cancelled, completed normally or exceptionally, or lef
    [all...]
  /external/chromium_org/remoting/webapp/
error.js 16 // Used to signify that an operation was cancelled by the user. This should
19 CANCELLED: '__CANCELLED__',
host_install_dialog.js 76 that.onErrorHandler_(remoting.Error.CANCELLED);
111 this.onErrorHandler_(remoting.Error.CANCELLED);
host_controller.js 44 CANCELLED: 2,
161 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
162 onStartError(remoting.Error.CANCELLED);
378 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
379 onError(remoting.Error.CANCELLED);
415 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
416 onError(remoting.Error.CANCELLED);
  /external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc 168 "Cancelled" },
398 { DownloadItem::CANCELLED, false, false, false, false},
399 { DownloadItem::CANCELLED, false, true , false, false},
400 { DownloadItem::CANCELLED, true , false, false, false},
401 { DownloadItem::CANCELLED, true , true , false, false},
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc 79 CANCELLED
93 status_ = CANCELLED;
172 MockResourceController::CANCELLED;
  /external/chromium_org/content/public/browser/
download_item.h 60 // Download has been cancelled.
61 CANCELLED,
160 // Cancelled downloads return DOWNLOAD_INTERRUPT_REASON_USER_CANCELLED. If
174 // completed downloads, cancelled downloads, and interrupted downloads that
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 296 setPostDialState(PostDialState.CANCELLED);
402 if (mPostDialState == PostDialState.CANCELLED
424 if (mPostDialState == PostDialState.CANCELLED) {
425 //Rlog.d(LOG_TAG, "##### processNextPostDialChar: postDialState == CANCELLED, bail");
  /external/chromium_org/chrome/browser/plugins/
plugin_installer.cc 42 case DownloadItem::CANCELLED: {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 76 private enum State { LOADING, LOADED, CANCELLED };
77 private State mState = State.CANCELLED;
315 mState = State.CANCELLED;
420 if (mState != State.CANCELLED) {
539 // thumbnails and icons for them. finish thread when cancelled or there
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 168 if (mPostDialState == PostDialState.CANCELLED
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 175 // Complete or failed cannot be cancelled
180 mState = State.CANCELLED;
327 mState = State.CANCELLED;

Completed in 3804 milliseconds

1 2 3 4 5