Searched defs:Tab (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java69 private enum Tab { enum in class:TrustedCredentialsSettings
89 private Tab(String tag, int label, int view, int progress, int list, boolean checkbox) { method in class:TrustedCredentialsSettings.Tab
170 addTab(Tab.SYSTEM);
171 // TODO add Install button on Tab.USER to go to CertInstaller like KeyChainActivity
172 addTab(Tab.USER);
175 mTabHost.setCurrentTabByTag(Tab.USER.mTag);
180 private void addTab(Tab tab) {
198 private final Tab mTab;
199 private TrustedCertificateAdapter(Tab tab) {
290 private final Tab mTa
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTab.java87 class Tab implements PictureListener { class in inherits:PictureListener
90 private static final String LOGTAG = "Tab";
145 // Parent Tab. This is the Tab that created this Tab, or null if the Tab was
147 private Tab mParent;
148 // Tab that constructed by this Tab. This is used when this Tab i
1055 Tab(WebViewController wvcontroller, WebView w) { method in class:Tab
1059 Tab(WebViewController wvcontroller, Bundle state) { method in class:Tab
1063 Tab(WebViewController wvcontroller, WebView w, Bundle state) { method in class:Tab
[all...]

Completed in 124 milliseconds