Home
last modified time | relevance | path

Searched refs:getProgramInfos (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DProgramListTest.java632 public void getProgramInfos() throws Exception { in getProgramInfos() method in ProgramListTest
642 .that(mProgramList.getProgramInfos(FM_IDENTIFIER)).containsExactly(FM_PROGRAM_INFO); in getProgramInfos()
644 .that(mProgramList.getProgramInfos(DAB_DMB_SID_EXT_IDENTIFIER)) in getProgramInfos()
658 .that(mProgramList.getProgramInfos(DAB_DMB_SID_EXT_IDENTIFIER)).isEmpty(); in getProgramInfos_withIdNotFound()
/frameworks/base/core/java/android/hardware/radio/
DProgramList.java333 public @NonNull List<RadioManager.ProgramInfo> getProgramInfos( in getProgramInfos() method in ProgramList
/frameworks/base/core/api/
Dsystem-current.txt6291 …blic java.util.List<android.hardware.radio.RadioManager.ProgramInfo> getProgramInfos(@NonNull andr…