Searched defs:longId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEasOutboxService.java234 OriginalMessageInfo(String itemId, String collectionId, String longId) { argument
237 mLongId = longId;
278 String longId = null;
301 // We need either a longId or both itemId (serverId) and collectionId (mailboxId) to process
303 if (longId != null || (itemId != null && collectionId != null)){
304 return new OriginalMessageInfo(itemId, collectionId, longId);

Completed in 56 milliseconds