1{
2  "methods": {
3    "makeNewLayoutInflater(android.content.Context)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected",
7        "static"
8      ],
9      "params": [
10        "context"
11      ],
12      "returnType": "android.view.LayoutInflater",
13      "exceptions": [],
14      "name": "makeNewLayoutInflater(android.content.Context)"
15    }
16  },
17  "imports": [
18    "android.os.Build.VERSION_CODES.LOLLIPOP_MR1",
19    "android.content.Context",
20    "android.view.LayoutInflater",
21    "org.robolectric.annotation.Implementation",
22    "org.robolectric.annotation.Implements",
23    "org.robolectric.util.ReflectionHelpers",
24    "org.robolectric.util.ReflectionHelpers.ClassParameter"
25  ],
26  "name": "org.robolectric.shadows.ShadowPolicyManager"
27}