Home
last modified time | relevance | path

Searched refs:getConversationListFragment (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java371 final ConversationListFragment clf = getConversationListFragment(); in setDrawerState()
529 getConversationListFragment().setChoiceNone(); in onSetPopulated()
540 getConversationListFragment().revertChoiceMode(); in onSetEmpty()
652 final ConversationListFragment convList = getConversationListFragment(); in setCurrentConversation()
853 final ConversationListFragment convList = getConversationListFragment(); in onUndoAvailable()
905 getConversationListFragment().setRawActivated(selectPosition, true); in launchFragment()
936 ConversationListFragment clf = getConversationListFragment(); in onInterceptKeyFromCV()
DAbstractActivityController.java587 protected ConversationListFragment getConversationListFragment() { in getConversationListFragment() method in AbstractActivityController
823 final ConversationListFragment conversationList = getConversationListFragment(); in closeDrawer()
1186 final ConversationListFragment convListFragment = getConversationListFragment(); in onConversationListVisibilityChanged()
2070 final ConversationListFragment convList = getConversationListFragment();
2136 final ConversationListFragment convListFragment = getConversationListFragment();
2212 final ConversationListFragment convListFragment = getConversationListFragment();
2342 ConversationListFragment fragment = getConversationListFragment();
2350 final ConversationListFragment convList = getConversationListFragment();
2420 final ConversationListFragment convListFragment = getConversationListFragment();
2663 final ConversationListFragment convListFragment = getConversationListFragment();
[all …]
DOnePaneController.java472 final ConversationListFragment convList = getConversationListFragment(); in onUndoAvailable()