Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java193 boolean cancelled = mTask.cancel(false); in onCancelLoad()
194 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); in onCancelLoad()
195 if (cancelled) { in onCancelLoad()
200 return cancelled; in onCancelLoad()
/frameworks/support/v4/java/android/support/v4/content/
DAsyncTaskLoader.java177 boolean cancelled = mTask.cancel(false); in onCancelLoad()
178 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); in onCancelLoad()
179 if (cancelled) { in onCancelLoad()
184 return cancelled; in onCancelLoad()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsViewTouchHandler.java260 boolean cancelled = action == MotionEvent.ACTION_CANCEL; in handleTouchEvent()
261 if (cancelled) { in handleTouchEvent()
265 !cancelled ? mLastDropTarget : null)); in handleTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
DEventBus.java221 boolean cancelled; field in EventBus.Event
244 evt.cancelled = false; in clone()
570 event.cancelled = false; in send()
585 event.cancelled = false; in post()
860 if (event.cancelled) { in processEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java849 boolean cancelled = mPeekPending; in cancelPeek()
851 cancelled = true; in cancelPeek()
857 if (cancelled) { in cancelPeek()
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java632 private void cancelJobImpl(JobStatus cancelled, JobStatus incomingJob) { in cancelJobImpl() argument
633 if (DEBUG) Slog.d(TAG, "CANCEL: " + cancelled.toShortString()); in cancelJobImpl()
634 stopTrackingJob(cancelled, incomingJob, true /* writeBack */); in cancelJobImpl()
637 if (mPendingJobs.remove(cancelled)) { in cancelJobImpl()
638 mJobPackageTracker.noteNonpending(cancelled); in cancelJobImpl()
641 stopJobOnServiceContextLocked(cancelled, JobParameters.REASON_CANCELED); in cancelJobImpl()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd184 // No task associated with the ImageView, or an existing task was cancelled
206 BitmapWorkerTask}</a> so that it checks if the task is cancelled and if the current task matches the
Ddisplay-bitmap.jd375 // No task associated with the ImageView, or an existing task was cancelled
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java960 boolean cancelled = false;
964 cancelled = true;
969 if (!cancelled && mSettingsIconRow != null && leftTarget == 0) {
/frameworks/base/docs/html/training/in-app-billing/
Dtest-iab-app.jd44 …is recognized by Google Play, your application will receive a ‘purchase cancelled’ response with a…
Dlist-iab-products.jd45 …is recognized by Google Play, your application will receive a ‘purchase cancelled’ response with a…
/frameworks/base/docs/html/google/play/
Ddeveloper-api.jd115 subscription expirations. You can also use the API to learn about cancelled
117 whether they were consumed before being cancelled.</p>
/frameworks/base/docs/html/training/volley/
Dsimple.jd120 <p>To cancel a request, call {@code cancel()} on your {@code Request} object. Once cancelled,
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Ddialogs.jd134 // User cancelled the dialog
227 // User cancelled the dialog
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Ddialogs.jd134 // User cancelled the dialog
227 // User cancelled the dialog
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Ddialogs.jd134 // User cancelled the dialog
227 // User cancelled the dialog
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Ddialogs.jd134 // User cancelled the dialog
227 // User cancelled the dialog
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Ddialogs.jd134 // User cancelled the dialog
227 // User cancelled the dialog
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd139 <dd>Your alarms registered with {@link android.app.AlarmManager} will be cancelled. You must
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd645 alert('File read cancelled.');
/frameworks/base/docs/html/preview/features/
Dnotification-updates.jd209 The notification must be either updated or cancelled after the app has
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/
Ddialogs.jd134 // User cancelled the dialog
227 // User cancelled the dialog
/frameworks/base/docs/html/training/permissions/
Drequesting.jd282 // If request is cancelled, the result arrays are empty.
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd137 // User cancelled the dialog
230 // User cancelled the dialog
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd784 alert('File read cancelled.');

12