Home | History | Annotate | Download | only in util

Lines Matching refs:telephonyManager

20 import android.telephony.TelephonyManager;
27 * This class provides several TelephonyManager util functions.
39 final TelephonyManager telephonyManager =
40 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
41 final String voiceMailLabel = telephonyManager.getVoiceMailAlphaTag();
53 final TelephonyManager telephonyManager =
54 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase();