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

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

Snap for 13046591 from 8a4c26fa to 25Q2-release

Change-Id: I3452f97878eba84f1d2b3e74694434cac8153454
parents 60dbbdab 8a4c26fa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ import static com.android.documentsui.flags.Flags.FLAG_USE_MATERIAL3;

import android.net.Uri;
import android.platform.test.annotations.RequiresFlagsEnabled;
import android.platform.test.flag.junit.CheckFlagsRule;
import android.platform.test.flag.junit.DeviceFlagsValueProvider;
import android.view.KeyEvent;

import androidx.test.filters.LargeTest;
@@ -31,6 +33,7 @@ import com.android.documentsui.sorting.SortModel;

import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -73,6 +76,9 @@ public class SortDocumentUiTest extends ActivityTestJunit4<FilesActivity> {
        return ret;
    }

    @Rule
    public final CheckFlagsRule mCheckFlagsRule = DeviceFlagsValueProvider.createCheckFlagsRule();

    @Before
    public void setUp() throws Exception {
        super.setUp();