Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc34b284 authored by Achim Thesmann's avatar Achim Thesmann Committed by Android Build Coastguard Worker
Browse files

Revert^2 "Fix build failure in release branch"

This reverts commit 4d41392e80c274f2816196c5f75cdccbd83f1489.

Reason for revert: roll forward

Bug: 406880479
Cherrypick-From: https://googleplex-android-review.googlesource.com/q/commit:852726d52abe5d26e424b7215147eb439d36c362
Merged-In: I0dfd832f96e47ae6b5791c0408d8f0de3ef9ef09
Change-Id: I0dfd832f96e47ae6b5791c0408d8f0de3ef9ef09
parent b914bcc9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ public class BackgroundLaunchProcessControllerTests {
                BackgroundStartPrivileges.ALLOW_BAL);
        BalVerdict balVerdict = mController.areBackgroundActivityStartsAllowed(
                mPid, mUid, mPackageName,
                mAppSwitchState, mBalCheckConfiguration,
                mAppSwitchState, mBalCheckConfiguration, mInPinnedWindoMode,
                mHasActivityInVisibleTask, mHasBackgroundActivityStartPrivileges,
                mLastStopAppSwitchesTime, mLastActivityLaunchTime,
                mLastActivityFinishTime);
@@ -180,7 +180,7 @@ public class BackgroundLaunchProcessControllerTests {
                BackgroundStartPrivileges.ALLOW_BAL);
        BalVerdict balVerdict = mController.areBackgroundActivityStartsAllowed(
                mPid, mUid, mPackageName,
                mAppSwitchState, mBalCheckConfiguration,
                mAppSwitchState, mBalCheckConfiguration, mInPinnedWindoMode,
                mHasActivityInVisibleTask, mHasBackgroundActivityStartPrivileges,
                mLastStopAppSwitchesTime, mLastActivityLaunchTime,
                mLastActivityFinishTime);
@@ -212,7 +212,7 @@ public class BackgroundLaunchProcessControllerTests {
        mHasActiveVisibleWindow.add(999);
        BalVerdict balVerdict = mController.areBackgroundActivityStartsAllowed(
                mPid, mUid, mPackageName,
                mAppSwitchState, mBalCheckConfiguration,
                mAppSwitchState, mBalCheckConfiguration, mInPinnedWindoMode,
                mHasActivityInVisibleTask, mHasBackgroundActivityStartPrivileges,
                mLastStopAppSwitchesTime, mLastActivityLaunchTime,
                mLastActivityFinishTime);