Merge "Add TEST_MAPPINGs for autofill tests under inputmethod related paths"

This commit is contained in:
TreeHugger Robot
2020-08-26 18:44:18 +00:00
committed by Android (Google) Code Review
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/view/inputmethod"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"presubmit": [
{
"name": "CtsAutoFillServiceTestCases",
"options": [
{
"include-filter": "android.autofillservice.cts.inline"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.AppModeFull"
}
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/view/inputmethod"
}
]
}