Home | History | Annotate | Download | only in phone

Lines Matching refs:numPhones

186                         int numPhones = TelephonyManager.from(mContext).getPhoneCount();
187 for (int i = 0; i < numPhones; ++i) {
362 int numPhones = TelephonyManager.from(context).getPhoneCount();
363 mConfigFromDefaultApp = new PersistableBundle[numPhones];
364 mConfigFromCarrierApp = new PersistableBundle[numPhones];
365 mServiceConnection = new CarrierServiceConnection[numPhones];