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 56 private Intent mWallpaperIntent;
73 mWallpaperIntent = (Intent) extras.get(EXTRA_LIVE_WALLPAPER_INTENT);
74 if (mWallpaperIntent == null) {
90 mWallpaperConnection = new WallpaperConnection(mWallpaperIntent);
96 mWallpaperIntent.getComponent());

Completed in 35 milliseconds