Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarSanityCheckerTest.java52 assertTrue(target.checkLastCheckTime()); in testWithoutLastCheckTime()
58 assertTrue(target.checkLastCheckTime()); in testWithoutLastCheckTime()
61 assertFalse(target.checkLastCheckTime()); in testWithoutLastCheckTime()
68 assertTrue(target.checkLastCheckTime()); in testWithLastCheckTime()
77 assertTrue(target.checkLastCheckTime()); in testWithLastCheckTime()
81 assertTrue(target.checkLastCheckTime()); in testWithLastCheckTime()
84 assertFalse(target.checkLastCheckTime()); in testWithLastCheckTime()
91 assertTrue(target.checkLastCheckTime()); in testWithLastCheckTime()
95 assertTrue(target.checkLastCheckTime()); in testWithLastCheckTime()
98 assertFalse(target.checkLastCheckTime()); in testWithLastCheckTime()
[all …]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSanityChecker.java129 public final boolean checkLastCheckTime() { in checkLastCheckTime() method in CalendarSanityChecker
DCalendarProvider2.java854 CalendarSanityChecker.getInstance(mContext).checkLastCheckTime(); in query()
2328 CalendarSanityChecker.getInstance(mContext).checkLastCheckTime(); in insertInTransactionInner()
3318 CalendarSanityChecker.getInstance(mContext).checkLastCheckTime(); in deleteInTransactionInner()
4197 CalendarSanityChecker.getInstance(mContext).checkLastCheckTime(); in updateInTransactionInner()