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

Commit 60c608bf authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Hypothetically fix test flake" into main

parents 4957ba3a e74a38d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -207,12 +207,12 @@ public class RankingHelperTest extends UiServiceTestCase {
                .build();
                .build();
        mRecentlyIntrusive = new NotificationRecord(mContext, new StatusBarNotification(
        mRecentlyIntrusive = new NotificationRecord(mContext, new StatusBarNotification(
                mPkg, mPkg, 1, null, 0, 0, n, mUser,
                mPkg, mPkg, 1, null, 0, 0, n, mUser,
                null, System.currentTimeMillis()+100), getDefaultChannel());
                null, 100), getDefaultChannel());
        mRecentlyIntrusive.setRecentlyIntrusive(true);
        mRecentlyIntrusive.setRecentlyIntrusive(true);


        mNewest = new NotificationRecord(mContext, new StatusBarNotification(
        mNewest = new NotificationRecord(mContext, new StatusBarNotification(
                mPkg, mPkg, 2, null, 0, 0, n, mUser,
                mPkg, mPkg, 2, null, 0, 0, n, mUser,
                null, System.currentTimeMillis()+10000), getDefaultChannel());
                null, 10000), getDefaultChannel());
    }
    }


    private NotificationChannel getLowChannel() {
    private NotificationChannel getLowChannel() {