1{
2  "methods": {
3    "isEnabled()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "boolean",
10      "exceptions": [],
11      "name": "isEnabled()",
12      "documentation": "Returns {@code false}, or the value specified by calling {@link #setIsEnabled}. "
13    },
14    "setIsEnabled(boolean)": {
15      "isImplementation": false,
16      "modifiers": [
17        "public"
18      ],
19      "params": [
20        "isEnabled"
21      ],
22      "returnType": "void",
23      "exceptions": [],
24      "name": "setIsEnabled(boolean)",
25      "documentation": "Set the value to be returned by {@link EuiccManager#isEnabled}. "
26    }
27  },
28  "imports": [
29    "android.os.Build.VERSION_CODES.P",
30    "android.telephony.euicc.EuiccManager",
31    "org.robolectric.annotation.Implementation",
32    "org.robolectric.annotation.Implements"
33  ],
34  "name": "org.robolectric.shadows.ShadowEuiccManager"
35}