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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DOnePaneController.java44 private static final String CONVERSATION_LIST_TRANSACTION_KEY = "conversation-list-transaction"; field in class:OnePaneController
70 inState.getInt(CONVERSATION_LIST_TRANSACTION_KEY, INVALID_ID);
79 outState.putInt(CONVERSATION_LIST_TRANSACTION_KEY, mLastConversationListTransactionId);

Completed in 241 milliseconds