Searched refs:CONVERSATION_TRANSACTION_KEY (Results 1 – 1 of 1) sorted by relevance
53 private static final String CONVERSATION_TRANSACTION_KEY = "conversation-transaction"; field in OnePaneController111 mLastConversationTransactionId = inState.getInt(CONVERSATION_TRANSACTION_KEY, INVALID_ID); in onRestoreInstanceState()120 outState.putInt(CONVERSATION_TRANSACTION_KEY, mLastConversationTransactionId); in onSaveInstanceState()