Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DProgramSelectorTest.java127 public void getProgramType() { in getProgramType() method in ProgramSelectorTest
130 int programType = selector.getProgramType(); in getProgramType()
255 .that(selectorPreferred.getProgramType()).isEqualTo(selector.getProgramType()); in withSecondaryPreferred()
273 .that(selector.getProgramType()).isEqualTo(ProgramSelector.PROGRAM_TYPE_AM); in createAmFmSelector_withValidFrequencyWithoutSubChannel()
289 .that(selector.getProgramType()).isEqualTo(ProgramSelector.PROGRAM_TYPE_FM); in createAmFmSelector_withoutBandAndSubChannel()
311 .that(selector.getProgramType()).isEqualTo(ProgramSelector.PROGRAM_TYPE_AM); in createAmFmSelector_withValidFrequencyAndSubChannel()
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java346 public @ProgramType int getProgramType() { in getProgramType() method in ProgramSelector
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5600 …method @Deprecated @android.hardware.radio.ProgramSelector.ProgramType public int getProgramType();