Home | History | Annotate | Download | only in settings

Lines Matching refs:tele

705         final TelephonyManager tele = TelephonyManager.from(context);
1261 final TelephonyManager tele = TelephonyManager.from(context);
1272 final TelephonyManager tele = TelephonyManager.from(context);
1278 final TelephonyManager tele = TelephonyManager.from(context);
1279 final String actualSubscriberId = tele.getSubscriberId();
2206 final TelephonyManager tele = TelephonyManager.from(context);
2209 return conn.isNetworkSupported(TYPE_MOBILE) && tele.getSimState() == SIM_STATE_READY;
2224 final TelephonyManager tele = TelephonyManager.from(context);
2227 final boolean hasLte = (tele.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE)
2326 final TelephonyManager tele = TelephonyManager.from(context);
2327 if (tele.getSimState() == SIM_STATE_READY) {