OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIGINAL_EVENT_AND_CALENDAR
(Results
1 - 2
of
2
) sorted by null
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java
166
final String
ORIGINAL_EVENT_AND_CALENDAR
= "
ORIGINAL_EVENT_AND_CALENDAR
";
362
// The
ORIGINAL_EVENT_AND_CALENDAR
holds the
365
initialValues.put(
ORIGINAL_EVENT_AND_CALENDAR
,
436
//
ORIGINAL_EVENT_AND_CALENDAR
, ORIGINAL_INSTANCE_TIME, STATUS (since they can
440
//
ORIGINAL_EVENT_AND_CALENDAR
, ORIGINAL_INSTANCE_TIME, STATUS =
456
if (!values.containsKey(
ORIGINAL_EVENT_AND_CALENDAR
)) {
460
String originalEventPlusCalendar = values.getAsString(
ORIGINAL_EVENT_AND_CALENDAR
);
518
values.remove(
ORIGINAL_EVENT_AND_CALENDAR
);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java
104
private static final String
ORIGINAL_EVENT_AND_CALENDAR
= Events.ORIGINAL_SYNC_ID + "=? AND " +
662
ORIGINAL_EVENT_AND_CALENDAR
, new String[] { serverId, calendarIdString }, null);
[
all
...]
Completed in 51 milliseconds