HomeSort by relevance Sort by last modified time
    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 57 private Intent mWallpaperIntent;
78 mWallpaperIntent = (Intent) extras.get(EXTRA_LIVE_WALLPAPER_INTENT);
79 if (mWallpaperIntent == null) {
95 mWallpaperConnection = new WallpaperConnection(mWallpaperIntent);
101 mWallpaperIntent.getComponent());

Completed in 481 milliseconds