OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELETE_ALL
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/webkit/
WebStorage.java
57
static final int
DELETE_ALL
= 3;
185
case
DELETE_ALL
:
358
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
393
case
DELETE_ALL
: {
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java
696
which = DeleteEventHelper.
DELETE_ALL
;
[
all
...]
Completed in 34 milliseconds