Searched refs:getSimCount (Results 1 – 15 of 15) sorted by relevance
219 public int getSimCount() { in getSimCount() method in TelephonyDevController237 if (index > getSimCount()) { in getSim()238 … loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount()); in getSim()257 if (simIndex > getSimCount()) { in getModemForSim()258 …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()
433 if (subInfoLength > 1 && telephonyManager.getSimCount() > 1) { in isSmsSimPickActivityNeeded()
878 return mTelephonyManager.getSimCount(); in getActiveSubInfoCountMax()2499 || mTelephonyManager.getSimCount() == 1)) { in setDefaultFallbackSubId()
104 int count = TelephonyManager.getDefault().getSimCount(); in setLockedSimMessage()
164 int count = TelephonyManager.getDefault().getSimCount(); in showDefaultMessage()
98 doReturn(SINGLE_SIM).when(mTelephonyManager).getSimCount(); in setUp()661 doReturn(10).when(mTelephonyManager).getSimCount(); in makeThisDeviceMultiSimCapable()1049 doReturn(SINGLE_SIM).when(mTelephonyManager).getSimCount(); in testGetEnabledSubscriptionIdDualSIM()
136 doReturn(1).when(mTelephonyManager).getSimCount(); in setUp()
608 doReturn(1).when(mTelephonyManager).getSimCount(); in setUp()
97 doReturn(PHONE_COUNT).when(mTelephonyManager).getSimCount(); in setUp()
664 int simCount = mPhone.getSimCount(); in hasAnySim()
433 if (TelephonyManager.getDefault().getSimCount() > 1) { in registerSettingsObserver()2604 if (mTelephonyManager.getSimCount() != 1) { in setDefaultDataRoamingEnabled()
6863 public int getSimCount() { in getSimCount() method in TelephonyManager
14378 HSPLandroid/telephony/TelephonyManager;->getSimCount()I