Lines Matching refs:TelephonyManager
40 import android.telephony.TelephonyManager;
1572 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(
1576 if (telephonyManager == null
1577 || telephonyManager.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
1581 return telephonyManager.getLteOnCdmaMode();