Searched refs:getSimCount (Results 1 – 10 of 10) sorted by relevance
224 public int getSimCount() { in getSimCount() method in TelephonyDevController242 if (index > getSimCount()) { in getSim()243 … loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount()); in getSim()262 if (simIndex > getSimCount()) { in getModemForSim()263 …loge("getModemForSim: out-of-bounds access for sim device " + simIndex + " max: " + getSimCount()); in getModemForSim()
295 if (subInfoLength > 0 && telephonyManager.getSimCount() > 1) { in isSmsSimPickActivityNeeded()
564 return mTelephonyManager.getSimCount(); in getActiveSubInfoCountMax()1318 || mTelephonyManager.getSimCount() == 1)) { in setDefaultFallbackSubId()
61 mSimCount = TelephonyManager.getDefault().getSimCount(); in getInstance()
206 int simCount = TelephonyManager.getDefault().getSimCount(); in getInstance()
79 int count = TelephonyManager.getDefault().getSimCount(); in resetState()
122 int count = TelephonyManager.getDefault().getSimCount(); in reset()
421 if (TelephonyManager.getDefault().getSimCount() == 1) { in register()784 if (TelephonyManager.getDefault().getSimCount() == 1) { in setDataOnRoamingEnabled()814 if (TelephonyManager.getDefault().getSimCount() == 1) { in getDataOnRoamingEnabled()848 if (TelephonyManager.getDefault().getSimCount() == 1) { in getDataEnabled()1437 if (TelephonyManager.getDefault().getSimCount() == 1) { in onSetUserDataEnabled()
1036 return slotId >= 0 && slotId < TelephonyManager.getDefault().getSimCount(); in isValidSlotId()
3032 public int getSimCount() { in getSimCount() method in TelephonyManager