1{ 2 "methods": { 3 "getAdapter()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "android.bluetooth.BluetoothAdapter", 10 "exceptions": [], 11 "name": "getAdapter()" 12 } 13 }, 14 "imports": [ 15 "android.os.Build.VERSION_CODES.JELLY_BEAN_MR2", 16 "android.bluetooth.BluetoothAdapter", 17 "android.bluetooth.BluetoothManager", 18 "org.robolectric.annotation.Implementation", 19 "org.robolectric.annotation.Implements" 20 ], 21 "name": "org.robolectric.shadows.ShadowBluetoothManager" 22}