Home
last modified time | relevance | path

Searched refs:EVENT_LOCATION (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/eas/
DEasSyncCalendar.java487 String loc = entityValues.getAsString(Events.EVENT_LOCATION); in sendEvent()
705 if (entityValues.containsKey(Events.EVENT_LOCATION)) { in handleExceptionsToRecurrenceRules()
706 exValues.put(Events.EVENT_LOCATION, in handleExceptionsToRecurrenceRules()
707 entityValues.getAsString(Events.EVENT_LOCATION)); in handleExceptionsToRecurrenceRules()
DEasSendMeetingResponse.java190 entityValues.put(CalendarContract.Events.EVENT_LOCATION, in sendMeetingResponseMail()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DCalendarSyncParser.java471 cv.put(Events.EVENT_LOCATION, getValue()); in addEvent()
778 cv.put(Events.EVENT_LOCATION, parentCv.getAsString(Events.EVENT_LOCATION)); in exceptionParser()
838 cv.put(Events.EVENT_LOCATION, getValue()); in exceptionParser()
DEmailSyncParser.java255 CalendarContract.Events.EVENT_LOCATION); in addData()
/packages/apps/Calendar/src/com/android/calendar/event/
DEventLocationAdapter.java128 Events.EVENT_LOCATION,
135 + Events.EVENT_LOCATION + " LIKE ?";
DEditEventHelper.java72 Events.EVENT_LOCATION, // 3
1277 values.put(Events.EVENT_LOCATION, model.mLocation.trim()); in getContentValuesFromModel()
1279 values.put(Events.EVENT_LOCATION, (String) null); in getContentValuesFromModel()
/packages/apps/Exchange/src/com/android/exchange/utility/
DCalendarUtilities.java1666 if (entityValues.containsKey(Events.EVENT_LOCATION)) { in buildMessageTextFromEntityValues()
1667 location = entityValues.getAsString(Events.EVENT_LOCATION); in buildMessageTextFromEntityValues()
1853 if (entityValues.containsKey(Events.EVENT_LOCATION)) { in createMessageForEntity()
1854 location = entityValues.getAsString(Events.EVENT_LOCATION); in createMessageForEntity()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java86 Events.EVENT_LOCATION + "," +
530 CalendarContract.Events.EVENT_LOCATION + " TEXT," + in createEventsTable()
3166 + CalendarContract.Events.EVENT_LOCATION + "," in createEventsView()
DCalendarProvider2.java357 CalendarContract.Events.EVENT_LOCATION,
393 ALLOWED_IN_EXCEPTION.add(Events.EVENT_LOCATION);
4747 sEventsProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventsProjectionMap.put() argument
4839 sEventEntitiesProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventEntitiesProjectionMap.put() argument
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java269 entityValues.put(Events.EVENT_LOCATION, location); in setupTestEventEntity()
827 String location = entityValues.getAsString(Events.EVENT_LOCATION); in testBuildMessageTextFromEntityValues()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteraction.java190 return mValues.getAsString(Attendees.EVENT_LOCATION); in getEventLocation()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertActivity.java59 CalendarAlerts.EVENT_LOCATION, // 2
DAlertService.java70 CalendarAlerts.EVENT_LOCATION, // 4
DAlertReceiver.java622 new String[] { Events.EVENT_LOCATION }, null, null, null); in getLocationCursor()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1763 Instances.EVENT_LOCATION, // 1 in testInstanceSearchQuery()
1959 CalendarContract.CalendarAlerts.EVENT_LOCATION, // 2 in testCalendarAlerts()
2541 Instances.EVENT_LOCATION, // 1 in testInstanceQuery()
/packages/apps/Calendar/src/com/android/calendar/
DEvent.java68 Instances.EVENT_LOCATION, // 1
DCalendarEventModel.java317 String location = intent.getStringExtra(Events.EVENT_LOCATION); in CalendarEventModel()
DEventInfoFragment.java193 Events.EVENT_LOCATION, // 9
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.java74 Instances.EVENT_LOCATION,
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java109 Instances.EVENT_LOCATION, // 2
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java1586 values.put(Events.EVENT_LOCATION, "Earth_Mk2"); in buildTestValues()