Searched refs:durStr (Results 1 – 1 of 1) sorted by relevance
277 String durStr = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_DURATION); in checkTracksAndDuration() local278 assertTrue(durStr != null); in checkTracksAndDuration()279 assertTrue(Integer.parseInt(durStr) > 0); in checkTracksAndDuration()