/frameworks/proto_logging/stats/express/catalog/ |
D | app.cfg | 22 display_name: "Count of force-stop cancelled PendingIntents sent from top per caller" 23 …description: "Number of times an app in the top state tried to send PendingIntents cancelled due t… 32 display_name: "Count of force-stop cancelled PendingIntents sent from top per owner" 33 …of times per owner an app in the top state tried to send PendingIntents cancelled due to force-sto…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | RowInflaterTaskLogger.kt | 48 fun logInflateFinish(entry: NotificationEntry, elapsedMs: Long, cancelled: Boolean) { in logInflateFinish() 55 bool1 = cancelled in logInflateFinish() 57 { "finished ${if (bool1) "cancelled " else ""}row inflation in $long1 ms for $str1" } in logInflateFinish()
|
D | StackScrollerDecorView.java | 125 Consumer<Boolean> onAnimationEndedWrapper = (cancelled) -> { in setContentVisible() 128 onAnimationEnded.accept(cancelled); in setContentVisible() 168 Consumer<Boolean> onAnimationEndedWrapper = (cancelled) -> { in setSecondaryVisible() 171 onAnimationEnded.accept(cancelled); in setSecondaryVisible() 260 setContentVisible(false, true /* animate */, (cancelled) -> onFinishedRunnable.run()); in performRemoveAnimation()
|
D | NotificationSnooze.java | 366 boolean cancelled = false; in animateSnoozeOptions() 370 cancelled = true; in animateSnoozeOptions() 375 if (!show && !cancelled) { in animateSnoozeOptions()
|
/frameworks/native/cmds/dumpstate/ |
D | TaskQueue.h | 51 tasks_.emplace([=](bool cancelled) { in add() 52 std::invoke(func, cancelled); in add()
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 202 boolean cancelled = mTask.cancel(false); in onCancelLoad() 203 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); in onCancelLoad() 204 if (cancelled) { in onCancelLoad() 209 return cancelled; in onCancelLoad()
|
/frameworks/base/services/backup/java/com/android/server/backup/remote/ |
D | RemoteCall.java | 86 public RemoteCall(boolean cancelled, RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall() argument 90 if (cancelled) { in RemoteCall()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
D | ImageListViewScrollActivity.java | 77 volatile boolean cancelled = false; field in ImageListViewScrollActivity.BitmapWorkerTask 98 if (!cancelled) { in onPostExecute() 142 inFlight.cancelled = true; in getView()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | CompleteEffectVibratorStep.java | 36 CompleteEffectVibratorStep(VibrationStepConductor conductor, long startTime, boolean cancelled, in CompleteEffectVibratorStep() argument 40 mCancelled = cancelled; in CompleteEffectVibratorStep()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
D | ChipbarCoordinatorTest.kt | 408 var cancelled = false in displayView_loadingThenNotLoading_animationStopped() variable 409 animator.doOnCancel { cancelled = true } in displayView_loadingThenNotLoading_animationStopped() 419 assertThat(cancelled).isTrue() in displayView_loadingThenNotLoading_animationStopped() 434 var cancelled = false in displayView_loadingThenHideView_animationStopped() variable 435 animator.doOnCancel { cancelled = true } in displayView_loadingThenHideView_animationStopped() 439 assertThat(cancelled).isTrue() in displayView_loadingThenHideView_animationStopped() 454 var cancelled = false in displayView_loadingThenNewLoading_animationStaysTheSame() variable 455 animator.doOnCancel { cancelled = true } in displayView_loadingThenNewLoading_animationStaysTheSame() 467 assertThat(cancelled).isFalse() in displayView_loadingThenNewLoading_animationStaysTheSame()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobSchedulerService.java | 2329 private void cancelJobImplLocked(JobStatus cancelled, JobStatus incomingJob, 2331 if (DEBUG) Slog.d(TAG, "CANCEL: " + cancelled.toShortString()); 2332 cancelled.unprepareLocked(); 2333 stopTrackingJobLocked(cancelled, incomingJob, true /* writeBack */); 2335 if (mPendingJobQueue.remove(cancelled)) { 2336 mJobPackageTracker.noteNonpending(cancelled); 2338 mChangedJobList.remove(cancelled); 2341 cancelled, reason, internalReasonCode, debugReason); 2344 final int sourceUid = cancelled.getSourceUid(); 2346 cancelled.isProxyJob() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
D | LightSourceDrawable.kt | 100 var cancelled = false in <lambda>() variable 102 cancelled = true in <lambda>() 106 if (cancelled) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LSShadeTransitionLogger.kt | 140 fun logPulseExpansionFinished(cancelled: Boolean) { in logPulseExpansionFinished() 141 if (cancelled) { in logPulseExpansionFinished()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimator.kt | 695 var cancelled = false variable 707 if (!cancelled) { in onTransitionAnimationEnd() 713 cancelled = true in onTransitionAnimationCancelled() 819 private var cancelled = false variable 885 if (cancelled) { in onAnimationStart() 1248 if (cancelled) { in onAnimationTimedOut() 1275 cancelled = true in onAnimationCancelled()
|
D | ViewHierarchyAnimator.kt | 1044 var cancelled = false in <lambda>() variable 1052 if (ephemeral && !cancelled) { in <lambda>() 1059 if (!cancelled) { in <lambda>() 1065 cancelled = true in <lambda>()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 96 pid_t check_cancellation_and_fork(/* out */ bool *cancelled) { in check_cancellation_and_fork() argument 99 *cancelled = true; in check_cancellation_and_fork() 103 *cancelled = false; in check_cancellation_and_fork() 1661 bool cancelled = false; in process_secondary_dex_dexopt() local 1662 pid_t pid = dexopt_status_->check_cancellation_and_fork(&cancelled); in process_secondary_dex_dexopt() 1663 if (cancelled) { in process_secondary_dex_dexopt() 1734 cancelled = dexopt_status_->check_if_killed_and_remove_dexopt_pid(pid); in process_secondary_dex_dexopt() 1736 if ((WTERMSIG(result) == SIGKILL) && cancelled) { in process_secondary_dex_dexopt() 1971 bool cancelled = false; in dexopt() local 1972 pid_t pid = dexopt_status_->check_cancellation_and_fork(&cancelled); in dexopt() [all …]
|
/frameworks/proto_logging/stats/atoms/art/ |
D | background_extension_dexopt_atoms.proto | 137 // making the job cancelled. 145 // The job was finished or cancelled. Some packages may be successfully 148 // job was cancelled before or after the package scanning.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | PulseExpansionHandler.kt | 253 lockscreenShadeTransitionController.finishPulseAnimation(cancelled = false) in <lambda>() 332 lockscreenShadeTransitionController.finishPulseAnimation(cancelled = true) in <lambda>()
|
D | LockscreenShadeTransitionController.kt | 695 fun finishPulseAnimation(cancelled: Boolean) { in <lambda>() 696 logger.logPulseExpansionFinished(cancelled) in <lambda>() 697 if (cancelled) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaHierarchyManager.kt | 201 private var cancelled: Boolean = false in <lambda>() variable 204 cancelled = true in <lambda>() 211 if (!cancelled) { in <lambda>() 217 cancelled = false in <lambda>()
|
/frameworks/proto_logging/stats/enums/app/wearservices/ |
D | wearservices_enums.proto | 530 // Notification was cancelled by the status bar reporting a notification click. 533 // Notification was cancelled by the status bar reporting a user dismissal. 536 // Notification was cancelled by the status bar reporting a user dismiss all.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 541 anim.addEndListener((t, p, wasFling, cancelled, finalValue, finalVelocity, allEnded) -> { in snapChild() argument 544 if (!cancelled) { in snapChild()
|
/frameworks/proto_logging/stats/enums/view/inputmethod/ |
D | enums.proto | 103 // IME request cancelled.
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTransition.java | 424 boolean cancelled = false; in onTransitionConsumed() 428 cancelled = true; in onTransitionConsumed() 433 if (!cancelled) return; in onTransitionConsumed()
|
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
D | KeyValueBackupTask.java | 832 private int getBackupFinishedStatus(boolean cancelled, int transportStatus) { in getBackupFinishedStatus() argument 833 if (cancelled) { in getBackupFinishedStatus()
|