/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 167 if (mPostDialState == PostDialState.CANCELLED
|
/external/chromium/net/base/ |
net_log_event_type_list.h | 12 // Something got cancelled (we determine what is cancelled based on the 14 EVENT_TYPE(CANCELLED) 611 // attached when cancelled: [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaMmiCode.java | 169 // Complete or failed cannot be cancelled 174 mState = State.CANCELLED; 321 mState = State.CANCELLED;
|
CdmaConnection.java | 359 setPostDialState(PostDialState.CANCELLED); 637 if (mPostDialState == PostDialState.CANCELLED 687 if (mPostDialState == PostDialState.CANCELLED) { 689 //Rlog.v("CDMA", "##### processNextPostDialChar: postDialState == CANCELLED, bail");
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
suggest_apps_dialog.js | 120 // User cancelled the suggest app dialog. No message should be shown. 393 case AppInstaller.Result.CANCELLED: 395 SuggestAppsDialog.Metrics.INSTALL.CANCELLED); 396 // User cancelled the installation. Do nothing. 423 SuggestAppsDialog.Metrics.LOAD.CANCELLED); 501 CANCELLED: 1, 531 CANCELLED: 1,
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device_chromeos.cc | 336 if (!RunPairingCallbacks(CANCELLED)) { 531 callback.Run(CANCELLED); 539 callback.Run(CANCELLED);
|
/external/chromium_org/chrome/browser/download/ |
download_item_model.cc | 279 case DownloadItem::CANCELLED: 289 // Same as DownloadItem::CANCELLED. 517 case DownloadItem::CANCELLED: 519 // Interrupted or cancelled downloads should remain on the shelf.
|
download_path_reservation_tracker.cc | 309 case DownloadItem::CANCELLED: 329 // Items should be COMPLETE/INTERRUPTED/CANCELLED before being destroyed.
|
download_status_updater_unittest.cc | 117 : content::DownloadItem::CANCELLED;
|
/external/chromium_org/content/browser/android/ |
download_controller_android_impl.cc | 258 if (item->IsDangerous() && (item->GetState() != DownloadItem::CANCELLED)) 294 case DownloadItem::CANCELLED:
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
download_handler.cc | 252 case DownloadItem::CANCELLED: 259 // done when it's complete, is cancelled or is removed.
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
write_from_url_operation.cc | 117 // stored yet and still hasn't been cancelled. 162 } else if (download->GetState() == content::DownloadItem::CANCELLED) {
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_profile_service_provider.cc | 204 case Delegate::CANCELLED: {
|
fake_bluetooth_device_client.cc | [all...] |
/external/chromium_org/content/browser/download/ |
drag_download_file.cc | 110 state == DownloadItem::CANCELLED ||
|
download_manager_impl_unittest.cc | 486 .WillOnce(Return(DownloadItem::CANCELLED)); 670 .WillRepeatedly(Return(DownloadItem::CANCELLED));
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_update_job.h | 76 CANCELLED,
|
/external/libusb/libusb/os/ |
linux_usbfs.c | 78 * cancellation, all URBs within that transfer will be cancelled with the 87 * transfer get cancelled) is already in effect, and setting this flag is 119 /* cancelled by user or timeout */ 120 CANCELLED, [all...] |
/external/chromium_org/chrome/browser/history/ |
download_database.cc | 125 case DownloadItem::CANCELLED: return DownloadDatabase::kStateCancelled; 139 case DownloadDatabase::kStateCancelled: return DownloadItem::CANCELLED;
|
/external/chromium_org/net/base/ |
net_log_event_type_list.h | 16 // Something got cancelled (we determine what is cancelled based on the 18 EVENT_TYPE(CANCELLED) 156 // This is logged for a job when a request is cancelled and detached. 885 // attached when cancelled: [all...] |
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 232 state == DownloadItem::CANCELLED ||
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_internals_ui.cc | 318 case DownloadItem::CANCELLED:
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 85 * needed to handle cancellation. If a node is cancelled, its 86 * successor is (normally) relinked to a non-cancelled 104 * nodes, we can miss noticing whether a cancelled node is 135 /** waitStatus value to indicate thread has cancelled */ 136 static final int CANCELLED = 1; 156 * CANCELLED: This node is cancelled due to timeout or interrupt. 158 * a thread with cancelled node never again blocks. 188 * finding a non-cancelled one, which will always exist 189 * because the head node is never cancelled: A node become [all...] |
AbstractQueuedSynchronizer.java | 315 * needed to handle cancellation. If a node is cancelled, its 316 * successor is (normally) relinked to a non-cancelled 334 * nodes, we can miss noticing whether a cancelled node is 365 /** waitStatus value to indicate thread has cancelled */ 366 static final int CANCELLED = 1; 386 * CANCELLED: This node is cancelled due to timeout or interrupt. 388 * a thread with cancelled node never again blocks. 418 * finding a non-cancelled one, which will always exist 419 * because the head node is never cancelled: A node become [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 87 * URBs within that transfer will be cancelled and no more URBs will be 157 /* cancelled by user or timeout */ 158 CANCELLED, [all...] |