Searched defs:formatDateTime (Results 1 – 3 of 3) sorted by relevance
91 void formatDateTime(time_t seconds, char* buffer, int bufferLength) { in formatDateTime() function
803 public static String formatDateTime(Context context, long millis, int flags) { in formatDateTime() method in DateUtils
705 static String formatDateTime(long dateTime, boolean pretty) { in formatDateTime() method in UserUsageStatsService