Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java310 private final @NonNull Identifier[] mSecondaryIds; field in ProgramSelector
335 mSecondaryIds = secondaryIds; in ProgramSelector()
367 return mSecondaryIds; in getSecondaryIds()
382 for (Identifier id : mSecondaryIds) { in getFirstId()
401 for (Identifier id : mSecondaryIds) { in getAllIds()
548 if (mSecondaryIds.length > 0) { in toString()
582 && mSecondaryIds.length == other.mSecondaryIds.length in strictEquals()
583 && Arrays.asList(mSecondaryIds).containsAll( in strictEquals()
584 Arrays.asList(other.mSecondaryIds)); in strictEquals()
590 mSecondaryIds = in.createTypedArray(Identifier.CREATOR); in ProgramSelector()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21761 Landroid/hardware/radio/ProgramSelector;->mSecondaryIds:[Landroid/hardware/radio/ProgramSelector$Id…