Home
last modified time | relevance | path

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

/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java46 private static final int ALL_AV_TRACKS = -1; field in MediaUtils
260 } else if (track == ALL_AV_TRACKS) { in hasCodecsForResourceCombo()
283 return hasCodecsForResourceCombo(context, resourceId, ALL_AV_TRACKS, null /* mimePrefix */); in hasCodecsForResource()
306 return hasCodecsForResourceCombo(context, resourceId, ALL_AV_TRACKS, mimePrefix); in hasCodecForResourceAndDomain()