Home
last modified time | relevance | path

Searched refs:CALENDAR_LOCATION (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java322 data(Tags.CALENDAR_LOCATION, "CR SF 601T2/North Shore Presentation Self Service (16)"); in setupPostAttendees()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java322 data(Tags.CALENDAR_LOCATION, "CR SF 601T2/North Shore Presentation Self Service (16)"); in setupPostAttendees()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java186 public static final int CALENDAR_LOCATION = CALENDAR_PAGE + 0x17; field in Tags
DCalendarSyncAdapter.java540 case Tags.CALENDAR_LOCATION: in addEvent()
894 case Tags.CALENDAR_LOCATION: in exceptionParser()
1598 s.data(Tags.CALENDAR_LOCATION, loc); in sendEvent()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java777 Calendars.CALENDAR_LOCATION + " TEXT," + in createCalendarsTable()
3208 + Calendars.CALENDAR_LOCATION + "," in createEventsView()
DCalendarProvider2.java4636 sCalendarsProjectionMap.put(Calendars.CALENDAR_LOCATION, Calendars.CALENDAR_LOCATION); in sCalendarsProjectionMap.put() argument