Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/
DMetadata.java133 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()
DUtil.java64 public static boolean areUriImagesSupported(Context context) { in areUriImagesSupported() method in Util