Migrate PermissionState and AppOps tests to new owners

Bug: 173359936
Test: atest AppOpsTests && atest PermissionStateTests
Change-Id: I3b4ba703f6a94c16f23e33f8358e2d5361a934e7
This commit is contained in:
Stanislav Zholnin
2020-11-18 00:23:44 +00:00
parent 4f8866ea20
commit 46e15c2cd0
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
}
]
},

View File

@@ -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"
}
]
}