Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java483 if (mLastExecutionSignal != null) { in setExecutor()
484 mLastExecutionSignal.cancel(); in setExecutor()
485 mLastExecutionSignal = null; in setExecutor()
544 if (mLastExecutionSignal != null) { in applyRemoteViews()
545 mLastExecutionSignal.cancel(); in applyRemoteViews()
546 mLastExecutionSignal = null; in applyRemoteViews()
633 if (mLastExecutionSignal != null) { in inflateAsync()
634 mLastExecutionSignal.cancel(); in inflateAsync()
652 if (mLastExecutionSignal == null) { in inflateAsync()
685 mLastExecutionSignal = null; in onViewApplied()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9689 Landroid/appwidget/AppWidgetHostView;->mLastExecutionSignal:Landroid/os/CancellationSignal;