Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java106 if (MediaUtils.hasCodecsForPath(mContext, "android.resource://" + PKG + "/" + video)) { in getSupportedVideos()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java531 public static boolean hasCodecsForPath(Context context, String path) { in hasCodecsForPath() method in MediaUtils
567 return check(hasCodecsForPath(context, path), "no decoder found"); in checkCodecsForPath()