Searched refs:ALL_AV_TRACKS (Results 1 – 1 of 1) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 68 private static final int ALL_AV_TRACKS = -1; field in MediaUtils 480 } else if (track == ALL_AV_TRACKS) { in hasCodecsForResourceCombo() 510 } else if (track == ALL_AV_TRACKS) { in hasCodecsForResourceCombo() 533 return hasCodecsForResourceCombo(context, resourceId, ALL_AV_TRACKS, null /* mimePrefix */); in hasCodecsForResource() 541 return hasCodecsForResourceCombo(resource, ALL_AV_TRACKS, null /* mimePrefix */); in hasCodecsForResource() 572 return hasCodecsForResourceCombo(context, resourceId, ALL_AV_TRACKS, mimePrefix); in hasCodecForResourceAndDomain() 576 return hasCodecsForResourceCombo(resource, ALL_AV_TRACKS, mimePrefix); in hasCodecForResourceAndDomain()
|