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