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;
166
case
DELETE_ALL
:
338
postMessage(Message.obtain(null,
DELETE_ALL
));
/packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java
73
static final int
DELETE_ALL
= 2;
157
* {@link DELETE_ALL_FOLLOWING}, {@link
DELETE_ALL
}, or -1
196
* {@link DELETE_ALL_FOLLOWING}, {@link
DELETE_ALL
}, or -1
302
case
DELETE_ALL
: {
EditEvent.java
452
which = DeleteEventHelper.
DELETE_ALL
;
[
all
...]
Completed in 5363 milliseconds