Searched refs:orderKey (Results 1 – 2 of 2) sorted by relevance
141 public final long orderKey; field in Conversation200 dest.writeLong(orderKey); in writeToParcel()228 orderKey = in.readLong(); in Conversation()311 orderKey = cursor.getLong(UIProvider.CONVERSATION_ORDER_KEY_COLUMN); in Conversation()345 orderKey = other.orderKey; in Conversation()354 String permalink, long orderKey) { in Conversation() argument380 this.orderKey = orderKey; in Conversation()521 public Builder setOrderKey(long orderKey) { in setOrderKey() argument522 mOrderKey = orderKey; in setOrderKey()
1098 (Long.MAX_VALUE - conversation.orderKey)); in configureLatestEventInfoFromConversation()