HomeSort by relevance Sort by last modified time
    Searched refs:DELETE_SELECTED (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 71 static final int DELETE_SELECTED = 0;
156 * @param which one of the values {@link DELETE_SELECTED},
195 * @param which one of the values {@link DELETE_SELECTED},
262 // the first element ("DELETE_SELECTED") from the dialog in that case.
264 // the "DELETE_SELECTED" item is at index 0.
270 case DELETE_SELECTED:
EditEvent.java 468 which = DeleteEventHelper.DELETE_SELECTED;
    [all...]

Completed in 30 milliseconds