Searched refs:isMonthly (Results 1 – 6 of 6) sorted by relevance
58 assertTrue(r.isMonthly()); in testSimpleMonth()78 assertFalse(r.isMonthly()); in testSimpleDays()99 assertFalse(r.isMonthly()); in testNotRecurring()113 assertFalse(r.isMonthly()); in testNever()
160 public boolean isMonthly() { in isMonthly() method in RecurrenceRule226 if (isMonthly() && (boundary.getDayOfMonth() < start.getDayOfMonth())) { in roundBoundaryTime()
153 if (policy != null && policy.cycleRule.isMonthly()) { in getPolicyCycleDay()
2137 if (policy.cycleRule.isMonthly()) { in updateDefaultMobilePolicyAL()
15702 HSPLandroid/util/RecurrenceRule;->isMonthly()Z
77478 Landroid/util/RecurrenceRule;->isMonthly()Z