Searched refs:mConversationListNeverShown (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DOnePaneController.java56 /** Key used to store {@link #mConversationListNeverShown}. */
64 private boolean mConversationListNeverShown = true; field in class:OnePaneController
113 mConversationListNeverShown = inState.getBoolean(CONVERSATION_LIST_NEVER_SHOWN_KEY);
122 outState.putBoolean(CONVERSATION_LIST_NEVER_SHOWN_KEY, mConversationListNeverShown);
162 mConversationListNeverShown = true;
239 final int transition = mConversationListNeverShown
265 mConversationListNeverShown = false;

Completed in 174 milliseconds