Searched refs:IdentifierType (Results 1 – 5 of 5) 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()556 private final @IdentifierType int mType;559 public Identifier(@IdentifierType int type, long value) { in Identifier()573 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()
2927 …ProgramSelector.Identifier[] getAllIds(@android.hardware.radio.ProgramSelector.IdentifierType int);2928 method public long getFirstId(@android.hardware.radio.ProgramSelector.IdentifierType int);2969 …ctor public ProgramSelector.Identifier(@android.hardware.radio.ProgramSelector.IdentifierType int,…2971 method @android.hardware.radio.ProgramSelector.IdentifierType public int getType();2977 …a.lang.annotation.RetentionPolicy.SOURCE) public static @interface ProgramSelector.IdentifierType {3111 …c boolean isProgramIdentifierSupported(@android.hardware.radio.ProgramSelector.IdentifierType int);