Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/panorama/
DPanoUtil.java25 SimpleDateFormat dateFormat = new SimpleDateFormat(format); in createName() local
26 return dateFormat.format(date); in createName()
/packages/apps/Browser/src/com/android/browser/
DSnapshotBar.java189 DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.LONG); in onTabDataChanged() local
190 mDate.setText(dateFormat.format(new Date(snapshot.getDateCreated()))); in onTabDataChanged()
DBrowserSnapshotPage.java289 DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.SHORT); in bindView() local
290 date.setText(dateFormat.format(new Date(timestamp))); in bindView()
/packages/apps/Gallery/src/com/android/camera/
DMenuHelper.java433 SimpleDateFormat dateFormat = new SimpleDateFormat(); in onDetailsClicked()
434 value = dateFormat.format(date); in onDetailsClicked()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DImportVCardActivity.java800 DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in getVCardFileSelectDialog() local
811 "(" + dateFormat.format(new Date(vcardFile.getLastModified())) + ")"); in getVCardFileSelectDialog()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java968 SimpleDateFormat dateFormat = new SimpleDateFormat("'IMG'_yyyyMMdd_HHmmss"); in getPhotoFileName() local
969 return dateFormat.format(date) + ".jpg"; in getPhotoFileName()
/packages/apps/Camera/src/com/android/camera/
DVideoCamera.java332 SimpleDateFormat dateFormat = new SimpleDateFormat( in createName() local
335 return dateFormat.format(date); in createName()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5141 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss"); in queryLocal() local
5142 String currentDateString = dateFormat.format(new Date()).toString(); in queryLocal()