Searched refs:ProgramType (Results 1 – 5 of 5) sorted by relevance
125 public @interface ProgramType {} annotation in ProgramSelector308 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()
247 @ProgramSelector.ProgramType int[] supportedProgramTypes, in ModuleProperties()396 public boolean isProgramTypeSupported(@ProgramSelector.ProgramType int type) { in isProgramTypeSupported()
140 private static @ProgramSelector.ProgramType int identifierTypeToProgramType( in identifierTypeToProgramType()
175 @ProgramSelector.ProgramType
5593 …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);