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

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

Fix build failure in release branch

A few tests got broken during cherry-picking (ag/33684829) and I assume between 6/26 and 8/13 compiling these tests was enabled, so now the build fails.

Test: atest BackgroundLaunchProcessControllerTests
Flag: EXEMPT build fix
Bug: 406880479
Cherrypick-From: https://googleplex-android-review.googlesource.com/q/commit:b1c9647eabe1a13c8d43a2519ae1e2117133fd43
Merged-In: Ice998446a278ac4b4b1103f5bff044a4a5542148
Change-Id: Ice998446a278ac4b4b1103f5bff044a4a5542148
parent 2c84985e
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);