1{ 2 "methods": { 3 "getDataBlockSize()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "int", 10 "exceptions": [], 11 "name": "getDataBlockSize()" 12 }, 13 "reset()": { 14 "isImplementation": false, 15 "modifiers": [ 16 "public", 17 "static" 18 ], 19 "params": [], 20 "returnType": "void", 21 "exceptions": [], 22 "name": "reset()" 23 }, 24 "setDataBlockSize(int)": { 25 "isImplementation": false, 26 "modifiers": [ 27 "public", 28 "static" 29 ], 30 "params": [ 31 "dataBlockSize" 32 ], 33 "returnType": "void", 34 "exceptions": [], 35 "name": "setDataBlockSize(int)" 36 } 37 }, 38 "imports": [ 39 "android.service.persistentdata.PersistentDataBlockManager", 40 "org.robolectric.annotation.Implementation", 41 "org.robolectric.annotation.Implements", 42 "org.robolectric.annotation.Resetter" 43 ], 44 "name": "org.robolectric.shadows.ShadowPersistentDataBlockManager" 45}