Searched refs:dateFormat (Results 1 – 8 of 8) sorted by relevance
25 SimpleDateFormat dateFormat = new SimpleDateFormat(format); in createName() local26 return dateFormat.format(date); in createName()
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()
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()
968 SimpleDateFormat dateFormat = new SimpleDateFormat("'IMG'_yyyyMMdd_HHmmss"); in getPhotoFileName() local969 return dateFormat.format(date) + ".jpg"; in getPhotoFileName()
332 SimpleDateFormat dateFormat = new SimpleDateFormat( in createName() local335 return dateFormat.format(date); in createName()
5141 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss"); in queryLocal() local5142 String currentDateString = dateFormat.format(new Date()).toString(); in queryLocal()