1{
2  "methods": {
3    "__constructor__(android.content.Context,int,android.app.DatePickerDialog.OnDateSetListener,int,int,int)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "context",
10        "theme",
11        "callBack",
12        "year",
13        "monthOfYear",
14        "dayOfMonth"
15      ],
16      "returnType": "void",
17      "exceptions": [],
18      "maxSdk": 23,
19      "name": "__constructor__(android.content.Context,int,android.app.DatePickerDialog.OnDateSetListener,int,int,int)"
20    },
21    "__constructor__(android.content.Context,int,android.app.DatePickerDialog.OnDateSetListener,java.util.Calendar,int,int,int)": {
22      "isImplementation": true,
23      "modifiers": [
24        "protected"
25      ],
26      "params": [
27        "context",
28        "theme",
29        "callBack",
30        "calendar",
31        "year",
32        "monthOfYear",
33        "dayOfMonth"
34      ],
35      "returnType": "void",
36      "exceptions": [],
37      "minSdk": 24,
38      "name": "__constructor__(android.content.Context,int,android.app.DatePickerDialog.OnDateSetListener,java.util.Calendar,int,int,int)"
39    },
40    "getCalendar()": {
41      "isImplementation": false,
42      "modifiers": [
43        "public"
44      ],
45      "params": [],
46      "returnType": "java.util.Calendar",
47      "exceptions": [],
48      "name": "getCalendar()"
49    },
50    "getDayOfMonth()": {
51      "isImplementation": false,
52      "modifiers": [
53        "public"
54      ],
55      "params": [],
56      "returnType": "int",
57      "exceptions": [],
58      "name": "getDayOfMonth()"
59    },
60    "getMonthOfYear()": {
61      "isImplementation": false,
62      "modifiers": [
63        "public"
64      ],
65      "params": [],
66      "returnType": "int",
67      "exceptions": [],
68      "name": "getMonthOfYear()"
69    },
70    "getOnDateSetListenerCallback()": {
71      "isImplementation": false,
72      "modifiers": [
73        "public"
74      ],
75      "params": [],
76      "returnType": "android.app.DatePickerDialog.OnDateSetListener",
77      "exceptions": [],
78      "name": "getOnDateSetListenerCallback()"
79    },
80    "getYear()": {
81      "isImplementation": false,
82      "modifiers": [
83        "public"
84      ],
85      "params": [],
86      "returnType": "int",
87      "exceptions": [],
88      "name": "getYear()"
89    }
90  },
91  "imports": [
92    "android.os.Build.VERSION_CODES.M",
93    "android.os.Build.VERSION_CODES.N",
94    "org.robolectric.shadow.api.Shadow.invokeConstructor",
95    "org.robolectric.util.ReflectionHelpers.ClassParameter",
96    "android.app.DatePickerDialog",
97    "android.content.Context",
98    "java.util.Calendar",
99    "org.robolectric.annotation.Implementation",
100    "org.robolectric.annotation.Implements",
101    "org.robolectric.annotation.RealObject"
102  ],
103  "name": "org.robolectric.shadows.ShadowDatePickerDialog"
104}