Home | History | Annotate | Download | only in location

Lines Matching refs:telephonyManager

4 import android.telephony.TelephonyManager;
31 private final TelephonyManager mTelephonyManager;
48 this (context, (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE),
52 private CountryDetector(Context context, TelephonyManager telephonyManager,
54 mTelephonyManager = telephonyManager;
62 public CountryDetector getInstanceForTest(Context context, TelephonyManager telephonyManager,
64 return new CountryDetector(context, telephonyManager, localeProvider);
123 // On CDMA TelephonyManager.getNetworkCountryIso() just returns the SIM's country code.
124 return mTelephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM;