Searched refs:getPhoneCount (Results 1 – 10 of 10) sorted by relevance
67 public static int getPhoneCount(@Nullable TelephonyManager telephonyManager) { in getPhoneCount() method in TelephonyManagerCompat73 return telephonyManager.getPhoneCount(); in getPhoneCount()
91 if (prefs.contains(key) || telephonyManager.getPhoneCount() != 1) { in migrateVoicemailVibrationSettingsIfNeeded()130 if (prefs.contains(key) || telephonyManager.getPhoneCount() != 1) { in migrateVoicemailRingtoneSettingsIfNeeded()
176 for (int i = 0; i < TelephonyManager.from(mContext).getPhoneCount(); ++i) {186 int numPhones = TelephonyManager.from(mContext).getPhoneCount();362 int numPhones = TelephonyManager.from(context).getPhoneCount(); in CarrierConfigLoader()711 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in dump()
287 if (mTelephonyManager.getPhoneCount() > 1) { in updateMwi()429 if (mTelephonyManager.getPhoneCount() > 1) { in updateCfi()
1310 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in needMobileRadioShutdown()1314 logv(TelephonyManager.getDefault().getPhoneCount() + " Phones are shutdown."); in needMobileRadioShutdown()1319 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in shutdownMobileRadios()2423 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in checkCarrierPrivilegesForPackageAnyPhone()2460 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in getPackagesWithCarrierPrivileges()
334 if (TelephonyManagerCompat.getPhoneCount(telephonyManager) > 1 && in handleDeviceIdDisplay()337 for (int slot = 0; slot < telephonyManager.getPhoneCount(); slot++) { in handleDeviceIdDisplay()
93 && TelephonyManagerCompat.getPhoneCount(telephonyManager) <= 1) { in onBuildHeaders()
74 private int mPhoneCount = TelephonyManager.getDefault().getPhoneCount();
127 } else if (mTelephonyManager.getPhoneCount() == 1) { in registerPstnPhoneAccount()
628 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) { in getFirstPhoneForEmergencyCall()