Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DTestUtils.java55 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()
DConvertTest.java204 .that(selector.getSecondaryIds()).isEmpty(); in announcementFromHalAnnouncement_selectorsMatch()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DProgramSelectorTest.java159 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()
/frameworks/base/core/java/android/hardware/radio/
DUniqueProgramIdentifier.java62 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in UniqueProgramIdentifier()
66 ensembleId = selector.getSecondaryIds()[i]; in UniqueProgramIdentifier()
DProgramSelector.java493 public @NonNull Identifier[] getSecondaryIds() { in getSecondaryIds() method in ProgramSelector
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DConversionUtilsTest.java480 .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()
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DConversionUtils.java412 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorToHalProgramSelector()
676 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorMeetsSdkVersionRequirement()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DConvert.java299 Arrays.stream(sel.getSecondaryIds()).map(Convert::programIdentifierToHal). in programSelectorToHal()
/frameworks/base/core/api/
Dsystem-current.txt6329 method @NonNull public android.hardware.radio.ProgramSelector.Identifier[] getSecondaryIds();