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

Commit 46e15c2c authored by Stanislav Zholnin's avatar Stanislav Zholnin
Browse files

Migrate PermissionState and AppOps tests to new owners

Bug: 173359936
Test: atest AppOpsTests && atest PermissionStateTests
Change-Id: I3b4ba703f6a94c16f23e33f8358e2d5361a934e7
parent 4f8866ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@
        },
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "name": "CtsStatsdHostTestCases",
            "name": "CtsStatsdAtomHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests#testAppOps"
                    "include-filter": "android.cts.statsdatom.appops.AppOpsTests#testAppOps"
                }
            ]
        },
+2 −2
Original line number Diff line number Diff line
@@ -48,10 +48,10 @@
            ]
        },
        {
            "name": "CtsStatsdHostTestCases",
            "name": "CtsStatsdAtomHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests#testAppOps"
                    "include-filter": "android.cts.statsdatom.appops.AppOpsTests#testAppOps"
                }
            ]
        }