Searched refs:contentId (Results 1 – 2 of 2) sorted by relevance
494 String contentId = (index == -1) ? TEXT_PART_FILENAME in addTextPart() local496 part.setContentId(contentId.getBytes()); in addTextPart()
2849 final int contentId = pair[0]; in testTunerConfiguration() local2852 new AudioTrack.TunerConfiguration(contentId, syncId); in testTunerConfiguration()2854 assertEquals("contentId must be set", contentId, tunerConfiguration.getContentId()); in testTunerConfiguration()