Home
last modified time | relevance | path

Searched refs:mSecondaryIds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DProgramSelector.java255 private final @NonNull Identifier[] mSecondaryIds; field in ProgramSelector
280 mSecondaryIds = secondaryIds; in ProgramSelector()
312 return mSecondaryIds; in getSecondaryIds()
327 for (Identifier id : mSecondaryIds) { in getFirstId()
346 for (Identifier id : mSecondaryIds) { in getAllIds()
386 Arrays.stream(mSecondaryIds).filter(id -> id.getType() != preferredType), in withSecondaryPreferred()
492 if (mSecondaryIds.length > 0) sb.append(", secondary=").append(mSecondaryIds); in toString()
517 mSecondaryIds = in.createTypedArray(Identifier.CREATOR); in ProgramSelector()
518 if (Stream.of(mSecondaryIds).anyMatch(id -> id == null)) { in ProgramSelector()
528 dest.writeTypedArray(mSecondaryIds, 0); in writeToParcel()