1{
2  "methods": {
3    "getInstance(android.content.Context)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected",
7        "static"
8      ],
9      "params": [
10        "context"
11      ],
12      "returnType": "android.app.WallpaperManager",
13      "exceptions": [],
14      "name": "getInstance(android.content.Context)"
15    },
16    "sendWallpaperCommand(android.os.IBinder,java.lang.String,int,int,int,android.os.Bundle)": {
17      "isImplementation": true,
18      "modifiers": [
19        "protected"
20      ],
21      "params": [
22        "windowToken",
23        "action",
24        "x",
25        "y",
26        "z",
27        "extras"
28      ],
29      "returnType": "void",
30      "exceptions": [],
31      "name": "sendWallpaperCommand(android.os.IBinder,java.lang.String,int,int,int,android.os.Bundle)"
32    }
33  },
34  "imports": [
35    "android.app.WallpaperManager",
36    "android.content.Context",
37    "android.os.Bundle",
38    "android.os.IBinder",
39    "org.robolectric.annotation.Implementation",
40    "org.robolectric.annotation.Implements",
41    "org.robolectric.shadow.api.Shadow"
42  ],
43  "name": "org.robolectric.shadows.ShadowWallpaperManager"
44}