Searched refs:telecomPageTab (Results 1 – 2 of 2) sorted by relevance
270 TelecomPageTab telecomPageTab = mTabFactory.createTab(getBaseContext(), i); in setupTabLayout() local271 mTabLayout.addCarTab(telecomPageTab); in setupTabLayout()273 if (telecomPageTab.wasFragmentRestored()) { in setupTabLayout()290 public void onCarTabSelected(TelecomPageTab telecomPageTab) { in setupTabLayout()291 Fragment fragment = telecomPageTab.getFragment(); in setupTabLayout()292 setContentFragment(fragment, telecomPageTab.getFragmentTag()); in setupTabLayout()
150 TelecomPageTab telecomPageTab = new TelecomPageTab( in createTab() local153 telecomPageTab.initFragment(mFragmentManager, page); in createTab()154 return telecomPageTab; in createTab()