Searched refs:disabledSlotsIncluded (Results 1 – 2 of 2) sorted by relevance
69 public SelectableSubscriptions(Context context, boolean disabledSlotsIncluded) { in SelectableSubscriptions() argument71 mSubscriptions = disabledSlotsIncluded ? (() -> getAvailableSubInfoList(context)) : in SelectableSubscriptions()73 if (disabledSlotsIncluded) { in SelectableSubscriptions()
47 boolean disabledSlotsIncluded, boolean onlySlotWithSim) { in QuerySimSlotIndex() argument49 mDisabledSlotsIncluded = disabledSlotsIncluded; in QuerySimSlotIndex()