Searched refs:tele (Results 1 – 3 of 3) sorted by relevance
217 TelephonyManager tele = mContext.getSystemService(TelephonyManager.class); in MultipathTracker() local218 if (tele == null) { in MultipathTracker()221 tele = tele.createForSubscriptionId(subId); in MultipathTracker()222 if (tele == null) { in MultipathTracker()227 subscriberId = tele.getSubscriberId(); in MultipathTracker()
242 kw241="tele"
3230 final TelephonyManager tele = in refreshSimState() local3232 int state = (tele != null) ? in refreshSimState()3233 tele.getSimState(slotId) : TelephonyManager.SIM_STATE_UNKNOWN; in refreshSimState()