Searched refs:existsStyleWallpapers (Results 1 – 2 of 2) sorted by relevance
157 int resString = Utilities.existsStyleWallpapers(launcher) ? in showDefaultOptions()159 int resDrawable = Utilities.existsStyleWallpapers(launcher) ? in showDefaultOptions()214 if (!Utilities.existsStyleWallpapers(launcher)) { in startWallpaperPicker()
155 public static boolean existsStyleWallpapers(Context context) { in existsStyleWallpapers() method in Utilities