Home
last modified time | relevance | path

Searched defs:secondaryIds (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DProgramSelectorTest.java159 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in getSecondaryIds_withEmptySecondaryIds() local
171 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in getSecondaryIds_withNonEmptySecondaryIds() local
179 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getFirstId_withIdInSelector() local
191 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getFirstId_withIdNotInSelector() local
206 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getAllIds_withIdInSelector() local
221 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getAllIds_withIdNotInSelector() local
255 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in withSecondaryPreferred() local
488 private ProgramSelector getFmSelector(@Nullable ProgramSelector.Identifier[] secondaryIds, in getFmSelector()
493 private ProgramSelector getDabSelector(@Nullable ProgramSelector.Identifier[] secondaryIds, in getDabSelector()
DUniqueProgramIdentifierTest.java236 private ProgramSelector getDabSelector(@Nullable ProgramSelector.Identifier[] secondaryIds, in getDabSelector()
/frameworks/base/core/java/android/hardware/radio/
DUniqueProgramIdentifier.java62 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in UniqueProgramIdentifier() local
DProgramSelector.java454 @Nullable Identifier[] secondaryIds, @Nullable long[] vendorIds) { in ProgramSelector()
566 Identifier[] secondaryIds = Stream.concat( in withSecondaryPreferred() local
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DConversionUtils.java412 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorToHalProgramSelector() local
676 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorMeetsSdkVersionRequirement() local
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DTestUtils.java89 ProgramSelector.Identifier primaryId, ProgramSelector.Identifier[] secondaryIds) { in makeProgramSelector()
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DAidlTestUtils.java90 ProgramIdentifier primaryId, ProgramIdentifier[] secondaryIds) { in makeHalSelector()
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp131 jfieldID secondaryIds; member