HomeSort by relevance Sort by last modified time
    Searched defs:BrowserSettings (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkCmdMessage.java 33 private BrowserSettings mBrowserSettings = null;
40 public class BrowserSettings {
74 mBrowserSettings = new BrowserSettings();
98 mBrowserSettings = new BrowserSettings();
164 public BrowserSettings getBrowserSettings() {
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 55 * BrowserSettings s = BrowserSettings.getInstance();
65 class BrowserSettings extends Observable {
102 private final static String TAG = "BrowserSettings";
171 // Single instance of the BrowserSettings for use in the Browser app.
172 private static BrowserSettings sSingleton;
181 * settings after a call to BrowserSettings.update().
192 BrowserSettings b = (BrowserSettings)o;
256 * stored in this BrowserSettings object. This will update al
    [all...]

Completed in 39 milliseconds