1{ 2 "methods": { 3 "reset()": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "void", 10 "exceptions": [], 11 "name": "reset()" 12 }, 13 "sync()": { 14 "isImplementation": true, 15 "modifiers": [ 16 "protected" 17 ], 18 "params": [], 19 "returnType": "void", 20 "exceptions": [], 21 "name": "sync()" 22 }, 23 "synced()": { 24 "isImplementation": false, 25 "modifiers": [ 26 "public" 27 ], 28 "params": [], 29 "returnType": "boolean", 30 "exceptions": [], 31 "name": "synced()" 32 } 33 }, 34 "imports": [ 35 "org.robolectric.annotation.Implementation", 36 "org.robolectric.annotation.Implements" 37 ], 38 "name": "org.robolectric.shadows.ShadowWebSyncManager" 39}