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

  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 235 OriginalMessageInfo(long refId, String itemId, String collectionId) {
238 mCollectionId = collectionId;
247 sb.append("&CollectionId=");
262 // Note: itemId and collectionId are the terms used by EAS to refer to the serverId and
265 String collectionId = null;
285 collectionId = cols[0];
289 // We need either a longId or both itemId (serverId) and collectionId (mailboxId) to process
291 if (itemId != null && collectionId != null){
292 return new OriginalMessageInfo(refId, itemId, collectionId);
424 // In EAS 14, we don't send itemId and collectionId in the comman
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOutboxSync.java 86 // In EAS 14, we don't send itemId and collectionId in the command
261 private SmartSendInfo(final String itemId, final String collectionId,
264 mCollectionId = collectionId;
274 sb.append("&CollectionId=");
336 // Note: itemId and collectionId are the terms used by EAS to refer to the serverId and
339 String collectionId = null;
359 collectionId = cols[0];
363 // We need either a longId or both itemId (serverId) and collectionId (mailboxId) to
365 if (itemId != null && collectionId != null) {
389 return new SmartSendInfo(itemId, collectionId, reply, requiredAtts)
    [all...]

Completed in 22 milliseconds