Searched refs:existsStyleWallpapers (Results 1 – 3 of 3) sorted by relevance
155 int resString = Utilities.existsStyleWallpapers(launcher) ? in showDefaultOptions()157 int resDrawable = Utilities.existsStyleWallpapers(launcher) ? in showDefaultOptions()208 if (!Utilities.existsStyleWallpapers(launcher)) { in startWallpaperPicker()
239 Utilities.existsStyleWallpapers(getContext()); in initPreference()
144 public static boolean existsStyleWallpapers(Context context) { in existsStyleWallpapers() method in Utilities