/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 193 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/ |
D | AsyncTaskLoader.java | 177 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/ |
D | RecentsViewTouchHandler.java | 260 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/ |
D | EventBus.java | 221 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/ |
D | PanelView.java | 849 boolean cancelled = mPeekPending; in cancelPeek() 851 cancelled = true; in cancelPeek() 857 if (cancelled) { in cancelPeek()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobSchedulerService.java | 632 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/ |
D | process-bitmap.jd | 184 // 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
|
D | display-bitmap.jd | 375 // No task associated with the ImageView, or an existing task was cancelled
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 960 boolean cancelled = false; 964 cancelled = true; 969 if (!cancelled && mSettingsIconRow != null && leftTarget == 0) {
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | test-iab-app.jd | 44 …is recognized by Google Play, your application will receive a ‘purchase cancelled’ response with a…
|
D | list-iab-products.jd | 45 …is recognized by Google Play, your application will receive a ‘purchase cancelled’ response with a…
|
/frameworks/base/docs/html/google/play/ |
D | developer-api.jd | 115 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/ |
D | simple.jd | 120 <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/ |
D | dialogs.jd | 134 // User cancelled the dialog 227 // User cancelled the dialog
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/ |
D | dialogs.jd | 134 // User cancelled the dialog 227 // User cancelled the dialog
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/ |
D | dialogs.jd | 134 // User cancelled the dialog 227 // User cancelled the dialog
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/ |
D | dialogs.jd | 134 // User cancelled the dialog 227 // User cancelled the dialog
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/ |
D | dialogs.jd | 134 // User cancelled the dialog 227 // User cancelled the dialog
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 139 <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/ |
D | device-art.jd | 645 alert('File read cancelled.');
|
/frameworks/base/docs/html/preview/features/ |
D | notification-updates.jd | 209 The notification must be either updated or cancelled after the app has
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/ |
D | dialogs.jd | 134 // User cancelled the dialog 227 // User cancelled the dialog
|
/frameworks/base/docs/html/training/permissions/ |
D | requesting.jd | 282 // If request is cancelled, the result arrays are empty.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 137 // User cancelled the dialog 230 // User cancelled the dialog
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | device-art.jd | 784 alert('File read cancelled.');
|