Home | History | Annotate | Download | only in location

Lines Matching refs:telephonyManager

12 import android.telephony.TelephonyManager;
49 private final TelephonyManager mTelephonyManager;
77 this (context, (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE),
82 private CountryDetector(Context context, TelephonyManager telephonyManager,
84 mTelephonyManager = telephonyManager;
112 public CountryDetector getInstanceForTest(Context context, TelephonyManager telephonyManager,
114 return new CountryDetector(context, telephonyManager, locationManager, localeProvider);
188 // On CDMA TelephonyManager.getNetworkCountryIso() just returns the SIM's country code.
190 return mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM;