Home
last modified time | relevance | path

Searched refs:mSecondaryIds (Results 1 – 2 of 2) 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()
493 if (mSecondaryIds.length > 0) sb.append(", secondary=").append(mSecondaryIds); in toString()
518 mSecondaryIds = in.createTypedArray(Identifier.CREATOR); in ProgramSelector()
519 if (Stream.of(mSecondaryIds).anyMatch(id -> id == null)) { in ProgramSelector()
529 dest.writeTypedArray(mSecondaryIds, 0); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24648 Landroid/hardware/radio/ProgramSelector;->mSecondaryIds:[Landroid/hardware/radio/ProgramSelector$Id…