Home | History | Annotate | Download | only in location

Lines Matching refs:telephonyManager

32 import android.telephony.TelephonyManager;
77 private final TelephonyManager telephonyManager;
85 TelephonyManager telephonyManager,
89 this.telephonyManager = telephonyManager;
129 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE),
159 return telephonyManager.getNetworkCountryIso();
176 return telephonyManager.getSimCountryIso();
189 // On CDMA TelephonyManager.getNetworkCountryIso() just returns the SIM's country code.
191 return telephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM;