1{
2  "methods": {
3    "getPort(android.os.ParcelUuid)": {
4      "isImplementation": false,
5      "modifiers": [
6        "private",
7        "static"
8      ],
9      "params": [
10        "uuid"
11      ],
12      "returnType": "int",
13      "exceptions": [],
14      "name": "getPort(android.os.ParcelUuid)"
15    },
16    "newInstance(int,boolean,boolean,android.os.ParcelUuid)": {
17      "isImplementation": false,
18      "modifiers": [
19        "public",
20        "static"
21      ],
22      "params": [
23        "type",
24        "auth",
25        "encrypt",
26        "uuid"
27      ],
28      "returnType": "android.bluetooth.BluetoothServerSocket",
29      "exceptions": [],
30      "name": "newInstance(int,boolean,boolean,android.os.ParcelUuid)"
31    }
32  },
33  "imports": [
34    "android.os.Build.VERSION_CODES.JELLY_BEAN_MR1",
35    "android.annotation.SuppressLint",
36    "android.bluetooth.BluetoothServerSocket",
37    "android.bluetooth.BluetoothSocket",
38    "android.os.Build",
39    "android.os.ParcelUuid",
40    "org.robolectric.annotation.Implements",
41    "org.robolectric.shadow.api.Shadow"
42  ],
43  "name": "org.robolectric.shadows.ShadowBluetoothServerSocket"
44}