Searched refs:isMonthly (Results 1 – 5 of 5) 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()
2163 if (policy.cycleRule.isMonthly()) { in updateDefaultMobilePolicyAL()
20565 HSPLandroid/util/RecurrenceRule;->isMonthly()Z