Lines Matching refs:mTabHost
211 private TabHost mTabHost; field in DataUsageSummary
347 mTabHost = (TabHost) view.findViewById(android.R.id.tabhost); in onCreateView()
361 mTabHost.setup(); in onCreateView()
362 mTabHost.setOnTabChangedListener(mTabListener); in onCreateView()
671 mTabHost.clearAllTabs(); in updateTabs()
683 mTabHost.addTab(buildTabSpec(TAB_WIFI, R.string.data_usage_tab_wifi)); in updateTabs()
687 mTabHost.addTab(buildTabSpec(TAB_ETHERNET, R.string.data_usage_tab_ethernet)); in updateTabs()
694 if (Objects.equal(mIntentTab, mTabHost.getCurrentTabTag())) { in updateTabs()
698 mTabHost.setCurrentTabByTag(mIntentTab); in updateTabs()
715 return new View(mTabHost.getContext());
723 return mTabHost.newTabSpec(tag).setIndicator(getText(titleRes)).setContent( in buildTabSpec()
731 return mTabHost.newTabSpec(tag).setIndicator(title).setContent( in buildTabSpec()
755 final String currentTab = mTabHost.getCurrentTabTag(); in updateBody()
2681 mTabHost.addTab(buildTabSpec(mMobileTagMap.get(subInfo.getSubscriptionId()), in addMobileTab()
2684 mTabHost.addTab(buildTabSpec(mMobileTagMap.get(subInfo.getSubscriptionId()), in addMobileTab()
2694 if (mSubInfoList != null && mTabHost != null) { in getCurrentTabSubInfo()
2695 final int currentTagIndex = mTabHost.getCurrentTab(); in getCurrentTabSubInfo()