Searched refs:IdentifierType (Results 1 – 4 of 4) sorted by relevance
251 public @interface IdentifierType {} annotation in ProgramSelector325 public long getFirstId(@IdentifierType int type) { in getFirstId()342 public @NonNull Identifier[] getAllIds(@IdentifierType int type) { in getAllIds()555 private final @IdentifierType int mType;558 public Identifier(@IdentifierType int type, long value) { in Identifier()572 public @IdentifierType int getType() { in getType()
229 @ProgramSelector.IdentifierType int[] supportedIdentifierTypes, in ModuleProperties()388 public boolean isProgramIdentifierSupported(@ProgramSelector.IdentifierType int type) { in isProgramIdentifierSupported()
25 import android.hardware.broadcastradio.V2_0.IdentifierType;116 @ProgramSelector.IdentifierType int idType) { in identifierTypeToProgramType()262 if (id.type == IdentifierType.INVALID) return null; in programIdentifierFromHal()
2689 …ProgramSelector.Identifier[] getAllIds(@android.hardware.radio.ProgramSelector.IdentifierType int);2690 method public long getFirstId(@android.hardware.radio.ProgramSelector.IdentifierType int);2731 …ctor public ProgramSelector.Identifier(@android.hardware.radio.ProgramSelector.IdentifierType int,…2733 method @android.hardware.radio.ProgramSelector.IdentifierType public int getType();2739 …a.lang.annotation.RetentionPolicy.SOURCE) public static @interface ProgramSelector.IdentifierType {2873 …c boolean isProgramIdentifierSupported(@android.hardware.radio.ProgramSelector.IdentifierType int);