OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWallpaperIntent
(Results
1 - 2
of
2
) sorted by null
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java
53
private Intent
mWallpaperIntent
;
63
mWallpaperIntent
= new Intent(this, MagicSmoke.class);
66
mWallpaperConnection = new WallpaperConnection(
mWallpaperIntent
);
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java
56
private Intent
mWallpaperIntent
;
77
mWallpaperIntent
= (Intent) extras.get(EXTRA_LIVE_WALLPAPER_INTENT);
78
if (
mWallpaperIntent
== null) {
94
mWallpaperConnection = new WallpaperConnection(
mWallpaperIntent
);
100
mWallpaperIntent
.getComponent());
Completed in 303 milliseconds