Home | History | Annotate | Download | only in format

Lines Matching refs:past

404      * @param startTime some time in the past.
415 * Time spans in the past are formatted like "42 minutes ago".
421 * past will be reported as "0 minutes ago" if this is set to MINUTE_IN_MILLIS. Pass one of
432 * Time spans in the past are formatted like "42 minutes ago". Time spans in
441 * 3 seconds in the past will be reported as "0 minutes ago" if
454 boolean past = (now >= time);
461 if (past) {
476 if (past) {
491 if (past) {
506 if (past) {
559 * @param time some time in the past.
562 * the past will be reported as "0 minutes ago" if this is set to
620 boolean past = (today > day);
623 if (past) {
633 if (past) {