Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/format/
H A DDateUtils.java523 return isSameDate(when, System.currentTimeMillis()); in isToday()
526 private static boolean isSameDate(long oneMillis, long twoMillis) { in isSameDate() method in DateUtils
/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java491 if (isSameDate(mTempDate, mMinDate)) { in setMinDate()
524 if (isSameDate(mTempDate, mMaxDate)) { in setMaxDate()
586 if (isSameDate(mTempDate, mAdapter.mSelectedDate)) { in setDate()
685 private static boolean isSameDate(Calendar firstDate, Calendar secondDate) { in isSameDate() method in CalendarViewLegacyDelegate
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt15304 HSPLandroid/text/format/DateUtils;->isSameDate(JJ)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt15368 HSPLandroid/text/format/DateUtils;->isSameDate(JJ)Z