Home | History | Annotate | Download | only in event

Lines Matching refs:reminders

37 import android.provider.CalendarContract.Reminders;
193 * (e.g. {@link Reminders#METHOD_ALERT}) associated with the labels. Any methods that
989 * needed for the current set of reminders and calendar properties, and then creates UI
1015 ArrayList<ReminderEntry> reminders = model.mReminders;
1016 numReminders = reminders.size();
1018 for (ReminderEntry re : reminders) {
1025 // Create a UI element for each reminder. We display all of the reminders we get
1029 for (ReminderEntry re : reminders) {
1031 || re.getMethod() == Reminders.METHOD_DEFAULT) {
1036 // TODO figure out a way to display unsupported reminders
1732 // Do nothing if the selection didn't change so that reminders will not get lost
1739 // Prevents resetting of data (reminders, etc.) on orientation change.
1755 // Update the max/allowed reminders with the new calendar properties.
1765 // Discard the current reminders and replace them with the model's default reminder set.
1766 // We could attempt to save & restore the reminders that have been added, but that's