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

  /frameworks/base/core/java/android/webkit/
WebStorageClassic.java 36 static final int DELETE_ALL = 3;
113 case DELETE_ALL:
273 postMessage(Message.obtain(null, DELETE_ALL));
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 84 public static final int DELETE_ALL = 2;
207 * {@link DELETE_ALL_FOLLOWING}, {@link DELETE_ALL}, or -1
255 * {@link DELETE_ALL_FOLLOWING}, {@link DELETE_ALL}, or -1
395 case DELETE_ALL: {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 696 which = DeleteEventHelper.DELETE_ALL;
    [all...]

Completed in 48 milliseconds