Home | History | Annotate | Download | only in phone

Lines Matching refs:TelephonyManager

41 import android.telephony.TelephonyManager;
1562 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(
1566 if (telephonyManager == null
1567 || telephonyManager.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
1571 return telephonyManager.getLteOnCdmaMode();