Searched refs:MODIFY_ALL_FOLLOWING (Results 1 – 4 of 4) sorted by relevance
693 assertTrue(mHelper.saveEvent(mModel1, mModel2, EditEventHelper.MODIFY_ALL_FOLLOWING)); in testSaveEventModifyAllFollowingWithNonRecurring()750 assertTrue(mHelper.saveEvent(mModel1, mModel2, EditEventHelper.MODIFY_ALL_FOLLOWING)); in testSaveEventModifyAllFollowingFirstWithNonRecurring()806 assertTrue(mHelper.saveEvent(mModel1, mModel2, EditEventHelper.MODIFY_ALL_FOLLOWING)); in testSaveEventModifyAllFollowingFirstWithRecurring()819 EditEventHelper.MODIFY_ALL_FOLLOWING); in verifySaveEventModifyAllFollowingFirstWithRecurring()861 assertTrue(mHelper.saveEvent(mModel1, mModel2, EditEventHelper.MODIFY_ALL_FOLLOWING)); in testSaveEventModifyAllFollowingWithRecurring()
759 mModification = notSynced ? Utils.MODIFY_ALL_FOLLOWING in displayEditWhichDialog()762 mModification = Utils.MODIFY_ALL_FOLLOWING; in displayEditWhichDialog()835 case Utils.MODIFY_ALL_FOLLOWING: in run()
145 protected static final int MODIFY_ALL_FOLLOWING = 2; field in EditEventHelper357 } else if (modifyWhich == MODIFY_ALL_FOLLOWING) { in saveEvent()
85 public static final int MODIFY_ALL_FOLLOWING = 2; field in Utils