Home
last modified time | relevance | path

Searched refs:getSecondaryIds (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DProgramSelectorTest.java148 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()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DConversionUtilsTest.java299 .that(dabSelector.getSecondaryIds()).asList() in programSelectorFromHalProgramSelector_withValidSelector()
317 .that(programInfo.getSelector().getSecondaryIds()).asList() in programInfoFromHalProgramInfo_withValidProgramInfo()
488 .that(selector.getSecondaryIds()).isEmpty(); in announcementFromHalAnnouncement_selectorsMatch()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DConvertTest.java167 .that(selector.getSecondaryIds()).isEmpty(); in announcementFromHalAnnouncement_selectorsMatch()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java375 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorToHalProgramSelector()
597 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorMeetsSdkVersionRequirement()
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java366 public @NonNull Identifier[] getSecondaryIds() { in getSecondaryIds() method in ProgramSelector
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DConvert.java298 Arrays.stream(sel.getSecondaryIds()).map(Convert::programIdentifierToHal). in programSelectorToHal()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5601 method @NonNull public android.hardware.radio.ProgramSelector.Identifier[] getSecondaryIds();