Home | History | Annotate | Download | only in settings

Lines Matching refs:tele

1448         final TelephonyManager tele = TelephonyManager.from(context);
1449 final String actualSubscriberId = tele.getSubscriberId();
1456 final TelephonyManager tele = TelephonyManager.from(context);
1457 String retVal = tele.getSubscriberId(subId);
2415 final TelephonyManager tele = TelephonyManager.from(context);
2427 isReady = isReady & tele.getSimState(subInfo.getSimSlotIndex()) == SIM_STATE_READY;
2449 final TelephonyManager tele = TelephonyManager.from(context);
2451 final boolean isReady = tele.getSimState(slotId) == SIM_STATE_READY;
2472 final TelephonyManager tele = TelephonyManager.from(context);
2475 final boolean hasLte = (tele.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE)
2574 final TelephonyManager tele = TelephonyManager.from(context);
2575 if (tele.getSimState() == SIM_STATE_READY) {