Searched refs:KEY_SET_AS_WALLPAPER (Results 1 – 2 of 2) sorted by relevance
97 .putExtra(CropImage.KEY_SET_AS_WALLPAPER, true); in onResume()
115 public static final String KEY_SET_AS_WALLPAPER = "set-as-wallpaper"; field in CropImage169 if (extra != null && extra.getBoolean(KEY_SET_AS_WALLPAPER, false)) { in onCreate()278 if (extra.getBoolean(KEY_SET_AS_WALLPAPER, false)) { in run()533 int messageId = extra != null && extra.getBoolean(KEY_SET_AS_WALLPAPER) in onSaveClicked()