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.java436 private final @NonNull Identifier[] mSecondaryIds; field in ProgramSelector
462 mSecondaryIds = secondaryIds; in ProgramSelector()
494 return mSecondaryIds; in getSecondaryIds()
509 for (Identifier id : mSecondaryIds) { in getFirstId()
528 for (Identifier id : mSecondaryIds) { in getAllIds()
568 Arrays.stream(mSecondaryIds).filter(id -> id.getType() != preferredType), in withSecondaryPreferred()
675 if (mSecondaryIds.length > 0) { in toString()
676 sb.append(", secondary=").append(Arrays.toString(mSecondaryIds)); in toString()
709 && mSecondaryIds.length == other.mSecondaryIds.length in strictEquals()
710 && Arrays.asList(mSecondaryIds).containsAll( in strictEquals()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21761 Landroid/hardware/radio/ProgramSelector;->mSecondaryIds:[Landroid/hardware/radio/ProgramSelector$Id…