HomeSort by relevance Sort by last modified time
    Searched refs:cancel (Results 151 - 175 of 2864) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/ojluni/src/main/java/sun/nio/fs/
Cancellable.java 74 final void cancel() { method in class:Cancellable
116 * thread is interrupted then an attempt is make to cancel the background
128 task.cancel();
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
CaptureSessionCreator.java 66 sessionFuture.cancel(true);
87 sessionFuture.cancel(true);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java 52 // "cancel" action, so we show an additional "cancel" button.
53 View view = findViewById(R.id.cancel);
81 if (v.getId() == R.id.cancel) finish();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapLoader.java 34 * REQUESTED -> INIT (cancel), LOADED, ERROR, RECYCLED
80 if (mTask != null) mTask.cancel();
91 if (mTask != null) mTask.cancel();
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
ToggleOnTapCallback.java 25 mAnim.cancel();
55 mAnim.cancel();
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedCallNotificationReceiver.java 49 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId);
58 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId);
  /prebuilts/go/darwin-x86/src/context/
benchmark_test.go 78 ctx, cancel := WithCancel(Background())
80 cancel()
85 ctx, cancel := WithCancel(Background())
86 cancel()
  /prebuilts/go/linux-x86/src/context/
benchmark_test.go 78 ctx, cancel := WithCancel(Background())
80 cancel()
85 ctx, cancel := WithCancel(Background())
86 cancel()
  /prebuilts/tools/common/m2/repository/org/reactivestreams/reactive-streams/1.0.0/
reactive-streams-1.0.0.jar 
  /tools/tradefederation/core/src/com/android/tradefed/device/
LogcatReceiver.java 69 mDeviceAction.cancel();
70 mReceiver.cancel();
  /libcore/ojluni/src/main/java/sun/nio/ch/
PendingFuture.java 110 task.cancel(false);
140 timeoutTask.cancel(false);
158 timeoutTask.cancel(false);
226 public boolean cancel(boolean mayInterruptIfRunning) { method in class:PendingFuture
235 // set result and cancel timer
239 timeoutTask.cancel(false);
242 // close channel if forceful cancel
  /cts/tests/app/src/android/app/cts/
PendingIntentTest.java 156 mPendingIntent.cancel();
193 mPendingIntent.cancel();
273 pi.cancel();
291 mPendingIntent.cancel();
318 mPendingIntent.cancel();
335 mPendingIntent.cancel();
347 mPendingIntent.cancel();
375 mPendingIntent.cancel();
406 mPendingIntent.cancel();
423 mPendingIntent.cancel();
    [all...]
  /build/soong/ui/build/
signal.go 35 // 2. Call cancel() which is normally the cancellation of a Context. This will send a SIGKILL
41 func SetupSignals(log logger.Logger, cancel, cleanup func()) {
44 go handleSignals(signals, log, cancel, cleanup)
47 func handleSignals(signals chan os.Signal, log logger.Logger, cancel, cleanup func()) {
55 // Things didn't exit cleanly, cancel our ctx (SIGKILL to subprocesses)
59 go cancel()
61 // Cancel didn't work. Try to run cleanup manually, then we'll panic
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
PackageTest.java 46 receiver.cancel();
60 receiver2.cancel();
76 receiver.cancel();
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ImageVideoModelLoader.java 118 public void cancel() { method in class:ImageVideoModelLoader.ImageVideoFetcher
120 streamFetcher.cancel();
123 fileDescriptorFetcher.cancel();
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 64 public boolean cancel() { method in class:Announcer
67 return super.cancel();
140 this.cancel();
Renewer.java 65 public boolean cancel() { method in class:Renewer
68 return super.cancel();
141 cancel(); method
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 78 public boolean cancel() { method in class:Pipeline.MyTimer
79 boolean retval = super.cancel();
119 this.myTimerTask.cancel();
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeUpCall.java 42 static final String CANCEL = "CANCEL";
47 boolean cancel = intent.hasExtra(CANCEL);
48 if (!cancel) {
84 // cancel alarms
86 am.cancel(PendingIntent.getBroadcast(context, 0, intent, 0));
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
PseudoEmergencyAnimator.java 67 animator.cancel();
81 animation.cancel();
106 animation.cancel();
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationManager.java 57 private void cancel(String tag, int id) { method in class:TestNotificationManager
61 // Only cancel non-foreground notification
79 case "cancel":
81 cancel(null, (Integer) args[0]); method
84 cancel((String) args[0], (Integer) args[1]); method
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestTimer.java 68 public void cancel() { method in class:TestTimer
146 public boolean cancel() { method in class:TestTimer.Task
148 return mDelegate.cancel();
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
AllAppsSearchBarController.java 82 mSearchAlgorithm.cancel(true);
85 mSearchAlgorithm.cancel(false);
95 mSearchAlgorithm.cancel(false);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java 111 mRunningTimerTask.cancel();
159 public boolean cancel() { method in class:Throttle.MyTimerTask
161 return super.cancel();
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
CrashCollector.java 119 mCrashCollector.cancel();
122 mCrashReceiver.cancel();
127 StreamUtil.cancel(iss);

Completed in 431 milliseconds

1 2 3 4 5 67 8 91011>>