Searched refs:timeDetectorHelper (Results 1 – 2 of 2) sorted by relevance
128 TimeDetectorHelper timeDetectorHelper = mock(TimeDetectorHelper.class); in testBuildDatePicker() local129 when(timeDetectorHelper.getManualDateSelectionYearMin()).thenReturn(2015); in testBuildDatePicker()130 when(timeDetectorHelper.getManualDateSelectionYearMax()).thenReturn(2020); in testBuildDatePicker()133 DatePickerDialog dialog = mController.buildDatePicker(context, timeDetectorHelper); in testBuildDatePicker()
105 Context parentContext, TimeDetectorHelper timeDetectorHelper) { in buildDatePicker() argument118 int minYear = timeDetectorHelper.getManualDateSelectionYearMin(); in buildDatePicker()122 int maxYear = timeDetectorHelper.getManualDateSelectionYearMax(); in buildDatePicker()