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

  /packages/apps/Exchange/src/com/android/exchange/service/
EasMeetingResponder.java 96 final String mailboxServerId = Utility.getFirstRowString(context,
99 if (mailboxServerId == null) {
106 responder.sendResponse(msg, mailboxServerId, easResponse);
185 * @param mailboxServerId The server id for the mailbox that msg is in.
189 private void sendResponse(final Message msg, final String mailboxServerId, final int response)
194 s.data(Tags.MREQ_COLLECTION_ID, mailboxServerId);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 242 final String mailboxServerId, final String mailboxSyncKey,
250 s.data(Tags.SYNC_COLLECTION_ID, mailboxServerId);

Completed in 125 milliseconds