Searched refs:isOnDayBefore (Results 1 – 2 of 2) sorted by relevance
22 import com.android.healthconnect.controller.utils.isOnDayBefore105 assertThat(thisInstant.isOnDayBefore(otherInstant)).isTrue() in instantIsOnDayBefore_whenOtherInstantIsOnDayAfter_returnsTrue()115 assertThat(thisInstant.isOnDayBefore(otherInstant)).isFalse() in instantIsOnDayBefore_whenOtherInstantIsOnSameDay_returnsFalse()
62 fun Instant.isOnDayBefore(other: Instant): Boolean { in Instant() method