Searched defs:constructHoursInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DInCallContactInteractions.java107 BusinessContextInfo hoursInfo = constructHoursInfo(openingHours);
132 private BusinessContextInfo constructHoursInfo(List<Pair<Calendar, Calendar>> openingHours) { method in class:InCallContactInteractions
134 return constructHoursInfo(Calendar.getInstance(), openingHours);
146 BusinessContextInfo constructHoursInfo(Calendar currentTime, method in class:InCallContactInteractions

Completed in 30 milliseconds