Searched refs:CONVERSATION_LIST_NEVER_SHOWN_KEY (Results 1 – 1 of 1) sorted by relevance
57 private static final String CONVERSATION_LIST_NEVER_SHOWN_KEY = "conversation-list-never-shown"; field in OnePaneController113 mConversationListNeverShown = inState.getBoolean(CONVERSATION_LIST_NEVER_SHOWN_KEY); in onRestoreInstanceState()122 outState.putBoolean(CONVERSATION_LIST_NEVER_SHOWN_KEY, mConversationListNeverShown); in onSaveInstanceState()