Home | History | Annotate | Download | only in phone

Lines Matching refs:getPhoneCount

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();
711 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) {