Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DProgramInfoCache.java190 Identifier primaryId = info.getSelector().getPrimaryId(); in filterAndApplyChunkInternal() local
235 Identifier primaryId = info.getSelector().getPrimaryId(); in putInfo() local
244 Identifier primaryId = uniqueId.getPrimaryId(); in removeUniqueId() local
255 Identifier primaryId = newInfo.getSelector().getPrimaryId(); in shouldIncludeInModified() local
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DProgramInfoCache.java222 Identifier primaryId = info.getSelector().getPrimaryId(); in filterAndApplyChunkInternal() local
269 Identifier primaryId = info.getSelector().getPrimaryId(); in putInfo() local
277 Identifier primaryId = uniqueId.getPrimaryId(); in removeUniqueId() local
288 Identifier primaryId = newInfo.getSelector().getPrimaryId(); in shouldIncludeInModified() local
/frameworks/base/core/java/android/hardware/radio/
DUniqueProgramIdentifier.java94 public UniqueProgramIdentifier(ProgramSelector.Identifier primaryId) { in UniqueProgramIdentifier()
DProgramSelector.java453 public ProgramSelector(@ProgramType int programType, @NonNull Identifier primaryId, in ProgramSelector()
/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.cpp130 jfieldID primaryId; member
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h924 auto& primaryId = flinger->mutablePrimaryHwcDisplayId(); in inject() local