Home
last modified time | relevance | path

Searched defs:getDayDifference (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/contacts/common/util/
H A DDateUtils.java33 public static int getDayDifference(Time time, long date1, long date2) { in getDayDifference() method in DateUtils
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DCallLogDates.java188 public static int getDayDifference(long firstTimestamp, long secondTimestamp) { in getDayDifference() method in CallLogDates