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 206 final Fragment conversationListFragment =
207 ConversationListFragment.newInstance(listContext);
212 mLastConversationListTransactionId = replaceFragment(conversationListFragment,
217 replaceFragment(conversationListFragment, transition, TAG_CONVERSATION_LIST,
445 final ConversationListFragment convList = getConversationListFragment();
TwoPaneController.java 115 final ConversationListFragment conversationListFragment =
116 ConversationListFragment.newInstance(mConvListContext);
117 fragmentTransaction.replace(R.id.conversation_list_pane, conversationListFragment,
120 // Set default navigation here once the ConversationListFragment is created.
121 conversationListFragment.setNextFocusLeftId(
252 final ConversationListFragment clf = getConversationListFragment();
426 final ConversationListFragment convList = getConversationListFragment();
551 final ConversationListFragment convList = getConversationListFragment();
621 ConversationListFragment clf = getConversationListFragment()
    [all...]

Completed in 185 milliseconds