Home
last modified time | relevance | path

Searched refs:ARG_IS_NEW_TASK (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java122 public static final String ARG_IS_NEW_TASK = "is_new_task"; field in PreviewFragment
231 mIsNewTask = args.getBoolean(ARG_IS_NEW_TASK); in onCreate()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt201 args.putBoolean(PreviewFragment.ARG_IS_NEW_TASK, isNewTask) in getPreviewFragment()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt231 putBoolean(PreviewFragment.ARG_IS_NEW_TASK, isNewTask) in getPreviewFragment()