Home
last modified time | relevance | path

Searched defs:secondaryIds (Results 1 – 5 of 5) 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() local
160 ProgramSelector.Identifier[] secondaryIds = selector.getSecondaryIds(); in getSecondaryIds_withNonEmptySecondaryIds() local
168 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getFirstId_withIdInSelector() local
180 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getFirstId_withIdNotInSelector() local
195 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getAllIds_withIdInSelector() local
210 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in getAllIds_withIdNotInSelector() local
244 ProgramSelector.Identifier[] secondaryIds = new ProgramSelector.Identifier[]{ in withSecondaryPreferred() local
452 private ProgramSelector getFmSelector(@Nullable ProgramSelector.Identifier[] secondaryIds, in getFmSelector()
457 private ProgramSelector getDabSelector(@Nullable ProgramSelector.Identifier[] secondaryIds, in getDabSelector()
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java327 @Nullable Identifier[] secondaryIds, @Nullable long[] vendorIds) { in ProgramSelector()
439 Identifier[] secondaryIds = Stream.concat( in withSecondaryPreferred() local
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java375 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorToHalProgramSelector() local
597 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorMeetsSdkVersionRequirement() local
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DAidlTestUtils.java89 ProgramIdentifier primaryId, ProgramIdentifier[] secondaryIds) { in makeHalSelector()
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp131 jfieldID secondaryIds; member