Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
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()
/frameworks/base/core/java/android/hardware/radio/
DProgramSelector.java327 @Nullable Identifier[] secondaryIds, @Nullable long[] vendorIds) { in ProgramSelector()
439 Identifier[] secondaryIds = Stream.concat( in withSecondaryPreferred() local
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DConversionUtils.java375 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorToHalProgramSelector() local
597 ProgramSelector.Identifier[] secondaryIds = sel.getSecondaryIds(); in programSelectorMeetsSdkVersionRequirement() local
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DAidlTestUtils.java89 ProgramIdentifier primaryId, ProgramIdentifier[] secondaryIds) { in makeHalSelector()
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp131 jfieldID secondaryIds; member