Home
last modified time | relevance | path

Searched refs:oldDay (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DEventFieldEditorView.java208 final int oldYear, oldMonth, oldDay; in createDatePickerDialog() local
214 oldDay = calendar.get(Calendar.DAY_OF_MONTH); in createDatePickerDialog()
226 oldDay = cal.get(Calendar.DAY_OF_MONTH); in createDatePickerDialog()
260 oldYear, oldMonth, oldDay, isYearOptional); in createDatePickerDialog()