1{ 2 "presubmit": [ 3 { 4 "name": "FrameworksCoreTests", 5 "options": [ 6 { 7 "include-filter": "android.view.inputmethod" 8 }, 9 { 10 "include-filter": "com.android.internal.inputmethod" 11 }, 12 { 13 "exclude-annotation": "androidx.test.filters.FlakyTest" 14 } 15 ], 16 "file_patterns": [ 17 "core/java/com/android/internal/inputmethod/.*", 18 "core/java/android/view/inputmethod/.*", 19 "core/tests/coretests/src/android/view/inputmethod/.*", 20 "core/tests/coretests/src/com/android/internal/inputmethod/.*" 21 ] 22 } 23 ] 24} 25