HomeSort by relevance Sort by last modified time
    Searched defs:ORGANIZER (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 94 private static final String ORGANIZER = "organizer@server.com";
190 private Entity setupTestEventEntity(String organizer, String attendee, String title) {
198 // Fill in times, location, title, and organizer
207 entityValues.put(Events.ORGANIZER, organizer);
216 // Add the organizer
219 organizerValues.put(Attendees.ATTENDEE_EMAIL, organizer);
224 private Entity setupTestExceptionEntity(String organizer, String attendee, String title) {
225 Entity entity = setupTestEventEntity(organizer, attendee, title)
    [all...]
  /frameworks/base/core/java/android/provider/
Calendar.java 292 * Can the organizer respond to the event? If no, the status of the
293 * organizer should not be shown by the UI. Defaults to 1
570 * Email of the organizer (owner) of the event.
573 public static final String ORGANIZER = "organizer";
701 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ORGANIZER);
    [all...]

Completed in 23 milliseconds