Searched refs:contentId (Results 1 – 3 of 3) sorted by relevance
226 String contentId = isCar() ? CAR_PRIVACY_DIALOG_CONTENT_ID : PRIVACY_DIALOG_CONTENT_ID; in assertPrivacyChipAndIndicatorsPresent() local228 By.res(PRIVACY_DIALOG_PACKAGE_NAME, contentId)); in assertPrivacyChipAndIndicatorsPresent()
298 String contentId = (index == -1) ? TEXT_PART_FILENAME in addTextPart() local300 part.setContentId(contentId.getBytes()); in addTextPart()
2793 final int contentId = pair[0]; in testTunerConfiguration() local2796 new AudioTrack.TunerConfiguration(contentId, syncId); in testTunerConfiguration()2798 assertEquals("contentId must be set", contentId, tunerConfiguration.getContentId()); in testTunerConfiguration()