Searched refs:formatDateTime (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpUtils.h25 void formatDateTime(time_t seconds, char* buffer, int bufferLength);
H A DMtpUtils.cpp70 void formatDateTime(time_t seconds, char* buffer, int bufferLength) { function in namespace:android
H A DMtpDevice.cpp438 formatDateTime(info->mDateCreated, created, sizeof(created));
439 formatDateTime(info->mDateModified, modified, sizeof(modified));
H A DMtpServer.cpp708 formatDateTime(info.mDateModified, date, sizeof(date));
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java164 String title = DateUtils.formatDateTime(mContext,
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java410 return DateUtils.formatDateTime(context, mDeliveryTime, flags);
420 return DateUtils.formatDateTime(context, mDeliveryTime, flags);
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java256 String contentDescription = DateUtils.formatDateTime(mContext,
H A DTimePicker.java482 String selectedDateUtterance = DateUtils.formatDateTime(mContext,
H A DDatePicker.java392 String selectedDateUtterance = DateUtils.formatDateTime(mContext,
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp383 formatDateTime(longValue, date, sizeof(date));
1094 formatDateTime(seconds, date, sizeof(date));
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java1148 // e.g. formatDateTime(), below), then we can skip a lot of
1560 public static String formatDateTime(Context context, long millis, int flags) { method in class:DateUtils

Completed in 228 milliseconds