Home
last modified time | relevance | path

Searched refs:LAUNCH_SETTINGS_SEARCH (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DActivityUtils.java18 import static com.android.wallpaper.util.LaunchSourceUtils.LAUNCH_SETTINGS_SEARCH;
102 return (intent != null && intent.hasExtra(LAUNCH_SETTINGS_SEARCH)); in isLaunchedFromSettingsSearch()
DLaunchSourceUtils.kt28 const val LAUNCH_SETTINGS_SEARCH = ":settings:fragment_args_key" constant