Home | History | Annotate | Download | only in phone

Lines Matching refs:telephonyManager

41 import android.telephony.TelephonyManager;
1571 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(
1575 if (telephonyManager == null
1576 || telephonyManager.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
1580 return telephonyManager.getLteOnCdmaMode();