Searched refs:getFragmentTag (Results 1 – 7 of 7) sorted by relevance
57 ConversationListFragment.getFragmentTag(primaryAccount); in onCreate()
379 .findFragmentByTag(ContactDiscoveryDialogFragment.getFragmentTag(subId)); in getContactDiscoveryFragment()405 ContactDiscoveryDialogFragment.getFragmentTag(subId)); in maybeShowContactDiscoveryDialog()
115 public static String getFragmentTag(int subId) { in getFragmentTag() method in ContactDiscoveryDialogFragment
139 dialog.show(mFragmentManager, ContactDiscoveryDialogFragment.getFragmentTag(mSubId)); in showContentDiscoveryDialog()
165 setContentFragment(fragment, tab.getFragmentTag()); in setupTabLayout()187 setContentFragment(startTab.getFragment(), startTab.getFragmentTag()); in setupTabLayout()
117 public String getFragmentTag() { in getFragmentTag() method in TelecomPageTab
197 public static String getFragmentTag(@Nullable UserAccount userAccount) { in getFragmentTag() method in ConversationListFragment