1{ 2 "methods": { 3 "__constructor__(long,long)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "millisInFuture", 10 "countDownInterval" 11 ], 12 "returnType": "void", 13 "exceptions": [], 14 "name": "__constructor__(long,long)" 15 }, 16 "cancel()": { 17 "isImplementation": true, 18 "modifiers": [ 19 "protected", 20 "final" 21 ], 22 "params": [], 23 "returnType": "void", 24 "exceptions": [], 25 "name": "cancel()" 26 }, 27 "getCountDownInterval()": { 28 "isImplementation": false, 29 "modifiers": [ 30 "public" 31 ], 32 "params": [], 33 "returnType": "long", 34 "exceptions": [], 35 "name": "getCountDownInterval()" 36 }, 37 "getMillisInFuture()": { 38 "isImplementation": false, 39 "modifiers": [ 40 "public" 41 ], 42 "params": [], 43 "returnType": "long", 44 "exceptions": [], 45 "name": "getMillisInFuture()" 46 }, 47 "hasStarted()": { 48 "isImplementation": false, 49 "modifiers": [ 50 "public" 51 ], 52 "params": [], 53 "returnType": "boolean", 54 "exceptions": [], 55 "name": "hasStarted()" 56 }, 57 "invokeFinish()": { 58 "isImplementation": false, 59 "modifiers": [ 60 "public" 61 ], 62 "params": [], 63 "returnType": "void", 64 "exceptions": [], 65 "name": "invokeFinish()" 66 }, 67 "invokeTick(long)": { 68 "isImplementation": false, 69 "modifiers": [ 70 "public" 71 ], 72 "params": [ 73 "millisUntilFinished" 74 ], 75 "returnType": "void", 76 "exceptions": [], 77 "name": "invokeTick(long)" 78 }, 79 "start()": { 80 "isImplementation": true, 81 "modifiers": [ 82 "protected", 83 "final", 84 "synchronized" 85 ], 86 "params": [], 87 "returnType": "android.os.CountDownTimer", 88 "exceptions": [], 89 "name": "start()" 90 } 91 }, 92 "imports": [ 93 "android.os.CountDownTimer", 94 "org.robolectric.annotation.Implementation", 95 "org.robolectric.annotation.Implements", 96 "org.robolectric.annotation.RealObject" 97 ], 98 "name": "org.robolectric.shadows.ShadowCountDownTimer" 99}