HomeSort by relevance Sort by last modified time
    Searched refs:cancel (Results 501 - 525 of 2586) sorted by null

<<21222324252627282930>>

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
EnterSelfPhoneNumberDialog.java 56 .setNegativeButton(android.R.string.cancel,
  /packages/apps/Music/src/com/android/music/
WeekSelector.java 51 ((Button) findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
  /packages/apps/Settings/src/com/android/settings/notification/
ZenRuleNameDialog.java 65 .setNegativeButton(R.string.cancel, null)
  /packages/apps/Settings/src/com/android/settings/security/
ConfigureKeyGuardDialog.java 55 .setNegativeButton(android.R.string.cancel, this)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EmptyFolderDialogFragment.java 94 .setNegativeButton(R.string.cancel, null)
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
FullScreenActivity.java 60 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
PhoneService.java 65 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
  /packages/services/Car/service/src/com/android/car/
CanBusErrorNotifier.java 104 mNotificationManager.cancel(TAG, NOTIFICATION_ID);
  /packages/services/Telephony/src/com/android/services/telephony/
EmergencyTonePlayer.java 96 mVibrator.cancel();
  /system/chre/platform/linux/
system_timer.cc 79 // 0 has a special meaning in POSIX, i.e. cancel the timer. In our API, a
94 bool SystemTimer::cancel() { function in class:chre::SystemTimer
  /tools/tradefederation/core/prod-tests/src/com/android/sensor/tests/
SingleSensorTests.java 102 StreamUtil.cancel(outputSource);
  /tools/tradefederation/core/src/com/android/tradefed/device/
BackgroundDeviceAction.java 120 public synchronized void cancel() { method in class:BackgroundDeviceAction
  /tools/tradefederation/core/src/com/android/tradefed/util/
IRunUtil.java 45 * Cancel the operation.
47 public void cancel(); method in interface:IRunUtil.IRunnableResult
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
MainFragment.java 120 mAutoScrollTimer.cancel();
208 mAutoScrollTimer.cancel();
220 mAutoScrollTimer.cancel();
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
SettingsActivity.java 83 .setNegativeButton(R.string.cancel, null)
104 .setNegativeButton(R.string.cancel, null)
145 .setNegativeButton(R.string.cancel, null);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
SettingsActivity.java 83 .setNegativeButton(R.string.cancel, null)
104 .setNegativeButton(R.string.cancel, null)
145 .setNegativeButton(R.string.cancel, null);
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 48 * {@link Scheduler}. When this service is asked to stop via {@link #stopAsync} it will cancel the
214 runningTask.cancel(false);
419 * not scheduled while a cancel is ongoing. Also it protects the currentFuture variable to
447 // cancel calls cancel on the correct future. 2. we want to make sure that the assignment
468 // N.B. Only protect cancel and isCancelled because those are the only methods that are
471 public boolean cancel(boolean mayInterruptIfRunning) {
472 // Ensure that a task cannot be rescheduled while a cancel is ongoing.
475 return currentFuture.cancel(mayInterruptIfRunning);
483 throw new UnsupportedOperationException("Only cancel is supported by this future")
    [all...]
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 100 f.cancel(true);
146 f.cancel(true);
195 f.cancel(true);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
StreamAllocation.java 43 * potentially slow to establish so it is necessary to be able to cancel a connection
70 * <p>This class supports {@linkplain #cancel asynchronous canceling}. This is intended to have
71 * the smallest blast radius possible. If an HTTP/2 stream is active, canceling will cancel that
260 public void cancel() { method in class:StreamAllocation
269 streamToCancel.cancel();
271 connectionToCancel.cancel();
  /external/python/cpython2/Lib/plat-mac/
EasyDialogs.py 4 AskString(prompt, default) -- ask for a string, display OK and Cancel buttons.
6 AskYesNoCancel(question, default) -- display a question and Yes, No and Cancel buttons.
97 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
102 Return None when the user clicks the Cancel button.
125 if cancel is not None:
127 h.SetControlTitle(cancel)
139 def AskPassword(prompt, default='', id=264, ok=None, cancel=None):
145 Return None when the user clicks the Cancel button.
169 if cancel is not None:
171 h.SetControlTitle(cancel)
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AlarmManagerTest.java 124 alarmManager.cancel(newPendingIntent);
134 alarmManager.cancel(PendingIntent.getBroadcast(Robolectric.application, 0, new Intent("anotherAction"), 0));
136 alarmManager.cancel(PendingIntent.getBroadcast(Robolectric.application, 0, new Intent("someAction"), 0));
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptProcessMonitor.java 98 mUpdater.cancel();
119 mTimer.cancel();
187 mTimer.cancel();
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 127 mPendingLockCheck.cancel(false);
259 mCountdownTimer.cancel();
263 mPendingLockCheck.cancel(false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 70 mViewTransformationAnimation.cancel();
130 mViewTransformationAnimation.cancel();
187 mViewTransformationAnimation.cancel();
  /frameworks/support/compat/java/android/support/v4/hardware/fingerprint/
FingerprintManagerCompat.java 93 * provided cancel object.
97 * @param cancel an object that can be used to cancel authentication
104 @Nullable CancellationSignal cancel, @NonNull AuthenticationCallback callback,
109 android.os.CancellationSignal cancellationSignal = cancel != null
110 ? (android.os.CancellationSignal) cancel.getCancellationSignalObject()

Completed in 757 milliseconds

<<21222324252627282930>>