Searched refs:getSecondaryIds (Results 1 – 9 of 9) sorted by relevance
55 for (int i = 0; i < selector.getSecondaryIds().length; i++) { in makeProgramInfo()56 if (selector.getSecondaryIds()[i].getType() in makeProgramInfo()58 physicallyTunedTo = selector.getSecondaryIds()[i]; in makeProgramInfo()101 for (int i = 0; i < info.getSelector().getSecondaryIds().length; i++) { in programInfoToHal()102 if (info.getSelector().getSecondaryIds()[i].getType() in programInfoToHal()105 .getSecondaryIds()[i]); in programInfoToHal()
204 .that(selector.getSecondaryIds()).isEmpty(); in announcementFromHalAnnouncement_selectorsMatch()
159 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in getSecondaryIds_withEmptySecondaryIds()171 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in getSecondaryIds_withNonEmptySecondaryIds()270 .that(selectorPreferred.getSecondaryIds()).isEqualTo(secondaryIdsExpected); in withSecondaryPreferred()288 .that(selector.getSecondaryIds()).isEmpty(); in createAmFmSelector_withValidFrequencyWithoutSubChannel()304 .that(selector.getSecondaryIds()).isEmpty(); in createAmFmSelector_withoutBandAndSubChannel()340 .that(selector.getSecondaryIds()).isEqualTo(secondaryIdExpected); in createAmFmSelector_withValidFrequencyAndSubChannel()
62 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in UniqueProgramIdentifier()66 ensembleId = selector.getSecondaryIds()[i]; in UniqueProgramIdentifier()
493 public @NonNull Identifier[] getSecondaryIds() { in getSecondaryIds() method in ProgramSelector
480 .that(dabSelector.getSecondaryIds()).asList() in programSelectorFromHalProgramSelector_withValidSelector()507 + "secondary id").that(dabSelector.getSecondaryIds()).asList() in programSelectorFromHalProgramSelector_withInvalidSecondaryId()525 .that(programInfo.getSelector().getSecondaryIds()).asList() in programInfoFromHalProgramInfo_withValidProgramInfo()703 .that(selector.getSecondaryIds()).isEmpty(); in announcementFromHalAnnouncement_selectorsMatch()
412 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorToHalProgramSelector()676 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorMeetsSdkVersionRequirement()
299 Arrays.stream(sel.getSecondaryIds()).map(Convert::programIdentifierToHal). in programSelectorToHal()
6329 method @NonNull public android.hardware.radio.ProgramSelector.Identifier[] getSecondaryIds();