Searched refs:updateOutputWithDate (Results 1 – 1 of 1) sorted by relevance
69 mDatePicker.setOnDateChangedListener((v, y, m, d) -> updateOutputWithDate(y, m, d)); in onCreate()80 private void updateOutputWithDate(int year, int month, int day) { in updateOutputWithDate() method in AbstractDatePickerActivity104 updateOutputWithDate(y, m, d); in expectAutoFill()