OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBrowserSettings
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatCmdMessage.java
33
private BrowserSettings
mBrowserSettings
= null;
95
mBrowserSettings
= new BrowserSettings();
96
mBrowserSettings
.url = ((LaunchBrowserParams) cmdParams).mUrl;
97
mBrowserSettings
.mode = ((LaunchBrowserParams) cmdParams).mMode;
138
mBrowserSettings
= new BrowserSettings();
139
mBrowserSettings
.url = in.readString();
140
mBrowserSettings
.mode = LaunchBrowserMode.values()[in.readInt()];
172
dest.writeString(
mBrowserSettings
.url);
173
dest.writeInt(
mBrowserSettings
.mode.ordinal());
225
return
mBrowserSettings
;
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkAppService.java
113
protected BrowserSettings
mBrowserSettings
= null;
794
launchBrowser(mStkContext[slotId].
mBrowserSettings
);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
Completed in 51 milliseconds