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

Commit f422bb7f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents d0bc35aa 46a8aff0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/core/java/android/view/inputmethod"
    }
  ]
}
+18 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsAutoFillServiceTestCases",
      "options": [
        {
          "include-filter": "android.autofillservice.cts.inline"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.AppModeFull"
        }
      ]
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/core/java/android/view/inputmethod"
    }
  ]
}