Home
last modified time | relevance | path

Searched refs:mLastExecutionSignal (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java476 if (mLastExecutionSignal != null) { in setExecutor()
477 mLastExecutionSignal.cancel(); in setExecutor()
478 mLastExecutionSignal = null; in setExecutor()
533 if (mLastExecutionSignal != null) { in applyRemoteViews()
534 mLastExecutionSignal.cancel(); in applyRemoteViews()
535 mLastExecutionSignal = null; in applyRemoteViews()
622 if (mLastExecutionSignal != null) { in inflateAsync()
623 mLastExecutionSignal.cancel(); in inflateAsync()
641 if (mLastExecutionSignal == null) { in inflateAsync()
674 mLastExecutionSignal = null; in onViewApplied()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9761 Landroid/appwidget/AppWidgetHostView;->mLastExecutionSignal:Landroid/os/CancellationSignal;