Home | History | Annotate | Download | only in settings

Lines Matching defs:mTabHost

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