• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2 "mainline-presubmit": [
3    {
4      "name": "CellBroadcastServiceTests[com.google.android.cellbroadcast.apex]",
5      "options": [
6        {
7          "include-annotation": "org.junit.Test"
8        }
9      ]
10    }
11  ],
12  "presubmit": [
13    {
14      "name": "CellBroadcastServiceTests",
15      "options": [
16        {
17          "include-annotation": "org.junit.Test"
18        }
19      ]
20    }
21  ],
22  "postsubmit": [
23    {
24      "name": "CellBroadcastServiceTests"
25    }
26  ]
27}
28