| { |
| "presubmit": [ |
| { |
| "name": "FrameworksCoreTests_inputmethod", |
| "file_patterns": [ |
| "core/java/com/android/internal/inputmethod/.*", |
| "core/java/android/view/inputmethod/.*", |
| "core/tests/coretests/src/android/view/inputmethod/.*", |
| "core/tests/coretests/src/com/android/internal/inputmethod/.*" |
| ] |
| }, |
| { |
| "name": "SerialTests", |
| "file_patterns": [ |
| "core/java/android/hardware/serial/.*" |
| ] |
| } |
| ], |
| "wear-robolectric-postsubmit": [ |
| { |
| "name": "ClockworkSettingsRoboTests", |
| "host": true |
| }, |
| { |
| "name": "ClockworkSetupWizardRoboTests", |
| "host": true |
| } |
| ], |
| "wear-robolectric-presubmit": [ |
| { |
| "name": "ClockworkSettingsRoboTests", |
| "host": true |
| } |
| ] |
| |
| } |