Searched refs:tele (Results 1 – 2 of 2) sorted by relevance
210 TelephonyManager tele = mContext.getSystemService(TelephonyManager.class); in MultipathTracker() local211 if (tele == null) { in MultipathTracker()214 tele = tele.createForSubscriptionId(subId); in MultipathTracker()215 if (tele == null) { in MultipathTracker()220 subscriberId = tele.getSubscriberId(); in MultipathTracker()
2342 final TelephonyManager tele = TelephonyManager.from(mContext); in refreshSimState() local2343 int simState = tele.getSimState(slotId); in refreshSimState()