Searched refs:areUriImagesSupported (Results 1 – 2 of 2) sorted by relevance
133 if ((mContext != null && Util.areUriImagesSupported(mContext) in fromMediaMetadata()167 } else if (mContext != null && Util.areUriImagesSupported(mContext) in fromMediaDescription()214 if ((mContext != null && Util.areUriImagesSupported(mContext) in fromBundle()
64 public static boolean areUriImagesSupported(Context context) { in areUriImagesSupported() method in Util