Home | History | Annotate | Download | only in settings

Lines Matching refs:tele

710         final TelephonyManager tele = TelephonyManager.from(context);
1266 final TelephonyManager tele = TelephonyManager.from(context);
1277 final TelephonyManager tele = TelephonyManager.from(context);
1283 final TelephonyManager tele = TelephonyManager.from(context);
1284 final String actualSubscriberId = tele.getSubscriberId();
2211 final TelephonyManager tele = TelephonyManager.from(context);
2214 return conn.isNetworkSupported(TYPE_MOBILE) && tele.getSimState() == SIM_STATE_READY;
2229 final TelephonyManager tele = TelephonyManager.from(context);
2232 final boolean hasLte = (tele.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE)
2331 final TelephonyManager tele = TelephonyManager.from(context);
2332 if (tele.getSimState() == SIM_STATE_READY) {