HomeSort by relevance Sort by last modified time
    Searched full:canceling (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 41 CANCELING_1("canceling 1", StateClass.canceling),
45 CANCELING_2("canceling 2", StateClass.canceling),
49 CANCELING_3("canceling 3", StateClass.canceling),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
180 * Returns true, if this is a canceling state.
182 * @return <code>true</code> if canceling state, <code>false</code> otherwise
185 return _state == StateClass.canceling;
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 26 Log.d("StatusBarTest", "onPause: Canceling notification id=" + mId);
  /external/chromium/chrome/browser/download/
download_item_model.h 38 // for canceling the downloading, and also the text for displaying downloading
save_item.cc 62 // when canceling whole saving page job.
download_item.h 152 // a DCHECK failure. Set 'update_history' to false when canceling from at
389 // For canceling or pausing requests.
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_mac.h 58 // For canceling an in progress icon request.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
CancelRequest.java 19 * Class representing one request for canceling vCard import/export.
CancelActivity.java 34 * The Activity for canceling vCard import/export.
  /system/core/include/system/
window.h 388 * reference if they might use the buffer after queueing or canceling it.
389 * Holding a reference to a buffer after queueing or canceling it is only
421 * reference if they might use the buffer after queueing or canceling it.
422 * Holding a reference to a buffer after queueing or canceling it is only
488 * reference if they might use the buffer after queueing or canceling it.
489 * Holding a reference to a buffer after queueing or canceling it is only
506 * reference if they might use the buffer after queueing or canceling it.
507 * Holding a reference to a buffer after queueing or canceling it is only
528 * reference if they might use the buffer after queueing or canceling it.
529 * Holding a reference to a buffer after queueing or canceling it is onl
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.mm 81 // and then complete canceling the reorder by [NSApp preventWindowOrdering] in
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 74 protected void canceling() { method in class:LintJob
75 super.canceling();
  /external/chromium/chrome/browser/sync/
signin_manager.h 67 // associated with the user, and canceling all auth in progress.
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Canceler.java 76 return "canceling";
  /packages/apps/Email/src/com/android/email/
Throttle.java 108 if (DEBUG) debugLog("Canceling scheduled callback");
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 9 // and a button for canceling an in progress download, or opening
237 // For canceling an in progress icon request.
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 514 * Returns true, if this is a canceling state.
516 * @return <code>true</code> if canceling state, <code>false</code> otherwise
  /frameworks/base/core/tests/coretests/src/android/animation/
ViewPropertyAnimatorTest.java 246 * Verify that canceling an animator that is playing does the right thing.
320 * Verifies that canceling a started animation after it has already been canceled
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 142 LOG(WARNING) << "Canceling ClientLogin attempt.";
  /external/chromium/chrome/browser/printing/
print_job.h 136 // Is Canceling? If so, try to not cause recursion if on FAILED notification,
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 233 // For canceling an in progress icon request.
  /frameworks/base/services/java/com/android/server/location/
LocationBasedCountryDetector.java 53 * Used for canceling location query
  /ndk/sources/host-tools/make-3.81/doc/
make.info 160 Node: Canceling Rules320547
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 160 if (DBG) log("canceling pending play reminder intent");
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 150 // Try canceling the long press. It could also have been scheduled
  /sdk/templates/activities/FullscreenActivity/root/src/app_package/
FullscreenActivity.java.ftl 190 * Schedules a call to hide() in [delay] milliseconds, canceling any

Completed in 503 milliseconds

1 2 3 4 5 6 7