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

Commit d682c904 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/35065635'] into 25Q2-release.

Change-Id: I2fd3dddf9d4a27a52a7cefb3460a8f55170649c2
parents 30cd1ea7 c879fb55
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);