/packages/apps/Nfc/res/values/ |
strings.xml | 26 <string name="beam_canceled">Beam canceled</string>
|
/packages/apps/Settings/src/com/android/settings/ |
AppWidgetPickActivity.java | 165 // bogus. Set the result to canceled, and exit. The app *should*
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
AddAccountSettings.java | 104 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MoreKeysPanel.java | 37 * @param panel the panel to be canceled.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/ |
ExternalDictionaryGetterForDebug.java | 137 // Canceled by the user by hitting the back key
|
/packages/services/Telephony/src/com/android/phone/ |
Constants.java | 121 * need to warn the user that ECM has been canceled (see bug
|
HfaLogic.java | 205 Log.e(TAG, "Pending Intent canceled");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno.h | 99 #define ECANCELED 125 /* Operation Canceled */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 99 #define ECANCELED 125 /* Operation Canceled */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 99 #define ECANCELED 125 /* Operation Canceled */
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnection.java | 538 * @throws OperationCanceledException if the operation was canceled. 581 * @throws OperationCanceledException if the operation was canceled. 624 * @throws OperationCanceledException if the operation was canceled. 669 * @throws OperationCanceledException if the operation was canceled. 715 * @throws OperationCanceledException if the operation was canceled. 764 * @throws OperationCanceledException if the operation was canceled. [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportVCardActivity.java | 257 Log.i(LOG_TAG, "vCard cache operation is canceled."); 300 Log.i(LOG_TAG, "vCard cache operation is canceled."); 348 Log.i(LOG_TAG, "vCard cache operation is canceled."); 396 Log.d(LOG_TAG, "Canceled during caching " + sourceUri); [all...] |
/external/chromium_org/net/dns/ |
host_resolver_impl.cc | 458 // It is owned by a Job. Canceled Requests are only marked as canceled rather 477 // Mark the request as canceled. 865 // Count those attempts which completed after the job was already canceled 870 // Record if job is canceled. 913 // (regardless of whether or not it was later canceled. [all...] |
/external/chromium/net/url_request/ |
url_request_unittest.cc | 666 EXPECT_EQ(URLRequestStatus::CANCELED, r.status().status()); 690 EXPECT_EQ(URLRequestStatus::CANCELED, r.status().status()); 704 // The request will be implicitly canceled when it is destroyed. The 743 EXPECT_EQ(URLRequestStatus::CANCELED, r.status().status()); [all...] |
/external/chromium_org/chrome/browser/history/ |
history_backend.cc | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
file_operation_manager.js | [all...] |
/external/chromium_org/net/url_request/ |
url_request_http_job.cc | 459 // Check that there are no callbacks to already canceled requests. 460 DCHECK_NE(URLRequestStatus::CANCELED, GetStatus().status()); 667 // We may have been canceled while retrieving cookies. 779 // We may have been canceled within OnSetCookie. [all...] |
/external/chromium_org/content/browser/loader/ |
resource_dispatcher_host_unittest.cc | 928 // Tests whether messages get canceled properly. We issue four requests, [all...] |
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 479 showMessageDialog("operation was canceled"); 522 showMessageDialog(label + " was canceled");
|
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator.cc | 210 LOG(ERROR) << "Login attempt canceled!?!? Trying again."; 214 LOG(ERROR) << "Login attempt canceled again? Already retried...";
|
/external/chromium/chrome/browser/printing/ |
print_view_manager.cc | 279 // know that the job will be stopped/canceled in any case. 366 // We don't need the metafile data anymore because the printing is canceled.
|
/external/chromium_org/ash/shelf/ |
shelf_view.h | 219 // If there is a drag operation in progress it's canceled. If |modified_index| 284 bool canceled) OVERRIDE;
|
/external/chromium_org/chrome/browser/download/ |
download_request_limiter.cc | 78 // or Canceled, tough luck, they don't get another chance. They can copy 190 // User has either allowed all downloads or canceled all downloads. Only
|
/external/chromium_org/chrome/browser/printing/ |
print_view_manager_base.cc | 327 // know that the job will be stopped/canceled in any case. 405 // We don't need the metafile data anymore because the printing is canceled.
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller_interactive_uitest_win.cc | 163 // Should have canceled dragging. 192 // Should have canceled dragging.
|