Home
last modified time | relevance | path

Searched refs:BrowserPreferencesPage (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Browser/src/com/android/browser/preferences/
DGeneralPreferencesFragment.java38 import com.android.browser.BrowserPreferencesPage;
69 .getStringExtra(BrowserPreferencesPage.CURRENT_PAGE); in onCreate()
/packages/apps/Browser/src/com/android/browser/
DComboViewActivity.java149 Intent intent = new Intent(this, BrowserPreferencesPage.class); in onOptionsItemSelected()
150 intent.putExtra(BrowserPreferencesPage.CURRENT_PAGE, url); in onOptionsItemSelected()
DBrowserPreferencesPage.java30 public class BrowserPreferencesPage extends PreferenceActivity { class
DController.java1799 Intent intent = new Intent(mActivity, BrowserPreferencesPage.class); in openPreferences()
1800 intent.putExtra(BrowserPreferencesPage.CURRENT_PAGE, in openPreferences()
2842 Intent intent = new Intent(mActivity, BrowserPreferencesPage.class); in setupAutoFill()
DWebStorageSizeManager.java404 Intent intent = new Intent(mContext, BrowserPreferencesPage.class); in scheduleOutOfSpaceNotification()