Searched refs:datePickerDialog (Results 1 – 3 of 3) sorted by relevance
38 val datePickerDialog = DatePickerDialog(context) in testConstructor() constant39 assertThat(datePickerDialog.datePicker).isNotNull() in testConstructor()46 val datePickerDialog = DatePickerDialog(context) in testUpdateDate_shouldUpdateTheListenerPassedInto() constant47 datePickerDialog.setOnDateSetListener(mockCallBack) in testUpdateDate_shouldUpdateTheListenerPassedInto()49 datePickerDialog.updateDate(/* year= */ 2019, /* month= */ 1, /* dayOfMonth= */ 1) in testUpdateDate_shouldUpdateTheListenerPassedInto()50 datePickerDialog.onClick(datePickerDialog, DialogInterface.BUTTON_POSITIVE) in testUpdateDate_shouldUpdateTheListenerPassedInto()
25 val datePickerDialog = DatePickerDialog(context) in create() constant26 val datePicker = datePickerDialog.datePicker in create()36 return datePickerDialog in create()
120 val datePickerDialog = DatePickerFactory.create(context, selectedDate, maxDate) in <lambda>() constant121 setMaxDate(datePickerDialog.datePicker.maxDate.toInstant()) in <lambda>()123 datePickerDialog.setOnDateSetListener { _, year, month, day -> in <lambda>()129 datePickerDialog.show() in <lambda>()