Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java875 int plusIndex = location.lastIndexOf('+'); in verifyLocationInFile() local
878 (minusIndex > 0 || plusIndex > 0)); in verifyLocationInFile()
879 int index = Math.max(minusIndex, plusIndex); in verifyLocationInFile()
/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java498 int plusIndex = loc.lastIndexOf('+'); in verifyLocationInFile() local
501 (minusIndex > 0 || plusIndex > 0)); in verifyLocationInFile()
502 int index = Math.max(minusIndex, plusIndex); in verifyLocationInFile()