1{ 2 "methods": { 3 "newInstance(android.bluetooth.BluetoothDevice)": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public", 7 "static" 8 ], 9 "params": [ 10 "device" 11 ], 12 "returnType": "android.bluetooth.BluetoothGatt", 13 "exceptions": [], 14 "name": "newInstance(android.bluetooth.BluetoothDevice)" 15 } 16 }, 17 "imports": [ 18 "android.os.Build.VERSION_CODES.JELLY_BEAN_MR2", 19 "android.os.Build.VERSION_CODES.LOLLIPOP", 20 "android.os.Build.VERSION_CODES.O", 21 "android.os.Build.VERSION_CODES.O_MR1", 22 "android.annotation.SuppressLint", 23 "android.bluetooth.BluetoothDevice", 24 "android.bluetooth.BluetoothGatt", 25 "android.content.Context", 26 "android.os.Build", 27 "org.robolectric.RuntimeEnvironment", 28 "org.robolectric.annotation.Implements", 29 "org.robolectric.shadow.api.Shadow" 30 ], 31 "name": "org.robolectric.shadows.ShadowBluetoothGatt" 32}