Home
last modified time | relevance | path

Searched refs:ProgramType (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java125 public @interface ProgramType {} annotation in ProgramSelector
308 private final @ProgramType int mProgramType;
326 public ProgramSelector(@ProgramType int programType, @NonNull Identifier primaryId, in ProgramSelector()
346 public @ProgramType int getProgramType() { in getProgramType()
526 @ProgramType int programType = isAm ? PROGRAM_TYPE_AM : PROGRAM_TYPE_FM; in createAmFmSelector()
H A DRadioManager.java247 @ProgramSelector.ProgramType int[] supportedProgramTypes, in ModuleProperties()
396 public boolean isProgramTypeSupported(@ProgramSelector.ProgramType int type) { in isProgramTypeSupported()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DConvert.java140 private static @ProgramSelector.ProgramType int identifierTypeToProgramType( in identifierTypeToProgramType()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DConversionUtils.java175 @ProgramSelector.ProgramType
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5593 …ctor public ProgramSelector(@android.hardware.radio.ProgramSelector.ProgramType int, @NonNull andr…
5600 …method @Deprecated @android.hardware.radio.ProgramSelector.ProgramType public int getProgramType();
5652 …java.lang.annotation.RetentionPolicy.SOURCE) public static @interface ProgramSelector.ProgramType {
5784 …hod public boolean isProgramTypeSupported(@android.hardware.radio.ProgramSelector.ProgramType int);