Searched refs:getSimCount (Results 1 – 11 of 11) sorted by relevance
221 public int getSimCount() { in getSimCount() method in TelephonyDevController239 if (index > getSimCount()) { in getSim()240 … loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount()); in getSim()259 if (simIndex > getSimCount()) { in getModemForSim()260 …loge("getModemForSim: out-of-bounds access for sim device " + simIndex + " max: " + getSimCount()); in getModemForSim()
89 if (TelephonyManager.from(context).getSimCount() > 1 in getSettingName()
170 if (TelephonyManager.getDefault().getSimCount() != 1) { in handleMessage()
439 if (subInfoLength > 1 && telephonyManager.getSimCount() > 1) { in isSmsSimPickActivityNeeded()
1042 return mTelephonyManager.getSimCount(); in getActiveSubInfoCountMax()2639 || mTelephonyManager.getSimCount() == 1)) { in setDefaultFallbackSubId()
106 doReturn(SINGLE_SIM).when(mTelephonyManager).getSimCount(); in setUp()671 doReturn(10).when(mTelephonyManager).getSimCount(); in makeThisDeviceMultiSimCapable()1486 doReturn(SINGLE_SIM).when(mTelephonyManager).getSimCount(); in testGetEnabledSubscriptionIdDualSIM()
618 doReturn(1).when(mTelephonyManager).getSimCount(); in setUp()
138 doReturn(1).when(mTelephonyManager).getSimCount(); in setUp()
97 doReturn(PHONE_COUNT).when(mTelephonyManager).getSimCount(); in setUp()
434 if (TelephonyManager.getDefault().getSimCount() > 1) { in registerSettingsObserver()2625 if (mTelephonyManager.getSimCount() != 1) { in setDefaultDataRoamingEnabled()
7178 public int getSimCount() { in getSimCount() method in TelephonyManager