Searched refs:dateFormat (Results 1 – 12 of 12) sorted by relevance
25 SimpleDateFormat dateFormat = new SimpleDateFormat(format); in createName() local26 return dateFormat.format(date); in createName()
311 SimpleDateFormat dateFormat = new SimpleDateFormat( in createName() local314 return dateFormat.format(date); in createName()
72 SimpleDateFormat dateFormat = new SimpleDateFormat(PHOTO_DATE_FORMAT); in generateTempPhotoFileName() local73 return "ContactPhoto-" + dateFormat.format(date) + ".jpg"; in generateTempPhotoFileName()
189 DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.LONG); in onTabDataChanged() local190 mDate.setText(dateFormat.format(new Date(snapshot.getDateCreated()))); in onTabDataChanged()
289 DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.SHORT); in bindView() local290 date.setText(dateFormat.format(new Date(timestamp))); in bindView()
211 final DateFormat dateFormat = in updateTitle() local213 setTitle(dateFormat.format(mCalendar.getTime())); in updateTitle()
433 SimpleDateFormat dateFormat = new SimpleDateFormat(); in onDetailsClicked()434 value = dateFormat.format(date); in onDetailsClicked()
800 DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in getVCardFileSelectDialog() local811 "(" + dateFormat.format(new Date(vcardFile.getLastModified())) + ")"); in getVCardFileSelectDialog()
668 SimpleDateFormat dateFormat = new SimpleDateFormat("'VID'_yyyyMMdd_HHmmss"); in getVideoOutputMediaFileTitle() local670 return dateFormat.format(date); in getVideoOutputMediaFileTitle()
346 SimpleDateFormat dateFormat = new SimpleDateFormat( in createName() local349 return dateFormat.format(date); in createName()
5028 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss"); in queryLocal() local5029 String currentDateString = dateFormat.format(new Date()).toString(); in queryLocal()