Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallContactInteractions.java159 int afterInterval = 0; in constructHoursInfo() local
177 afterInterval += 1; in constructHoursInfo()
204 } else if (afterInterval < openingHours.size()) { in constructHoursInfo()
209 getFormattedTimeForCalendar(openingHours.get(afterInterval).second)); in constructHoursInfo()
232 } else if (afterInterval < openingHours.size()) { in constructHoursInfo()
238 getFormattedTimeForCalendar(openingHours.get(afterInterval).first)); in constructHoursInfo()