Searched refs:getSecondaryIds (Results 1 – 7 of 7) sorted by relevance
148 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in getSecondaryIds_withEmptySecondaryIds()160 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in getSecondaryIds_withNonEmptySecondaryIds()259 .that(selectorPreferred.getSecondaryIds()).isEqualTo(secondaryIdsExpected); in withSecondaryPreferred()277 .that(selector.getSecondaryIds()).isEmpty(); in createAmFmSelector_withValidFrequencyWithoutSubChannel()293 .that(selector.getSecondaryIds()).isEmpty(); in createAmFmSelector_withoutBandAndSubChannel()315 .that(selector.getSecondaryIds()).isEqualTo(secondaryIdExpected); in createAmFmSelector_withValidFrequencyAndSubChannel()
299 .that(dabSelector.getSecondaryIds()).asList() in programSelectorFromHalProgramSelector_withValidSelector()317 .that(programInfo.getSelector().getSecondaryIds()).asList() in programInfoFromHalProgramInfo_withValidProgramInfo()488 .that(selector.getSecondaryIds()).isEmpty(); in announcementFromHalAnnouncement_selectorsMatch()
167 .that(selector.getSecondaryIds()).isEmpty(); in announcementFromHalAnnouncement_selectorsMatch()
375 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorToHalProgramSelector()597 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorMeetsSdkVersionRequirement()
366 public @NonNull Identifier[] getSecondaryIds() { in getSecondaryIds() method in ProgramSelector
298 Arrays.stream(sel.getSecondaryIds()).map(Convert::programIdentifierToHal). in programSelectorToHal()
5601 method @NonNull public android.hardware.radio.ProgramSelector.Identifier[] getSecondaryIds();