OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBrowserSettings
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatCmdMessage.java
33
private BrowserSettings
mBrowserSettings
= null;
74
mBrowserSettings
= new BrowserSettings();
75
mBrowserSettings
.url = ((LaunchBrowserParams) cmdParams).url;
76
mBrowserSettings
.mode = ((LaunchBrowserParams) cmdParams).mode;
105
mBrowserSettings
= new BrowserSettings();
106
mBrowserSettings
.url = in.readString();
107
mBrowserSettings
.mode = LaunchBrowserMode.values()[in.readInt()];
127
dest.writeString(
mBrowserSettings
.url);
128
dest.writeInt(
mBrowserSettings
.mode.ordinal());
172
return
mBrowserSettings
;
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkAppService.java
79
private BrowserSettings
mBrowserSettings
= null;
374
launchBrowser(
mBrowserSettings
);
543
mBrowserSettings
= mCurrentCmd.getBrowserSettings();
[
all
...]
Completed in 35 milliseconds