1{ 2 "presubmit": [ 3 { 4 "name": "CtsProviderTestCases", 5 "options": [ 6 { 7 "include-filter": "android.provider.cts.media.MediaStore_DownloadsTest" 8 } 9 ] 10 }, 11 { 12 "name": "CtsAppTestCases", 13 "options": [ 14 { 15 "include-filter": "android.app.cts.DownloadManagerTest" 16 } 17 ] 18 }, 19 { 20 "name": "CtsDownloadManagerApi28" 21 }, 22 { 23 "name": "CtsDownloadManagerInstaller" 24 }, 25 { 26 "name": "DownloadProviderTests" 27 }, 28 { 29 "name": "DownloadProviderPermissionTests" 30 }, 31 { 32 "name": "DownloadPublicApiAccessTests" 33 } 34 ] 35} 36