Home
last modified time | relevance | path

Searched refs:mTab (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClockFragment.java32 private final Tab mTab; field in DeskClockFragment
38 mTab = tab; in DeskClockFragment()
101 return UiDataModel.getUiDataModel().getSelectedTab() == mTab; in isTabSelected()
108 UiDataModel.getUiDataModel().setSelectedTab(mTab); in selectTab()
117 UiDataModel.getUiDataModel().setTabScrolledToTop(mTab, scrolledToTop); in setTabScrolledToTop()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java399 return getViewForCertificate(getChild(groupPosition, childPosition), mData.mTab, in getChildView()
477 private View getViewForCertificate(CertHolder certHolder, Tab mTab, View convertView, in getViewForCertificate() argument
497 if (mTab.mSwitch) { in getViewForCertificate()
658 private final Tab mTab; field in TrustedCredentialsSettings.AdapterData
663 mTab = tab; in AdapterData()
687 mProgressBar = (ProgressBar) content.findViewById(mTab.mProgress); in onPreExecute()
688 mContentView = content.findViewById(mTab.mContentView); in onPreExecute()
716 List<String> aliases = mTab.getAliases(service); in doInBackground()
746 mTab, alias, cert, profileId)); in doInBackground()
785 return isTrustAllCaCertModeInProgress() && mTab == Tab.USER; in isUserTabAndTrustAllCertMode()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsSettings.java399 return getViewForCertificate(getChild(groupPosition, childPosition), mData.mTab, in getChildView()
477 private View getViewForCertificate(CertHolder certHolder, Tab mTab, View convertView, in getViewForCertificate() argument
497 if (mTab.mSwitch) { in getViewForCertificate()
658 private final Tab mTab; field in TrustedCredentialsSettings.AdapterData
663 mTab = tab; in AdapterData()
687 mProgressBar = (ProgressBar) content.findViewById(mTab.mProgress); in onPreExecute()
688 mContentView = content.findViewById(mTab.mContentView); in onPreExecute()
716 List<String> aliases = mTab.getAliases(service); in doInBackground()
746 mTab, alias, cert, profileId)); in doInBackground()
785 return isTrustAllCaCertModeInProgress() && mTab == Tab.USER; in isUserTabAndTrustAllCertMode()
[all …]