RESTRICT AUTOMERGE Ensure that main executor is used in Doze. am: e957af6d09

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11718819

Change-Id: I7e1b8057edf33cd06294ad6dc244cc92d8c63101
This commit is contained in:
Dave Mankoff
2020-06-03 19:17:54 +00:00
committed by Automerger Merge Worker

View File

@@ -71,7 +71,7 @@ public class DozeFactory {
DockManager dockManager, @Nullable IWallpaperManager wallpaperManager,
ProximitySensor proximitySensor,
DelayedWakeLock.Builder delayedWakeLockBuilder, @Main Handler handler,
DelayableExecutor delayableExecutor,
@Main DelayableExecutor delayableExecutor,
BiometricUnlockController biometricUnlockController,
BroadcastDispatcher broadcastDispatcher, DozeHost dozeHost) {
mFalsingManager = falsingManager;