OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELETE_EVENT
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java
350
return EventType.VIEW_EVENT | EventType.
DELETE_EVENT
;
358
} else if (event.eventType == EventType.
DELETE_EVENT
) {
CalendarController.java
118
final long
DELETE_EVENT
= 1L << 4;
581
} else if (event.eventType == EventType.
DELETE_EVENT
) {
807
} else if ((eventInfo.eventType & EventType.
DELETE_EVENT
) != 0) {
[
all
...]
DayView.java
[
all
...]
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
Completed in 144 milliseconds