1{
2  "methods": {
3    "quantityForIntImpl(int,int)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected",
7        "static"
8      ],
9      "params": [
10        "address",
11        "quantity"
12      ],
13      "returnType": "int",
14      "exceptions": [],
15      "maxSdk": 18,
16      "name": "quantityForIntImpl(int,int)"
17    },
18    "quantityForIntImpl(long,int)": {
19      "isImplementation": true,
20      "modifiers": [
21        "protected",
22        "static"
23      ],
24      "params": [
25        "address",
26        "quantity"
27      ],
28      "returnType": "int",
29      "exceptions": [],
30      "minSdk": 19,
31      "name": "quantityForIntImpl(long,int)"
32    }
33  },
34  "imports": [
35    "android.os.Build.VERSION_CODES.JELLY_BEAN_MR2",
36    "android.os.Build.VERSION_CODES.KITKAT",
37    "android.os.Build.VERSION_CODES.M",
38    "org.robolectric.annotation.Implementation",
39    "org.robolectric.annotation.Implements"
40  ],
41  "name": "org.robolectric.shadows.ShadowNativePluralRules"
42}