Home | History | Annotate | Download | only in phone

Lines Matching refs:TelephonyManager

51 import android.telephony.TelephonyManager;
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();
417 String spn = TelephonyManager.from(mContext).getSimOperatorNameForPhone(phoneId);
418 String simOperator = TelephonyManager.from(mContext).getSimOperatorNumericForPhone(phoneId);
436 List<String> carrierPackageNames = TelephonyManager.from(mContext)
666 int privilegeStatus = TelephonyManager.from(mContext).checkCarrierPrivilegesForPackage(
668 if (privilegeStatus != TelephonyManager.CARRIER_PRIVILEGE_STATUS_HAS_ACCESS) {
711 for (int i = 0; i < TelephonyManager.getDefault().getPhoneCount(); i++) {