Searched refs:MAX_PHONE_COUNT_DUAL_SIM (Results 1 – 4 of 4) sorted by relevance
166 public static final int MAX_PHONE_COUNT_DUAL_SIM = 2; field in PhoneConstants
22 import static com.android.internal.telephony.PhoneConstants.MAX_PHONE_COUNT_DUAL_SIM;260 if (subscriptions.size() == MAX_PHONE_COUNT_DUAL_SIM) { in filterMobileSubscriptionInSameGroup()
26 import static com.android.internal.telephony.PhoneConstants.MAX_PHONE_COUNT_DUAL_SIM;566 if (subscriptions.size() == MAX_PHONE_COUNT_DUAL_SIM) { in filterMobileSubscriptionInSameGroup()
391 phoneCount = PhoneConstants.MAX_PHONE_COUNT_DUAL_SIM; in getPhoneCount()