Home | History | Annotate | Download | only in dialer

Lines Matching refs:telephonyManager

35 import android.telephony.TelephonyManager;
155 TelephonyManager telephonyManager =
156 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
157 if (telephonyManager == null
158 || telephonyManager.getPhoneType() != TelephonyManager.PHONE_TYPE_GSM) {
304 TelephonyManager telephonyManager =
305 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
307 if (telephonyManager != null && input.equals(MMI_IMEI_DISPLAY)) {
308 int labelResId = (telephonyManager.getPhoneType() == TelephonyManager.PHONE_TYPE_GSM) ?
312 for (int slot = 0; slot < telephonyManager.getPhoneCount(); slot++) {
313 deviceIds.add(telephonyManager.getDeviceId(slot));