OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CREATE_EVENT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
CalendarController.java
109
final long
CREATE_EVENT
= 1L;
171
* For EventType.
CREATE_EVENT
:
187
* Pass to the ExtraLong parameter for EventType.
CREATE_EVENT
to create
418
& (EventType.
CREATE_EVENT
| EventType.EDIT_EVENT | EventType.VIEW_EVENT_DETAILS))
505
if (event.eventType == EventType.
CREATE_EVENT
) {
789
} else if ((eventInfo.eventType & EventType.
CREATE_EVENT
) != 0) {
[
all
...]
DayView.java
[
all
...]
AllInOneActivity.java
717
this, EventType.
CREATE_EVENT
, -1, t.toMillis(true), 0, 0, 0, -1);
[
all
...]
Completed in 499 milliseconds