Searched defs:IdentifierType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java251 public @interface IdentifierType {} interface in class:ProgramSelector
325 public long getFirstId(@IdentifierType int type) {
342 public @NonNull Identifier[] getAllIds(@IdentifierType int type) {
552 * IdentifierType constants.
555 private final @IdentifierType int mType;
558 public Identifier(@IdentifierType int type, long value) {
572 public @IdentifierType int getType() {

Completed in 28 milliseconds