Searched refs:cropAndSetWallpaperIntent (Results 1 – 2 of 2) sorted by relevance
102 Intent cropAndSetWallpaperIntent; in onResume() local106 cropAndSetWallpaperIntent = wpm.getCropAndSetWallpaperIntent(mPickedItem); in onResume()107 startActivity(cropAndSetWallpaperIntent); in onResume()122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION) in onResume()135 startActivity(cropAndSetWallpaperIntent); in onResume()
55 Intent cropAndSetWallpaperIntent = getIntent(); in onCreate() local56 Uri imageUri = cropAndSetWallpaperIntent.getData(); in onCreate()