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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java141 public final long orderKey; field in class:Conversation
200 dest.writeLong(orderKey);
228 orderKey = in.readLong();
313 orderKey = cursor.getLong(UIProvider.CONVERSATION_ORDER_KEY_COLUMN);
347 orderKey = other.orderKey;
356 String permalink, long orderKey) {
382 this.orderKey = orderKey;
523 public Builder setOrderKey(long orderKey) { argument
350 Conversation(long id, Uri uri, String subject, long dateMs, boolean hasAttachment, Uri messageListUri, int sendingState, int priority, boolean read, boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel, boolean spam, boolean phishing, boolean muted, Uri accountUri, ConversationInfo conversationInfo, Uri conversationBase, boolean isRemote, String permalink, long orderKey) argument
[all...]

Completed in 36 milliseconds