Searched refs:getPhoneCount (Results 1 – 11 of 11) sorted by relevance
183 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) { in registerForAllDataDisconnected()191 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) { in unregisterForAllDataDisconnected()199 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) { in isDataDisconnected()
127 int numPhones = TelephonyManager.getDefault().getPhoneCount(); in makeDefaultPhone()234 && (phoneId < TelephonyManager.getDefault().getPhoneCount())) in getPhone()
236 if (phoneId < 0 || phoneId >= TelephonyManager.getDefault().getPhoneCount()) { in getPhone()
54 private static final int PROJECT_SIM_NUM = TelephonyManager.getDefault().getPhoneCount();
872 phoneId >= mTelephonyManager.getPhoneCount()) { in setDisplayNumber()1317 if (phoneId >= 0 && (phoneId < mTelephonyManager.getPhoneCount() in setDefaultFallbackSubId()
2412 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in toString()
92 private UiccCard[] mUiccCards = new UiccCard[TelephonyManager.getDefault().getPhoneCount()];
208 int numPhones = TelephonyManager.getDefault().getPhoneCount();285 int numPhones = TelephonyManager.getDefault().getPhoneCount(); in TelephonyRegistry()1260 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in dump()
1041 return phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount(); in isValidPhoneId()
165 public int getPhoneCount() { in getPhoneCount() method in TelephonyManager
719 int phoneNum = TelephonyManager.getDefault().getPhoneCount(); in isDataAllowed()