Home
last modified time | relevance | path

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

/cts/tests/tests/media/muxer/src/android/media/muxer/cts/
DMediaMuxerTest.java915 int plusIndex = location.lastIndexOf('+'); in verifyLocationInFile() local
918 (minusIndex > 0 || plusIndex > 0)); in verifyLocationInFile()
919 int index = Math.max(minusIndex, plusIndex); in verifyLocationInFile()
/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java479 int plusIndex = loc.lastIndexOf('+'); in verifyLocationInFile() local
482 (minusIndex > 0 || plusIndex > 0)); in verifyLocationInFile()
483 int index = Math.max(minusIndex, plusIndex); in verifyLocationInFile()