Home | History | Annotate | Download | only in exchange

Lines Matching full:put

947                     cv.put(AttachmentColumns.CONTENT_URI, contentUriString);
984 entityValues.put("DTSTAMP",
986 entityValues.put(Events.DTSTART, Utility.parseEmailDateTimeToMillis(dtStart));
987 entityValues.put(Events.DTEND, Utility.parseEmailDateTimeToMillis(dtEnd));
988 entityValues.put(Events.EVENT_LOCATION, meetingInfo.get(MeetingInfo.MEETING_LOCATION));
989 entityValues.put(Events.TITLE, meetingInfo.get(MeetingInfo.MEETING_TITLE));
990 entityValues.put(Events.ORGANIZER, organizerEmail);
994 attendeeValues.put(Attendees.ATTENDEE_RELATIONSHIP,
996 attendeeValues.put(Attendees.ATTENDEE_EMAIL, mAccount.mEmailAddress);
1001 organizerValues.put(Attendees.ATTENDEE_RELATIONSHIP,
1003 organizerValues.put(Attendees.ATTENDEE_EMAIL, organizerEmail);
1400 cv.put(AccountColumns.SYNC_KEY, mAccount.mSyncKey);
1411 cv.put(Mailbox.SYNC_INTERVAL, Mailbox.CHECK_INTERVAL_PUSH);
1440 cv.put(Account.PROTOCOL_VERSION, mProtocolVersion);
1444 cv.put(Mailbox.SYNC_TIME, System.currentTimeMillis());
1455 cv.put(Mailbox.SYNC_INTERVAL, Mailbox.CHECK_INTERVAL_PUSH);
1505 cv.put(Mailbox.SYNC_INTERVAL, Account.CHECK_INTERVAL_PUSH);
1528 cv.put(AccountColumns.SECURITY_FLAGS, 0);
1574 cv.put(Mailbox.SYNC_INTERVAL, mins);
1842 * We do this because bugs in various Exchange servers can put us into a
1869 errorMap.put(serverId, 1);
1876 errorMap.put(serverId, failures + 1);
2119 // We loop here because someone might have put a request in while we were syncing
2151 cv.put(Mailbox.SYNC_TIME, System.currentTimeMillis());
2153 cv.put(Mailbox.SYNC_STATUS, s);