Home | History | Annotate | Download | only in service

Lines Matching refs:telephonyManager

19 import android.telephony.TelephonyManager;
37 * @param telephonyManager
42 public static String getNationalNumber(TelephonyManager telephonyManager, int subId,
44 final String country = getSimOrDefaultLocaleCountry(telephonyManager, subId);
74 private static String getSimOrDefaultLocaleCountry(TelephonyManager telephonyManager,
76 String country = getSimCountry(telephonyManager, subId);
85 private static String getSimCountry(TelephonyManager telephonyManager, int subId) {
86 final String country = telephonyManager.getSimCountryIso(subId);