Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.java494 final int minutesDifferent = (int) (offsetDelta / DateUtils.MINUTE_IN_MILLIS) % 60; in bind() local
497 && minutesDifferent > 0); in bind()
503 context, displayMinutes, isAhead, hoursDifferent, minutesDifferent); in bind()
DUtils.java562 boolean isAhead, int hoursDifferent, int minutesDifferent) { in createHoursDifferentString() argument
571 R.plurals.minutes_short, Math.abs(minutesDifferent)); in createHoursDifferentString()
582 context, R.plurals.minutes, Math.abs(minutesDifferent)); in createHoursDifferentString()