HomeSort by relevance Sort by last modified time
    Searched refs:conversationListFragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 180 final Fragment conversationListFragment =
181 ConversationListFragment.newInstance(listContext);
186 mLastConversationListTransactionId = replaceFragment(conversationListFragment,
191 replaceFragment(conversationListFragment, transition, TAG_CONVERSATION_LIST,
403 final ConversationListFragment convList = getConversationListFragment();
TwoPaneController.java 86 final Fragment conversationListFragment =
87 ConversationListFragment.newInstance(mConvListContext);
88 fragmentTransaction.replace(R.id.conversation_list_pane, conversationListFragment,
318 final ConversationListFragment convList = getConversationListFragment();
470 final ConversationListFragment convList = getConversationListFragment();

Completed in 32 milliseconds