Home
last modified time | relevance | path

Searched defs:ProgramType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/bands/
H A DProgramType.java44 public abstract class ProgramType implements Parcelable { class
83 protected ProgramType(@TypeId int id) { in ProgramType() method in ProgramType
/aosp12/frameworks/av/cmds/screenrecord/
H A DProgram.h34 enum ProgramType { PROGRAM_UNKNOWN=0, PROGRAM_EXTERNAL_TEXTURE, enum
/aosp12/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java125 public @interface ProgramType {} annotation in ProgramSelector