Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/helper/
DSelectableSubscriptions.java69 public SelectableSubscriptions(Context context, boolean disabledSlotsIncluded) { in SelectableSubscriptions() argument
71 mSubscriptions = disabledSlotsIncluded ? (() -> getAvailableSubInfoList(context)) : in SelectableSubscriptions()
73 if (disabledSlotsIncluded) { in SelectableSubscriptions()
DQuerySimSlotIndex.java47 boolean disabledSlotsIncluded, boolean onlySlotWithSim) { in QuerySimSlotIndex() argument
49 mDisabledSlotsIncluded = disabledSlotsIncluded; in QuerySimSlotIndex()