Searched refs:mSecondaryIds (Results 1 – 2 of 2) sorted by relevance
436 private final @NonNull Identifier[] mSecondaryIds; field in ProgramSelector462 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 …]
21761 Landroid/hardware/radio/ProgramSelector;->mSecondaryIds:[Landroid/hardware/radio/ProgramSelector$Id…