Home
last modified time | relevance | path

Searched refs:formatTwo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java891 static String formatTwo(int num) { in formatTwo() method in CalendarUtilities
915 sb.append(formatTwo(cal.get(Calendar.MONTH) + 1)); in calendarToBirthdayString()
917 sb.append(formatTwo(cal.get(Calendar.DAY_OF_MONTH))); in calendarToBirthdayString()
934 sb.append(formatTwo(cal.get(Calendar.MONTH) + 1)); in millisToEasDateTime()
935 sb.append(formatTwo(cal.get(Calendar.DAY_OF_MONTH))); in millisToEasDateTime()
938 sb.append(formatTwo(cal.get(Calendar.HOUR_OF_DAY))); in millisToEasDateTime()
939 sb.append(formatTwo(cal.get(Calendar.MINUTE))); in millisToEasDateTime()
940 sb.append(formatTwo(cal.get(Calendar.SECOND))); in millisToEasDateTime()
994 sb.append(formatTwo(cal.get(Calendar.MONTH) + 1)); in transitionMillisToVCalendarTime()
995 sb.append(formatTwo(cal.get(Calendar.DAY_OF_MONTH))); in transitionMillisToVCalendarTime()
[all …]
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DEmailSyncAdapter.java1245 private String formatTwo(int num) {
1262 sb.append(formatTwo(calendar.get(Calendar.MONTH) + 1));
1264 sb.append(formatTwo(calendar.get(Calendar.DAY_OF_MONTH)));
1266 sb.append(formatTwo(calendar.get(Calendar.HOUR_OF_DAY)));
1268 sb.append(formatTwo(calendar.get(Calendar.MINUTE)));
1270 sb.append(formatTwo(calendar.get(Calendar.SECOND)));