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.java105 if (MediaUtils.hasCodecsForPath(mContext, "android.resource://" + PKG + "/" + video)) { in getSupportedVideos()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java451 public static boolean hasCodecsForPath(Context context, String path) { in hasCodecsForPath() method in MediaUtils
487 return check(hasCodecsForPath(context, path), "no decoder found"); in checkCodecsForPath()