1{ 2 "methods": { 3 "__constructor__(android.content.Context,int,android.app.TimePickerDialog.OnTimeSetListener,int,int,boolean)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "context", 10 "theme", 11 "callBack", 12 "hourOfDay", 13 "minute", 14 "is24HourView" 15 ], 16 "returnType": "void", 17 "exceptions": [], 18 "name": "__constructor__(android.content.Context,int,android.app.TimePickerDialog.OnTimeSetListener,int,int,boolean)" 19 }, 20 "getHourOfDay()": { 21 "isImplementation": false, 22 "modifiers": [ 23 "public" 24 ], 25 "params": [], 26 "returnType": "int", 27 "exceptions": [], 28 "name": "getHourOfDay()" 29 }, 30 "getMinute()": { 31 "isImplementation": false, 32 "modifiers": [ 33 "public" 34 ], 35 "params": [], 36 "returnType": "int", 37 "exceptions": [], 38 "name": "getMinute()" 39 } 40 }, 41 "imports": [ 42 "org.robolectric.util.ReflectionHelpers.ClassParameter", 43 "android.app.TimePickerDialog", 44 "android.content.Context", 45 "org.robolectric.annotation.Implementation", 46 "org.robolectric.annotation.Implements", 47 "org.robolectric.annotation.RealObject", 48 "org.robolectric.shadow.api.Shadow" 49 ], 50 "name": "org.robolectric.shadows.ShadowTimePickerDialog" 51}