Home
last modified time | relevance | path

Searched refs:CALENDAR_LOCATION (Results 1 – 5 of 5) 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/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()
891 case Tags.CALENDAR_LOCATION: in exceptionParser()
1595 s.data(Tags.CALENDAR_LOCATION, loc); in sendEvent()
/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/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java773 Calendars.CALENDAR_LOCATION + " TEXT," + in createCalendarsTable()
3167 + Calendars.CALENDAR_LOCATION + "," in createEventsView()