/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ActionModeHandler.java | 118 // May be a cancelled job context
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 91 void cleanup(boolean cancelled) { 94 if (cancelled) { [all...] |
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverService.java | 402 // the transfer was cancelled. We need to tell BT OPP to stop transferring.
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
InstallFlowAnalytics.java | 79 /** Installation cancelled by the user. */
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
InputPairer.java | 88 * timeout period where the process can be cancelled.
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationCursor.java | 277 * full or the task is cancelled. If not cancelled and we're not done caching, it will 281 * But if an old task is cancelled, it may continue to execute at most one iteration (due 300 // an earlier task is cancelled but gets preempted. As written, this loop [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
NewOutgoingCallIntentBroadcaster.java | 108 Log.v(this, "Call cancelled (null number), returning...");
|
/system/core/healthd/ |
healthd_mode_charger.cpp | 582 LOGI("[%" PRId64 "] device plugged in: shutdown cancelled\n", now);
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_animation.cc | 851 // by the animation was not cancelled. 885 // by the SetNeedsCommit was not cancelled. [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
file_system_api.cc | 65 const char kUserCancelled[] = "User cancelled"; 569 // user has selected a file or cancelled the picker. At that point, the picker [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser.h | 138 // that would be cancelled. 339 // If executing downloads would be cancelled by this window close, [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_window_controller_cocoa.mm | 438 - (void)endDrag:(BOOL)cancelled { 439 windowShim_->panel()->manager()->EndDragging(cancelled); [all...] |
/external/chromium_org/net/proxy/ |
proxy_resolver_v8_tracing_unittest.cc | 863 // should have been cancelled. 900 // At this point the host resolver ran Resolve(), and should have cancelled [all...] |
/external/chromium_org/ppapi/utility/ |
completion_callback_factory.h | 40 /// If a factory is destroyed, then any pending callbacks will be cancelled 42 /// method allows pending callbacks to be cancelled without destroying the
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSAnimations.cpp | 240 // If we're in an animation style change, no animations can have started, been cancelled or changed play state. 345 // have matching cancelled animation property IDs on the compositor. [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 916 /* Clear a transfer as if it has completed or cancelled, but do not [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_cryptodev.c | 1058 printf("OCF hardware operation cancelled. Running in Software\n"); 1113 printf("OCF hardware operation cancelled. Running in Software\n"); [all...] |
/external/chromium_org/tools/ |
bisect-builds.py | 492 - If rev 50 is good, the download of rev 25 is cancelled, and the next test 495 - If rev 50 is bad, the download of rev 75 is cancelled, and the next test [all...] |
/external/libusb/libusb/ |
libusb.h | 654 /** Transfer was cancelled */ 751 * fails, or is cancelled. */ [all...] |
libusbi.h | 725 /* Clear a transfer as if it has completed or cancelled, but do not 747 * For any cancelled transfers, call usbi_handle_transfer_cancellation().
|
/external/openssl/crypto/engine/ |
eng_cryptodev.c | 1058 printf("OCF hardware operation cancelled. Running in Software\n"); 1113 printf("OCF hardware operation cancelled. Running in Software\n"); [all...] |
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 301 assertTrue("NotificationId " + id + " should have been cancelled." + debugStr, 306 assertFalse("NotificationId " + id + " should not have been cancelled." [all...] |
/packages/apps/Camera/src/com/android/camera/ |
PanoramaModule.java | [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOperation.java | 120 /** Error code indicating the operation was cancelled via {@link #abort}. */ 122 /** Error code indicating the operation was cancelled via {@link #restart}. */ [all...] |