Home | History | Annotate | Download | only in calendar

Lines Matching refs:currentMillis

1404     public static String getDisplayedDatetime(long startMillis, long endMillis, long currentMillis,
1414 currentTime.set(currentMillis);
1424 localStartMillis, currentMillis, currentTime.gmtoff);
1446 currentMillis, currentTime.gmtoff);
1519 long currentMillis, long localGmtOffset) {
1521 int currentDay = Time.getJulianDay(currentMillis, localGmtOffset);