Searched refs:mSettings (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Settings/tests/src/com/android/settings/
H A DSettingsHookTests.java58 private Settings mSettings; field in class:SettingsHookTests
67 mSettings = getActivity();
75 Context context = mSettings.getApplicationContext();
87 Context context = mSettings.getApplicationContext();
105 Context context = mSettings.getApplicationContext();
123 // PreferenceGroup root = (PreferenceGroup)mSettings.findPreference(KEY_SETTINGS_ROOT);
134 // PreferenceGroup root = (PreferenceGroup)mSettings.findPreference(KEY_SETTINGS_ROOT);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
H A DPreferenceControllerFactory.java33 private final SearchSettings mSettings; field in class:PreferenceControllerFactory
38 mSettings = settings;
52 addController(new SearchableItemsController(mSettings, corpora, getContext()), p);
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSearchableCorporaTest.java33 protected SearchSettings mSettings; field in class:SearchableCorporaTest
51 mSettings = new MockSearchSettings() {
62 mCorpora = new SearchableCorpora(mContext, mSettings, sources, new MockCorpusFactory());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCorpusSelectionDialog.java44 private final SearchSettings mSettings; field in class:CorpusSelectionDialog
58 mSettings = settings;
62 return mSettings;
H A DSearchableCorpora.java43 private final SearchSettings mSettings; field in class:SearchableCorpora
63 mSettings = settings;
125 if (mSettings.isCorpusEnabled(corpus)) {
H A DSearchableCorpusFactory.java40 private final SearchSettings mSettings; field in class:SearchableCorpusFactory
48 mSettings = settings;
120 return new WebCorpus(mContext, mConfig, mSettings, executor, webSource, browserSource);
H A DWebCorpus.java44 private final SearchSettings mSettings; field in class:WebCorpus
56 mSettings = settings;
62 return mSettings;
H A DQsbApplication.java54 private SearchSettings mSettings; field in class:QsbApplication
182 if (mSettings == null) {
183 mSettings = createSettings();
184 mSettings.upgradeSettingsIfNeeded();
186 return mSettings;
/packages/apps/Browser/src/com/android/browser/
H A DAutoFillSettingsFragment.java59 private BrowserSettings mSettings; field in class:AutoFillSettingsFragment
144 mSettings = BrowserSettings.getInstance();
169 mSettings.setAutoFillProfile(null,
222 mSettings.setAutoFillProfile(newProfile,
228 AutoFillProfile activeProfile = mSettings.getAutoFillProfile();
H A DIntentHandler.java59 private BrowserSettings mSettings; field in class:IntentHandler
65 mSettings = controller.getSettings();
135 urlData = new UrlData(mSettings.getHomePage());
212 mSettings.toggleDebugSettings();
H A DTab.java185 private BrowserSettings mSettings; field in class:Tab
769 if (mSettings.showSecurityWarnings()) {
1118 mSettings.getWebStorageSizeManager()
1137 mSettings.getWebStorageSizeManager()
1275 mSettings.setAutofillEnabled(false);
1403 mSettings = BrowserSettings.getInstance();
1660 if (parent != null && mSettings.hasDesktopUseragent(parent.getWebView())
1661 != mSettings.hasDesktopUseragent(getWebView())) {
1662 mSettings.toggleDesktopUseragent(getWebView());
1987 mSettings
[all...]
H A DController.java159 private BrowserSettings mSettings; field in class:Controller
223 mSettings = BrowserSettings.getInstance();
225 mSettings.setController(this);
428 return mSettings;
501 !mSettings.openInBackground(), true);
1181 !mSettings.openInBackground(), true);
1379 !mSettings.openInBackground(),
1476 isHome = mSettings.getHomePage().equals(tab.getUrl());
1477 isDesktopUa = mSettings.hasDesktopUseragent(tab.getWebView());
1506 boolean isNavDump = mSettings
[all...]
H A DSuggestionsAdapter.java79 BrowserSettings mSettings; field in class:SuggestionsAdapter
91 mSettings = BrowserSettings.getInstance();
288 final SearchEngine searchEngine = mSettings.getSearchEngine();
548 SearchEngine searchEngine = mSettings.getSearchEngine();
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java54 private String mSettings; field in class:LiveWallpaperPreview
82 mSettings = extras.getString(EXTRA_LIVE_WALLPAPER_SETTINGS);
84 if (mSettings == null) {
111 intent.setComponent(new ComponentName(mPackageName, mSettings));
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java316 private UserDictionarySettings mSettings; field in class:UserDictionarySettings.MyAdapter
335 mSettings = settings;
358 mSettings.deleteWord((String) v.getTag());
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider.java173 private BrowserSettings mSettings; field in class:BrowserProvider
424 mSettings = BrowserSettings.getInstance();
929 SearchEngine searchEngine = mSettings.getSearchEngine();

Completed in 192 milliseconds