HomeSort by relevance Sort by last modified time
    Searched refs:mBrowserSettings (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;
74 mBrowserSettings = new BrowserSettings();
75 mBrowserSettings.url = ((LaunchBrowserParams) cmdParams).url;
76 mBrowserSettings.mode = ((LaunchBrowserParams) cmdParams).mode;
98 mBrowserSettings = new BrowserSettings();
99 mBrowserSettings.url = in.readString();
100 mBrowserSettings.mode = LaunchBrowserMode.values()[in.readInt()];
120 dest.writeString(mBrowserSettings.url);
121 dest.writeInt(mBrowserSettings.mode.ordinal());
165 return mBrowserSettings;
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 74 private BrowserSettings mBrowserSettings = null;
370 launchBrowser(mBrowserSettings);
506 mBrowserSettings = mCurrentCmd.getBrowserSettings();

Completed in 22 milliseconds